Skip to content

Commit

Permalink
Disable further docker image building for 2.3.1 (#33585)
Browse files Browse the repository at this point in the history
* disable docker images

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>

* disable arm64 wheels

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>

---------

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
  • Loading branch information
zcin authored Mar 25, 2023
1 parent 5f14cee commit 5b99dd9
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 202 deletions.
142 changes: 71 additions & 71 deletions .buildkite/pipeline.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,81 +56,81 @@
# - if [ "$BUILDKITE_BRANCH" == "master" ]; then python .buildkite/copy_files.py --destination wheels --path ./.whl; fi


- label: ":mechanical_arm: :docker: Build Images: py37 [aarch64] (1/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- ./ci/env/env_info.sh
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py37 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py37 [aarch64] (1/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - ./ci/env/env_info.sh
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py37 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64

- label: ":mechanical_arm: :docker: Build Images: py37 [aarch64] (2/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- ./ci/env/env_info.sh
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py37 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py37 [aarch64] (2/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - ./ci/env/env_info.sh
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py37 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64

- label: ":mechanical_arm: :docker: Build Images: py38 [aarch64] (1/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- ./ci/env/env_info.sh
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py38 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py38 [aarch64] (1/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - ./ci/env/env_info.sh
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py38 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64

- label: ":mechanical_arm: :docker: Build Images: py38 [aarch64] (2/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- ./ci/env/env_info.sh
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py38 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py38 [aarch64] (2/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - ./ci/env/env_info.sh
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py38 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64

- label: ":mechanical_arm: :docker: Build Images: py39 [aarch64] (1/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- ./ci/env/env_info.sh
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py39 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py39 [aarch64] (1/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - ./ci/env/env_info.sh
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py39 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64

- label: ":mechanical_arm: :docker: Build Images: py39 [aarch64] (2/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- ./ci/env/env_info.sh
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py39 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py39 [aarch64] (2/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - ./ci/env/env_info.sh
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py39 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64

- label: ":mechanical_arm: :docker: Build Images: py310 [aarch64] (1/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- ./ci/env/env_info.sh
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py310 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py310 [aarch64] (1/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - ./ci/env/env_info.sh
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py310 --device-types cpu cu112 --build-type BUILDKITE --build-base --suffix aarch64

- label: ":mechanical_arm: :docker: Build Images: py310 [aarch64] (2/2)"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
commands:
- LINUX_WHEELS=1 ./ci/ci.sh build
- pip install -q docker aws_requests_auth boto3
- if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
- python ./ci/build/build-docker-images.py --py-versions py310 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64
# - label: ":mechanical_arm: :docker: Build Images: py310 [aarch64] (2/2)"
# conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
# instance_size: arm64-medium
# commands:
# - LINUX_WHEELS=1 ./ci/ci.sh build
# - pip install -q docker aws_requests_auth boto3
# - if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then python .buildkite/copy_files.py --destination docker_login; fi
# - python ./ci/build/build-docker-images.py --py-versions py310 --device-types cu113 cu116 cu118 --build-type BUILDKITE --build-base --suffix aarch64
Loading

0 comments on commit 5b99dd9

Please sign in to comment.