diff --git a/.github/workflows/deploy-integration-tests.yaml b/.github/workflows/deploy-integration-tests.yaml index 17d9884f9..e3c282544 100644 --- a/.github/workflows/deploy-integration-tests.yaml +++ b/.github/workflows/deploy-integration-tests.yaml @@ -36,7 +36,7 @@ jobs: astronomer_key_secret: ${{ secrets.PROVIDER_INTEGRATION_TESTS_ASTRONOMER_KEY_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - wait-for-providers-integration-tests-to-be-ready: + wait-for-deployment-to-be-ready-and-trigger-master-dag-for-providers-integration-tests: if: github.event_name == 'schedule' needs: deploy-to-providers-integration-tests runs-on: 'ubuntu-20.04' @@ -48,11 +48,6 @@ jobs: echo "allowing the deployed image to be updated across all Airflow components.." sleep 1800 - trigger-providers-integration-tests-master-dag: - if: github.event_name == 'schedule' - needs: wait-for-providers-integration-tests-to-be-ready - runs-on: 'ubuntu-20.04' - steps: - name: checkout uses: actions/checkout@v3 with: @@ -81,7 +76,7 @@ jobs: astronomer_key_secret: ${{ secrets.PROVIDER_INTEGRATION_TESTS_ON_KE_ASTRONOMER_KEY_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - wait-for-providers-integration-tests-on-KE-to-be-ready: + wait-for-deployment-to-be-ready-and-trigger-master-dag-for-providers-integration-tests-on-KE: if: github.event_name == 'schedule' needs: deploy-to-providers-integration-tests-on-KE runs-on: 'ubuntu-20.04' @@ -100,11 +95,6 @@ jobs: echo "allowing the deployed image to be updated across all Airflow components.." sleep $sleep_time - trigger-providers-integration-tests-on-KE-master-dag: - if: github.event_name == 'schedule' - needs: wait-for-providers-integration-tests-on-KE-to-be-ready - runs-on: 'ubuntu-20.04' - steps: - name: checkout uses: actions/checkout@v3 with: diff --git a/.github/workflows/test-rc-release.yaml b/.github/workflows/test-rc-release.yaml index 07c2ce49c..69fa493c1 100644 --- a/.github/workflows/test-rc-release.yaml +++ b/.github/workflows/test-rc-release.yaml @@ -118,7 +118,7 @@ jobs: astronomer_key_secret: ${{ secrets.PROVIDER_INTEGRATION_TESTS_ASTRONOMER_KEY_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - wait-for-deployment-to-be-ready: + wait-for-deployment-to-be-ready-and-trigger-master-dag: needs: deploy-rc-testing-branch-to-astro-cloud if: | always() && @@ -132,13 +132,6 @@ jobs: echo "allowing the deployed image to be updated across all Airflow components.." sleep 1800 - trigger-master-dag: - needs: wait-for-deployment-to-be-ready - if: | - always() && - needs.wait-for-deployment-to-be-ready.result == 'success' - runs-on: 'ubuntu-20.04' - steps: - name: checkout uses: actions/checkout@v3 with: