Skip to content

Commit

Permalink
chore: remove test suite whose marks match no tests (#9363)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoksc authored and kkunapuli committed May 16, 2024
1 parent ccf8e7b commit 746cbd4
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4650,26 +4650,6 @@ workflows:
num-machines: [2]
max-slots-per-pod: [4]

# Legacy tf 2.4 tests.
- test-e2e-gke:
name: test-e2e-gke-single-gpu-tfonly
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters:
branches:
only: main
requires:
- package-and-push-system-dev-ee
matrix:
parameters:
cluster-id-prefix: ["e2e-gpu-tfonly"]
mark: ["e2e_gpu and tensorflow2"]
parallelism: [1]
environment-image:
- determinedai/environments:cuda-11.1-pytorch-1.9-tf-2.4-gpu-0.19.10

- test-e2e-gke:
name: test-e2e-gke-single-cpu
context:
Expand Down Expand Up @@ -4890,25 +4870,6 @@ workflows:
num-machines: [2]
max-slots-per-pod: [4]

# Requestable legacy tf 2.4 tests.
- test-e2e-gke:
name: test-e2e-gke-single-gpu-tfonly
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters: *upstream-feature-branch
requires:
- request-k8-tests
- package-and-push-system-dev-ee
matrix:
parameters:
cluster-id-prefix: ["e2e-gpu-tfonly"]
mark: ["e2e_gpu and tensorflow2"]
parallelism: [1]
environment-image:
- determinedai/environments:cuda-11.1-pytorch-1.9-tf-2.4-gpu-0.19.10

# K8s CPU tests
- request-k8-tests-cpu:
type: approval
Expand Down

0 comments on commit 746cbd4

Please sign in to comment.