Skip to content

Commit ad5a627

Browse files
committed
ci: Add testing branches
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent d7500d4 commit ad5a627

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.gitlab/stages/00.pre.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ pre:create_ci_branches:
3939
- branch: ci-approve-main
4040
- branch: ci-approve-dev
4141
- branch: ci-sync-branches
42+
- branch: ci-testing-1
43+
- branch: ci-testing-2
44+
- branch: ci-testing-3
4245
tags:
4346
- arch/amd64
4447
- env/prod
@@ -49,7 +52,7 @@ pre:create_ci_branches:
4952
stage: .pre
5053
image: python:3.10
5154
variables:
52-
GIT_STRATEGY: 'clone'
55+
GIT_STRATEGY: "clone"
5356
script:
5457
- git remote set-url origin "https://gitlab-ci-token:${PROJECT_ACCESS_TOKEN_MCORE}@${GITLAB_ENDPOINT}/adlr/megatron-lm.git"
5558
- git switch --force-create $branch
@@ -79,7 +82,7 @@ pre:create_ci_branches_dev:
7982
stage: .pre
8083
image: python:3.10
8184
variables:
82-
GIT_STRATEGY: 'clone'
85+
GIT_STRATEGY: "clone"
8386
script:
8487
- git remote set-url origin "https://gitlab-ci-token:${PROJECT_ACCESS_TOKEN_MCORE}@${GITLAB_ENDPOINT}/adlr/megatron-lm.git"
8588
- git switch --force-create $branch
@@ -136,7 +139,7 @@ pre:maybe_cherry_pick_to_main:
136139
stage: .pre
137140
image: nentangso/alpine-git-curl-jq
138141
variables:
139-
GIT_STRATEGY: 'clone'
142+
GIT_STRATEGY: "clone"
140143
script:
141144
- |
142145
set -x
@@ -201,7 +204,7 @@ pre:maybe_cherry_pick_commit:
201204
stage: .pre
202205
image: nentangso/alpine-git-curl-jq
203206
variables:
204-
GIT_STRATEGY: 'clone'
207+
GIT_STRATEGY: "clone"
205208
script:
206209
- set -x
207210
- set +e

0 commit comments

Comments
 (0)