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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to