File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments