Skip to content

Commit 4154d59

Browse files
Robert Marshallbalasankarc
andcommitted
Merge branch 'move-builds-to-t2a-machines' into 'master'
Make runner tag for arm64 jobs controllable via env variable See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7211 Merged-by: Robert Marshall <[email protected]> Approved-by: Dustin Collins <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Balasankar "Balu" C <[email protected]>
2 parents 41c7bde + 039db67 commit 4154d59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,15 @@ variables:
7070
SECURITY_PROJECT_PATH: 'gitlab-org/security/omnibus-gitlab'
7171
DEV_PROJECT_PATH: 'gitlab/omnibus-gitlab'
7272
QA_PROJECT_PATH: 'gitlab-org/build/omnibus-gitlab-mirror'
73+
ARM64_RUNNER_TAG: 'arm64'
7374

7475
.distribution-amd64-tags:
7576
- distribution-runner
7677
- amd64
7778

7879
.distribution-arm64-tags:
7980
- distribution-runner
80-
- arm64
81+
- ${ARM64_RUNNER_TAG}
8182

8283
.distribution-armhf-tags:
8384
- distribution-runner

0 commit comments

Comments
 (0)