@@ -51,98 +51,98 @@ spec:
5151 --unit-test-repeat $UNIT_TEST_REPEAT \
5252 --log-dir {assets_dir}/logs/1/
5353
54- ls -al
54+ ls -al
5555
5656 cd $TEST_PATH
57- /opt/venv/bin/coverage xml
57+ /opt/venv/bin/coverage xml
5858 cp .coverage {assets_dir}/coverage_report
5959 cp coverage.xml {assets_dir}
6060
6161products :
62- # - test_case: [tests/unit_tests/test_model_configs.py]
63- # products:
64- # - environment: [lts, dev]
65- # tag: [latest, legacy]
66- # scope: [unit-tests]
67- # n_repeat: [1]
68- # time_limit: [1800]
69- # - test_case: [tests/unit_tests/test_fp8_param.py]
70- # products:
71- # - environment: [lts, dev]
72- # tag: [latest, legacy]
73- # scope: [unit-tests]
74- # n_repeat: [1]
75- # time_limit: [1800]
76- # - test_case: [tests/unit_tests/pipeline_parallel/**/*.py]
77- # products:
78- # - environment: [lts, dev]
79- # tag: [latest, legacy]
80- # scope: [unit-tests]
81- # n_repeat: [1]
82- # time_limit: [1800]
83- # - test_case: [tests/unit_tests/models/**/*.py]
84- # products:
85- # - environment: [lts, dev]
86- # tag: [latest, legacy]
87- # scope: [unit-tests]
88- # n_repeat: [1]
89- # time_limit: [1800]
90- # - test_case: [tests/unit_tests/data/**/*.py]
91- # products:
92- # - environment: [lts, dev]
93- # tag: [latest, legacy]
94- # scope: [unit-tests]
95- # n_repeat: [1]
96- # time_limit: [1800]
97- # - test_case: [tests/unit_tests/dist_checkpointing/test_optimizer.py]
98- # products:
99- # - environment: [lts, dev]
100- # tag: [latest, legacy]
101- # scope: [unit-tests]
102- # n_repeat: [1]
103- # time_limit: [1800]
104- # - test_case: [tests/unit_tests/dist_checkpointing/**/*.py]
105- # products:
106- # - environment: [lts, dev]
107- # tag: [latest, legacy]
108- # scope: [unit-tests]
109- # n_repeat: [1]
110- # time_limit: [1800]
111- # - test_case: [tests/unit_tests/dist_checkpointing/models/**/*.py]
112- # products:
113- # - environment: [lts, dev]
114- # tag: [latest, legacy]
115- # scope: [unit-tests]
116- # n_repeat: [1]
117- # time_limit: [1800]
118- # - test_case: [tests/unit_tests/dist_checkpointing/models/test_moe_experts.py]
119- # products:
120- # - environment: [lts, dev]
121- # tag: [latest, legacy]
122- # scope: [unit-tests]
123- # n_repeat: [1]
124- # time_limit: [1800]
125- # - test_case: [tests/unit_tests/transformer/**/*.py]
126- # products:
127- # - environment: [lts, dev]
128- # tag: [latest, legacy]
129- # scope: [unit-tests]
130- # n_repeat: [1]
131- # time_limit: [1800]
132- # - test_case: [tests/unit_tests/transformer/moe/**/*.py]
133- # products:
134- # - environment: [lts, dev]
135- # tag: [latest, legacy]
136- # scope: [unit-tests]
137- # n_repeat: [1]
138- # time_limit: [1800]
139- # - test_case: [tests/unit_tests/distributed/fsdp/**/*.py]
140- # products:
141- # - environment: [lts, dev]
142- # tag: [latest]
143- # scope: [unit-tests]
144- # n_repeat: [1]
145- # time_limit: [1800]
62+ - test_case : [tests/unit_tests/test_model_configs.py]
63+ products :
64+ - environment : [lts, dev]
65+ tag : [latest, legacy]
66+ scope : [unit-tests]
67+ n_repeat : [1]
68+ time_limit : [1800]
69+ - test_case : [tests/unit_tests/test_fp8_param.py]
70+ products :
71+ - environment : [lts, dev]
72+ tag : [latest, legacy]
73+ scope : [unit-tests]
74+ n_repeat : [1]
75+ time_limit : [1800]
76+ - test_case : [tests/unit_tests/pipeline_parallel/**/*.py]
77+ products :
78+ - environment : [lts, dev]
79+ tag : [latest, legacy]
80+ scope : [unit-tests]
81+ n_repeat : [1]
82+ time_limit : [1800]
83+ - test_case : [tests/unit_tests/models/**/*.py]
84+ products :
85+ - environment : [lts, dev]
86+ tag : [latest, legacy]
87+ scope : [unit-tests]
88+ n_repeat : [1]
89+ time_limit : [1800]
90+ - test_case : [tests/unit_tests/data/**/*.py]
91+ products :
92+ - environment : [lts, dev]
93+ tag : [latest, legacy]
94+ scope : [unit-tests]
95+ n_repeat : [1]
96+ time_limit : [1800]
97+ - test_case : [tests/unit_tests/dist_checkpointing/test_optimizer.py]
98+ products :
99+ - environment : [lts, dev]
100+ tag : [latest, legacy]
101+ scope : [unit-tests]
102+ n_repeat : [1]
103+ time_limit : [1800]
104+ - test_case : [tests/unit_tests/dist_checkpointing/**/*.py]
105+ products :
106+ - environment : [lts, dev]
107+ tag : [latest, legacy]
108+ scope : [unit-tests]
109+ n_repeat : [1]
110+ time_limit : [1800]
111+ - test_case : [tests/unit_tests/dist_checkpointing/models/**/*.py]
112+ products :
113+ - environment : [lts, dev]
114+ tag : [latest, legacy]
115+ scope : [unit-tests]
116+ n_repeat : [1]
117+ time_limit : [1800]
118+ - test_case : [tests/unit_tests/dist_checkpointing/models/test_moe_experts.py]
119+ products :
120+ - environment : [lts, dev]
121+ tag : [latest, legacy]
122+ scope : [unit-tests]
123+ n_repeat : [1]
124+ time_limit : [1800]
125+ - test_case : [tests/unit_tests/transformer/**/*.py]
126+ products :
127+ - environment : [lts, dev]
128+ tag : [latest, legacy]
129+ scope : [unit-tests]
130+ n_repeat : [1]
131+ time_limit : [1800]
132+ - test_case : [tests/unit_tests/transformer/moe/**/*.py]
133+ products :
134+ - environment : [lts, dev]
135+ tag : [latest, legacy]
136+ scope : [unit-tests]
137+ n_repeat : [1]
138+ time_limit : [1800]
139+ - test_case : [tests/unit_tests/distributed/fsdp/**/*.py]
140+ products :
141+ - environment : [lts, dev]
142+ tag : [latest]
143+ scope : [unit-tests]
144+ n_repeat : [1]
145+ time_limit : [1800]
146146 - test_case : [tests/unit_tests/**/*.py]
147147 products :
148148 - environment : [dev]
0 commit comments