From f652586d641b802c0a3b50e34e42bb81a7672bc0 Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Fri, 27 Sep 2024 12:41:08 -0400 Subject: [PATCH] Debug 1 --- .github/workflows/ccip-live-network-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ccip-live-network-tests.yml b/.github/workflows/ccip-live-network-tests.yml index 48f41182ab..abecb7312a 100644 --- a/.github/workflows/ccip-live-network-tests.yml +++ b/.github/workflows/ccip-live-network-tests.yml @@ -234,12 +234,10 @@ jobs: should_cleanup: false ccip-smoke-test: - name: 'CCIP smoke - Source: ${{ matrix.lanes.name }}' + name: 'CCIP Smoke - Source: ${{ matrix.lanes.name }}' environment: integration runs-on: ubuntu-latest needs: [ build-chainlink ] - # if the event is a scheduled event or the test type is smoke and no previous job failed - if: ${{ (github.event_name == 'schedule' || inputs.test_type == 'smoke') && !contains(needs.*.result, 'failure') && matrix.lanes.enabled == 'true' }} permissions: issues: read checks: write @@ -313,6 +311,8 @@ jobs: pairs: 'ZKSYNC_MAINNET,ARBITRUM_MAINNET' enabled: false phaseTimeout: 90m + # if the event is a scheduled event or the test type is smoke and no previous job failed + if: ${{ (github.event_name == 'schedule' || inputs.test_type == 'smoke') && !contains(needs.*.result, 'failure') && matrix.lanes.enabled == 'true' }} steps: - name: Collect Metrics if: ${{ matrix.lanes.enabled == true }} @@ -472,7 +472,7 @@ jobs: github_token: ${{ github.token }} github_repository: ${{ github.repository }} workflow_run_id: ${{ github.run_id }} - github_job_name_regex: ^CCIP smoke (.*)$ + github_job_name_regex: ^CCIP Smoke (.*)$ message_title: CCIP Mainnet Smoke test slack_channel_id: "#test_notif" slack_bot_token: ${{ secrets.QA_SLACK_API_KEY }}