File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5050notify-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
8989release-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
105105release-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
128128tagger-image-builder :
You can’t perform that action at this time.
0 commit comments