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/03/23 01:15:31 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #14911: Much easier to use and better documented Docker image

kaxil commented on a change in pull request #14911:
URL: https://github.com/apache/airflow/pull/14911#discussion_r599177602



##########
File path: .github/workflows/ci.yml
##########
@@ -229,6 +230,29 @@ jobs:
       - name: "Generate client codegen diff"
         run: ./scripts/ci/openapi/client_codegen_diff.sh
 
+  test-examples-of-prod-image-building:
+    timeout-minutes: 60
+    name: "Test examples of production image building"
+    runs-on: ${{ fromJson(needs.build-info.outputs.runsOn) }}
+    needs: [build-info]
+    if: needs.build-info.outputs.needs-api-codegen == 'true'

Review comment:
       Why does this step need api codegen?




-- 
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