You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/08 10:59:43 UTC

[GitHub] [airflow] ashb commented on a change in pull request #13562: Optimize wait for prod images to be run after ci images

ashb commented on a change in pull request #13562:
URL: https://github.com/apache/airflow/pull/13562#discussion_r553878463



##########
File path: .github/workflows/ci.yml
##########
@@ -834,7 +834,7 @@ jobs:
     timeout-minutes: 120
     name: "Wait for PROD images"
     runs-on: ubuntu-20.04
-    needs: [build-info]
+    needs: [build-info, ci-images]

Review comment:
       Add a comment saying why we are doing this please, becuase we _might_ be able to reverse this once we have self-hosted runners set up




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org