Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: alpine
image: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1

variables:
REGISTRY: registry.ddbuild.io
Expand Down
6 changes: 3 additions & 3 deletions .gitlab/build-deploy/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: alpine
image: alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1

variables:
# Generated by https://gitlab.ddbuild.io/DataDog/java-profiler/-/jobs/1600939090
Expand Down Expand Up @@ -346,7 +346,7 @@ notify-slack-on-success:
- job: deploy-artifact
artifacts: false
when: on_success
image: registry.ddbuild.io/slack-notifier:latest
image: registry.ddbuild.io/slack-notifier:v91289620-4ec922a-latest@sha256:06b24f392ccc383d371c72001520a254edef523bc0bfdc445f487106107b4202
tags: ["arch:amd64"]
script:
- .gitlab/build-deploy/notify_channel.sh success $(cat version.txt)
Expand All @@ -360,7 +360,7 @@ notify-slack-on-failure:
- job: deploy-artifact
artifacts: true
when: on_failure
image: registry.ddbuild.io/slack-notifier:latest
image: registry.ddbuild.io/slack-notifier:v91289620-4ec922a-latest@sha256:06b24f392ccc383d371c72001520a254edef523bc0bfdc445f487106107b4202
tags: ["arch:amd64"]
script:
- .gitlab/build-deploy/notify_channel.sh alert $(cat version.txt)
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/jdk-integration/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test-with-jdk:
notify-slack:
stage: notify
when: on_failure
image: registry.ddbuild.io/slack-notifier:latest
image: registry.ddbuild.io/slack-notifier:v91289620-4ec922a-latest@sha256:06b24f392ccc383d371c72001520a254edef523bc0bfdc445f487106107b4202
tags: ["arch:amd64"]
script:
- .gitlab/jdk-integration/notify_channel.sh "${JDK_VERSION}" "${DEBUG_LEVEL}" "${HASH}"
2 changes: 1 addition & 1 deletion .gitlab/reliability/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ notify-slack:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: on_failure
- when: never
image: registry.ddbuild.io/slack-notifier:latest
image: registry.ddbuild.io/slack-notifier:v91289620-4ec922a-latest@sha256:06b24f392ccc383d371c72001520a254edef523bc0bfdc445f487106107b4202
tags: [ "arch:amd64" ]
needs:
- get-versions
Expand Down
Loading