Skip to content

Commit cc7cee2

Browse files
committed
Test conductor for custom image
1 parent 54f43d1 commit cc7cee2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ trigger_internal_operator_check_nightly_image:
370370
trigger_custom_operator_image_staging:
371371
stage: release
372372
rules:
373-
- if: $PUSH_IMAGES_TO_STAGING == 'true'
374-
when: manual
373+
- if: $CONDUCTOR_TARGET == "conductor-test"'
374+
when: on_success
375375
- when: never
376376
trigger:
377377
project: DataDog/images

service.datadog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extensions:
5555
- name: "conductor-test"
5656
ci_pipeline: "//fake_placeholder:fake_placeholder"
5757
# Test branch
58-
branch: "celene/conductor_testing_branch"
59-
slack: "celene-conductor-test"
58+
branch: "levan-m/conductor_testing_branch"
59+
slack: "levan-test"
6060
options:
6161
disable_failure_notifications: true

0 commit comments

Comments
 (0)