Skip to content

Commit efa0ad0

Browse files
authoredJul 5, 2024··
Merge pull request #6293 from connext/fix/hotfix_disable_smoke_tests
fix: disable staging smoke tests
2 parents 47a1950 + e886a0a commit efa0ad0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎.github/workflows/build-test-deploy.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -965,14 +965,15 @@ jobs:
965965
cp "$file_path" "$file_target_path"
966966
done
967967
968-
- name: run smoke tests
969-
run: |
970-
docker-compose -f docker-compose.services.yaml -f docker-compose.chains.yaml up -d
971-
bash docker/bin/wait-for-services.sh router-publisher
972-
bash docker/bin/wait-for-services.sh router-subscriber
973-
bash docker/bin/wait-for-services.sh sequencer-server
974-
bash docker/bin/wait-for-services.sh sequencer-publisher
975-
bash docker/bin/wait-for-services.sh sequencer-subscriber
968+
# Disable smoke tests till we need staging again
969+
# - name: run smoke tests
970+
# run: |
971+
# docker-compose -f docker-compose.services.yaml -f docker-compose.chains.yaml up -d
972+
# bash docker/bin/wait-for-services.sh router-publisher
973+
# bash docker/bin/wait-for-services.sh router-subscriber
974+
# bash docker/bin/wait-for-services.sh sequencer-server
975+
# bash docker/bin/wait-for-services.sh sequencer-publisher
976+
# bash docker/bin/wait-for-services.sh sequencer-subscriber
976977

977978
outputs:
978979
router-publisher-tags: ${{ needs.build-and-push-router-publisher-image.outputs.json }}

0 commit comments

Comments
 (0)