Skip to content

Commit 31f08ca

Browse files
committed
Merge branch 'ko3n1g/chore/version-bump-0.12.0rc2' into 'core_r0.12.0'
chore: Version bump See merge request ADLR/megatron-lm!3036
2 parents 0d5bee6 + 80c6d8f commit 31f08ca

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitlab/stages/02.test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,20 @@ test:unit_tests_pyt(DEV)_mcore(legacy):
116116
variables:
117117
ENVIRONMENT: dev
118118
TAG: legacy
119+
rules:
120+
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != 'main'
121+
when: never
122+
- when: on_success
119123

120124
test:unit_tests_pyt(LTS)_mcore(legacy):
121125
extends: [.unit_tests_run]
122126
variables:
123127
ENVIRONMENT: lts
124128
TAG: legacy
129+
rules:
130+
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != 'main'
131+
when: never
132+
- when: on_success
125133

126134
test:unit_tests_pyt(DEV)_mcore(latest):
127135
extends: [.unit_tests_run]

.gitlab/stages/05.publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,9 @@ publish:upload_statistics:
478478
image: ${UTILITY_IMAGE}:${CI_PIPELINE_ID}
479479
needs:
480480
- job: test:unit_tests_pyt(DEV)_mcore(legacy)
481+
optional: true
481482
- job: test:unit_tests_pyt(LTS)_mcore(legacy)
483+
optional: true
482484
- job: test:unit_tests_pyt(DEV)_mcore(latest)
483485
- job: test:unit_tests_pyt(LTS)_mcore(latest)
484486
- job: functional:run_lts

megatron/core/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MAJOR = 0
55
MINOR = 12
66
PATCH = 0
7-
PRE_RELEASE = 'rc0'
7+
PRE_RELEASE = 'rc2'
88

99
# Use the following formatting: (major, minor, patch, pre-release)
1010
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)