Skip to content

Commit

Permalink
[Feat][Sample-yaml] Deprecated python sample yaml test cleanup
Browse files Browse the repository at this point in the history
Closes: #2506
Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Nov 7, 2024
1 parent c835117 commit 238b2ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 186 deletions.
40 changes: 0 additions & 40 deletions .buildkite/test-sample-yamls.yml
Original file line number Diff line number Diff line change
@@ -1,46 +1,6 @@
#ci:group=:yaml: Sample YAML tests

# TODO: Remove deprecated tests after migrating to Go tests
- label: '(Deprecated) Test RayCluster Sample YAMLs (nightly operator)'
instance_size: large
image: golang:1.22
commands:
- ./.buildkite/setup-env.sh
# Build nightly KubeRay operator image
- pushd ray-operator
- IMG=kuberay/operator:nightly make docker-image
- popd
# Use nightly KubeRay operator image
- source .venv/bin/activate && BUILDKITE_ENV=true OPERATOR_IMAGE=kuberay/operator:nightly python3 tests/test_sample_raycluster_yamls.py

- label: '(Deprecated) Test RayCluster Sample YAMLs (latest release)'
instance_size: large
image: golang:1.22
commands:
- ./.buildkite/setup-env.sh
# Use KubeRay operator image from the latest release
- source .venv/bin/activate && BUILDKITE_ENV=true OPERATOR_IMAGE=quay.io/kuberay/operator:v1.2.2 python3 tests/test_sample_raycluster_yamls.py

- label: '(Deprecated) Test RayJob Sample YAMLs (nightly operator)'
instance_size: large
image: golang:1.22
commands:
- ./.buildkite/setup-env.sh
# Build nightly KubeRay operator image
- pushd ray-operator
- IMG=kuberay/operator:nightly make docker-image
- popd
# Use nightly KubeRay operator image
- source .venv/bin/activate && BUILDKITE_ENV=true OPERATOR_IMAGE=kuberay/operator:nightly python3 tests/test_sample_rayjob_yamls.py

- label: '(Deprecated) Test RayJob Sample YAMLs (latest release)'
instance_size: large
image: golang:1.22
commands:
- ./.buildkite/setup-env.sh
# Use KubeRay operator image from the latest release
- source .venv/bin/activate && BUILDKITE_ENV=true OPERATOR_IMAGE=quay.io/kuberay/operator:v1.2.2 python3 tests/test_sample_rayjob_yamls.py

- label: '(Deprecated) Test RayService Sample YAMLs (nightly operator)'
instance_size: large
image: golang:1.22
Expand Down
92 changes: 0 additions & 92 deletions tests/test_sample_raycluster_yamls.py

This file was deleted.

54 changes: 0 additions & 54 deletions tests/test_sample_rayjob_yamls.py

This file was deleted.

0 comments on commit 238b2ed

Please sign in to comment.