Skip to content

Commit

Permalink
Test conductor for custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m committed Nov 12, 2024
1 parent 54f43d1 commit cc7cee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ trigger_internal_operator_check_nightly_image:
trigger_custom_operator_image_staging:
stage: release
rules:
- if: $PUSH_IMAGES_TO_STAGING == 'true'
when: manual
- if: $CONDUCTOR_TARGET == "conductor-test"'
when: on_success
- when: never
trigger:
project: DataDog/images
Expand Down
4 changes: 2 additions & 2 deletions service.datadog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extensions:
- name: "conductor-test"
ci_pipeline: "//fake_placeholder:fake_placeholder"
# Test branch
branch: "celene/conductor_testing_branch"
slack: "celene-conductor-test"
branch: "levan-m/conductor_testing_branch"
slack: "levan-test"
options:
disable_failure_notifications: true

0 comments on commit cc7cee2

Please sign in to comment.