Skip to content

Commit f8e84e1

Browse files
authored
migrate off legacy runners (DataDog#21595)
1 parent 026cb75 commit f8e84e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ validate-log-integrations:
4545
- $CI_PROJECT_DIR/errors.txt
4646
expire_in: 1 day
4747
when: always
48-
tags: [ "runner:main" ]
48+
tags: [ "arch:amd64" ]
4949

5050
notify-slack:
5151
needs:
@@ -83,7 +83,7 @@ notify-failed-pipeline:
8383
- |
8484
MESSAGE="The pipeline encountered an unexpected error in job $CI_JOB_NAME. Please investigate $CI_JOB_URL for errors."
8585
postmessage "$NOTIFICATIONS_SLACK_CHANNEL" "$MESSAGE" alert
86-
tags: [ "runner:main" ]
86+
tags: [ "arch:amd64" ]
8787

8888

8989
release-auto:
@@ -99,7 +99,7 @@ release-auto:
9999
- ddev config override
100100
# Prefix every line with a timestamp
101101
- ./.gitlab/tagger/tag-release.sh 2>&1 | ts "[%H:%M:%S %Z] "
102-
tags: [ "runner:main" ]
102+
tags: [ "arch:amd64" ]
103103
needs: []
104104

105105
release-manual:
@@ -122,7 +122,7 @@ release-manual:
122122
else
123123
./.gitlab/tagger/build-packages.sh
124124
fi
125-
tags: [ "runner:main" ]
125+
tags: [ "arch:amd64" ]
126126
needs: []
127127

128128
tagger-image-builder:

0 commit comments

Comments
 (0)