Skip to content

Commit

Permalink
ci: delete model hub tests from ee (determined-ai#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBlaskey authored and dzhu committed Apr 25, 2023
1 parent d44d39e commit 2a102e1
Showing 1 changed file with 0 additions and 113 deletions.
113 changes: 0 additions & 113 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3324,73 +3324,6 @@ workflows:
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]

# mmdetection tests
- request-mmdetection-tests:
type: approval
filters: *upstream-feature-branch

- test-e2e-aws:
name: test-e2e-mmdetection
context:
- aws
- determined-ee
filters: *upstream-feature-branch
requires:
- request-mmdetection-tests
- package-and-push-system-dev
matrix:
parameters:
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
cluster-id-prefix: ["mmdetection"]
mark: ["model_hub_mmdetection"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
max-dynamic-agents: [2]

# Transformers tests
- request-transformers-tests:
type: approval
filters: *upstream-feature-branch

- test-e2e-aws:
name: test-e2e-transformers
context:
- aws
- determined-ee
filters: *upstream-feature-branch
requires:
- request-transformers-tests
- package-and-push-system-dev
matrix:
parameters:
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
cluster-id-prefix: ["transformers"]
mark: ["model_hub_transformers"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
max-dynamic-agents: [2]

- test-e2e-aws:
name: test-e2e-transformers-amp
context:
- aws
- determined-ee
filters: *upstream-feature-branch
requires:
- request-transformers-tests
- package-and-push-system-dev
matrix:
parameters:
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
cluster-id-prefix: ["transformers-amp"]
mark: ["model_hub_transformers_amp"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
max-dynamic-agents: [2]

# Request AWS FS tests
- request-aws-fs-tests:
type: approval
Expand Down Expand Up @@ -3455,52 +3388,6 @@ workflows:
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
max-dynamic-agents: [2]
- test-e2e-aws:
name: test-e2e-gpu-transformers
context:
- aws
- determined-ee
matrix:
parameters:
cluster-id-prefix: ["transformers"]
mark: ["model_hub_transformers"]
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
max-dynamic-agents: [2]
- test-e2e-aws:
name: test-e2e-gpu-transformers-amp
context:
- aws
- determined-ee
matrix:
parameters:
cluster-id-prefix: ["transformers-amp"]
mark: ["model_hub_transformers_amp"]
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
max-dynamic-agents: [2]
- test-e2e-aws:
name: test-e2e-gpu-mmdetection
context:
- aws
- determined-ee
matrix:
parameters:
cluster-id-prefix: ["mmdetection"]
mark: ["model_hub_mmdetection"]
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
max-dynamic-agents: [2]
- test-e2e-aws:
name: test-e2e-gpu-mmdetection-quarantine
context: aws
matrix:
parameters:
cluster-id-prefix: ["mmdetection-quarantine"]
mark: ["model_hub_mmdetection_quarantine"]
compute-agent-instance-type: ["g4dn.metal"]
aux-agent-instance-type: ["m5.large"]
max-dynamic-agents: [2]
# DeepSpeed tests do not work on K80s, so we need V100 instances.
- test-e2e-aws:
name: test-e2e-gpu-deepspeed
Expand Down

0 comments on commit 2a102e1

Please sign in to comment.