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/03/05 03:05:53 UTC

[GitHub] [airflow] edithturn commented on pull request #22008: Replace build image bash script in CI with build image in python

edithturn commented on pull request #22008:
URL: https://github.com/apache/airflow/pull/22008#issuecomment-1059662372


   @potiuk these are what I did and the status of this PR.
   
   * There were many things that were synchronized with the PR of @Bowrna 👏🏼 
   * In Breeze.py I am taking two-variable environments: **GITHUB_REPOSITORY** and **PYTHON_MAJOR_MINOR_VERSION**.
   * Replacing ./scripts/ci/images/ci_build_ci_image_on_ci.sh for Breeze2 build-ci-image --verbose (verbose just for revision)
   * With these changes, BUILD IMAGE works, but the problem is with Build PROD image 3.7, **which always takes more time and fails. How I can test with this, look like time out.**  You can see it here:  https://github.com/edithturn/airflow/runs/5430496264?check_suite_focus=true
   
   Note: There was a random error when the image was created and then pushed, it was failing the compilation for python 3.7, 3.8 y 3.9 (randomly), the Job to Push was asking permissions to write on the package after this was built, which means the packages on my repository weren't able to overwrite. I changed the configuration of "packages" giving "write access" to each package version, it is how start to work on my own repository. You can see it here: https://github.com/potiuk/airflow/actions/runs/1919547974
   
   
   I checked that the ci.yaml also has the ci_build_ci_image_on_ci.sh, should we also replace that too?
   https://github.com/apache/airflow/blob/f5f221605632ebb938907bb6586537c81baa066e/.github/workflows/ci.yml#L1403-L1404
    
   
    


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