Skip to content

Commit

Permalink
ci: enable ee slack alerts to "ci-bots-ee" (determined-ai#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBlaskey authored and dzhu committed Apr 25, 2023
1 parent a190442 commit e990339
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ parameters:
master-build-resource-class:
type: string
default: xlarge
default-slack-channel:
type: string
default: C04PTNKLR8W # ci-bots-ee

main-and-release-and-rc-filters: &main-and-release-and-rc-filters
branches:
Expand Down Expand Up @@ -2062,6 +2065,7 @@ jobs:
fail_only: true
failure_message: ':thisisfine: A \`${CIRCLE_JOB}\` job on branch \`${CIRCLE_BRANCH}\` has failed! Author Email: \`${AUTHOR_EMAIL}\`'
mentions: "${SLACK_USER_ID}"
channel: <<pipeline.parameters.default-slack-channel>>

deploy-latest-gke:
parameters:
Expand Down Expand Up @@ -2866,6 +2870,7 @@ workflows:
cluster-id-prefix: ["parallel"]
mark: ["parallel"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]

- test-e2e-aws:
name: test-e2e-gpu-single
Expand All @@ -2882,6 +2887,7 @@ workflows:
enable-tls: [true]
mark: ["e2e_gpu"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]

- test-e2e-gke:
name: test-e2e-gke-single-gpu
Expand All @@ -2897,6 +2903,7 @@ workflows:
mark: ["e2e_gpu"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]

- test-e2e-gke:
name: test-e2e-gke-parallel
Expand All @@ -2912,6 +2919,7 @@ workflows:
mark: ["parallel"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-32"]
gpus-per-machine: [4]
num-machines: [2]
Expand All @@ -2931,6 +2939,7 @@ workflows:
mark: ["e2e_gpu and tensorflow2"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
environment-image:
- determinedai/environments:cuda-11.1-pytorch-1.9-tf-2.4-gpu-0.19.10

Expand All @@ -2948,6 +2957,7 @@ workflows:
mark: ["parallel and tensorflow2"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-32"]
gpus-per-machine: [4]
num-machines: [2]
Expand All @@ -2968,6 +2978,7 @@ workflows:
mark: ["e2e_gpu and not gpu_required"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-8"]
gpus-per-machine: [0]
environment-gpu-enabled: ["0"]
Expand All @@ -2988,6 +2999,7 @@ workflows:
mark: ["e2e_k8s"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-8"]
gpus-per-machine: [0]
environment-gpu-enabled: ["0"]
Expand Down Expand Up @@ -3090,6 +3102,7 @@ workflows:
cluster-id-prefix: ["deepspeed"]
mark: ["deepspeed"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
max-dynamic-agents: [2]

# K8s GPU tests
Expand All @@ -3110,6 +3123,7 @@ workflows:
mark: ["e2e_gpu"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]

- test-e2e-gke:
name: test-e2e-gke-parallel
Expand All @@ -3124,6 +3138,7 @@ workflows:
mark: ["parallel"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-32"]
gpus-per-machine: [4]
num-machines: [2]
Expand All @@ -3142,6 +3157,7 @@ workflows:
mark: ["e2e_gpu and tensorflow2"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
environment-image:
- determinedai/environments:cuda-11.1-pytorch-1.9-tf-2.4-gpu-0.19.10

Expand All @@ -3158,6 +3174,7 @@ workflows:
mark: ["parallel and tensorflow2"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-32"]
gpus-per-machine: [4]
num-machines: [2]
Expand All @@ -3182,6 +3199,7 @@ workflows:
mark: ["e2e_gpu and not gpu_required"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-8"]
gpus-per-machine: [0]
environment-gpu-enabled: ["0"]
Expand All @@ -3201,6 +3219,7 @@ workflows:
mark: ["e2e_k8s"]
parallelism: [1]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]
machine-type: ["n1-standard-8"]
gpus-per-machine: [0]
environment-gpu-enabled: ["0"]
Expand Down Expand Up @@ -3266,6 +3285,7 @@ workflows:
cluster-id-prefix: ["parallel"]
mark: ["parallel"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]

- test-e2e-aws:
name: test-e2e-gpu-single
Expand All @@ -3281,6 +3301,7 @@ workflows:
enable-tls: [true]
mark: ["e2e_gpu"]
slack-mentions: ["${SLACK_USER_ID}"]
slack-channel: [<<pipeline.parameters.default-slack-channel>>]

# mmdetection tests
- request-mmdetection-tests:
Expand All @@ -3301,6 +3322,7 @@ workflows:
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
Expand All @@ -3322,6 +3344,7 @@ workflows:
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:
Expand All @@ -3338,6 +3361,7 @@ workflows:
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
Expand All @@ -3354,6 +3378,7 @@ workflows:
- package-and-push-system-dev
cluster-id-prefix: aws-fs-fsx
deployment-type: fsx
slack-channel: <<pipeline.parameters.default-slack-channel>>
slack-mentions: "${SLACK_USER_ID}"

- test-aws-fs:
Expand All @@ -3365,6 +3390,7 @@ workflows:
- package-and-push-system-dev
cluster-id-prefix: aws-fs-efs
deployment-type: efs
slack-channel: <<pipeline.parameters.default-slack-channel>>
slack-mentions: "${SLACK_USER_ID}"

nightly:
Expand Down Expand Up @@ -3462,13 +3488,15 @@ workflows:
cluster-id-prefix: aws-fs-fsx
deployment-type: fsx
slack-mentions: "${SLACK_USER_ID}"
slack-channel: <<pipeline.parameters.default-slack-channel>>

- test-aws-fs:
name: test-aws-fs-efs
context: aws
cluster-id-prefix: aws-fs-efs
deployment-type: efs
slack-mentions: "${SLACK_USER_ID}"
slack-channel: <<pipeline.parameters.default-slack-channel>>
- build-proto
- build-helm
- build-docs:
Expand Down

0 comments on commit e990339

Please sign in to comment.