File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6464 SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-relayer-web3signer"
6565 SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-watchtower"
6666 SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-watchtower-web3signer"
67- SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-lighthouse-handler"
67+ # SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-lighthouse-handler" # temporarily disabled — using lambda pollers
6868 SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-lighthouse-web3signer"
6969 SERVICES="${SERVICES},${ENVIRONMENT}-${STAGE}-monitor"
7070 echo "ECS_SERVICES=${SERVICES}" >> $GITHUB_OUTPUT
@@ -1007,7 +1007,7 @@ jobs:
10071007
10081008 terraform-services-core-mainnet-staging :
10091009 if : github.ref == 'refs/heads/mainnet-staging'
1010- needs : [set-aws-region, e2e-tests, build-and-push-lighthouse-handler-image]
1010+ needs : [set-aws-region, e2e-tests] # build-and-push-lighthouse-handler-image removed — handler temporarily disabled
10111011 env :
10121012 AWS_PROFILE : aws-deployer-connext
10131013 TF_VAR_full_image_name_relayer : chimera-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments