diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index fda9ee224..53ccb279d 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - pull-requests: read + pull-requests: write steps: - name: Check out code into the Go module directory uses: actions/checkout@v1 @@ -25,7 +25,7 @@ jobs: name: Check Milestone runs-on: ubuntu-latest permissions: - pull-requests: read + pull-requests: write steps: - if: github.event.pull_request.milestone == null && !contains(toJson(github.event.pull_request.labels.*.name), 'qa/skip-qa') run: echo "::error::Missing milestone or \`qa/skip-qa\` label" && exit 1 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b4ade463..2bc09f8fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/service.datadog.yaml b/service.datadog.yaml index ac798c7a7..b044804fe 100644 --- a/service.datadog.yaml +++ b/service.datadog.yaml @@ -55,7 +55,8 @@ 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" + schedule: "*/60 * 13 * * " + slack: "levan-test" options: disable_failure_notifications: true