Skip to content

Commit c96beef

Browse files
committed
chg: change gitlab jobs to be triggered manually
Signed-off-by: Chenhan Yu <[email protected]>
1 parent 94e3f9a commit c96beef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitlab/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
.tests-default:
33
stage: tests
44
rules:
5-
- if: $CI_PIPELINE_SOURCE == "web" || $CI_PIPELINE_SOURCE == "external_pull_request_event"
5+
- if: $CI_PIPELINE_SOURCE == "web"
6+
when: manual
7+
- if: $CI_PIPELINE_SOURCE != "web"
8+
when: never
69

710
##### Unit Tests #####
811
unit:
@@ -65,7 +68,7 @@ example-ada:
6568
- TEST: [onnx_ptq]
6669
TEST_TYPE: bash
6770

68-
##### [WIP] Megatron / NeMo Integration Tests #####
71+
##### Megatron / NeMo Integration Tests #####
6972
megatron-nemo-integration:
7073
extends: .tests-default
7174
variables:

0 commit comments

Comments
 (0)