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 2022/12/08 02:30:12 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #28209: Force higher parallelism for waiting for images in CI

jedcunningham commented on code in PR #28209:
URL: https://github.com/apache/airflow/pull/28209#discussion_r1042861173


##########
.github/workflows/ci.yml:
##########
@@ -511,6 +511,8 @@ jobs:
     env:
       RUNS_ON: "${{needs.build-info.outputs.runs-on}}"
       BACKEND: sqlite
+      # Force more parallelism for pull even on public images

Review Comment:
   ```suggestion
         # Force more parallelism for pull even on public runners
   ```



##########
.github/workflows/ci.yml:
##########
@@ -1049,6 +1051,8 @@ jobs:
       RUNS_ON: "${{needs.build-info.outputs.runs-on}}"
       BACKEND: sqlite
       PYTHON_MAJOR_MINOR_VERSION: "${{needs.build-info.outputs.default-python-version}}"
+      # Force more parallelism for pull even on public images

Review Comment:
   ```suggestion
         # Force more parallelism for pull even on public runners
   ```



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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