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 determined-ci committed Jun 21, 2023
1 parent 1850624 commit 6fdc512
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 @@ -54,6 +54,9 @@ parameters:
master-build-resource-class:
type: string
default: xlarge
default-slack-channel:
type: string
default: C04PTNKLR8W # ci-bots-ee

release-and-rc-filters: &release-and-rc-filters
branches:
Expand Down Expand Up @@ -2335,6 +2338,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 @@ -3150,6 +3154,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 @@ -3166,6 +3171,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 @@ -3181,6 +3187,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 @@ -3196,6 +3203,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 @@ -3215,6 +3223,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 @@ -3232,6 +3241,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 @@ -3252,6 +3262,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 @@ -3272,6 +3283,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 @@ -3376,6 +3388,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 @@ -3396,6 +3409,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 @@ -3410,6 +3424,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 @@ -3428,6 +3443,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 @@ -3444,6 +3460,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 @@ -3468,6 +3485,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 @@ -3487,6 +3505,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 @@ -3552,6 +3571,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 @@ -3567,6 +3587,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 @@ -3587,6 +3608,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 @@ -3608,6 +3630,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 @@ -3624,6 +3647,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 @@ -3640,6 +3664,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 @@ -3651,6 +3676,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 @@ -3748,13 +3774,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 6fdc512

Please sign in to comment.