Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.x] Backport #20782, #20783 and #20786 from v1.9.x branch, #19945 from master #20785

Merged
merged 5 commits into from
Dec 22, 2021

Commits on Dec 20, 2021

  1. [v1.9.x] Fix CD for pypi wheel version (apache#20782)

    * Change env variable used to detect whether it's a release build or not. RELEASE_BUILD is already setup in the CD pipeline.
    
    * Refine how variable is compared to trigger release builds.
    
    * Check for 'true' exclusively, to prevent unwanted release builds.
    
    * Make sure we pass any environment variables on the build.py command line to the docker run command.
    josephevans committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    957be04 View commit details
    Browse the repository at this point in the history
  2. [v1.9.x] Fix aarch64 cd pipeline (apache#20783)

    * Add wheel to installed pip packages on aarch64, so we can build the wheel in the CD pipeline.
    
    * Better support for aarch64 docker container cache.
    
    * Only import machine() function from platform module, as platform variable is already widely used.
    
    * Only build containers with aarch64 in name on aarch64.
    
    * Make all arch defaults to local machine type.
    josephevans committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    71a04ca View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Retry getting test data to prevent CI tests from failing - increase c…

    …onnect timeout from 10 to 60sec, increase retry delay from 0 (setting duplicated) to 30, increase retry attempts to 5.
    josephevans committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    531ba78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc7e753 View commit details
    Browse the repository at this point in the history
  3. [website] Fix broken website for master version (apache#19945)

    * fix website
    
    * fix header
    
    * fix index
    
    * remove locall test
    
    * fix main.scss
    
    Co-authored-by: Wei Chu <[email protected]>
    2 people authored and josephevans committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    b499e2b View commit details
    Browse the repository at this point in the history