Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit ba91187

Browse files
[Rel Eng] Update Nightly Workflow To Use Proper Skip List (#296)
SUMMARY: * update `nightly` workflow to actually use the `skip-for-nightly.txt` skip list
1 parent db9ed90 commit ba91187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nm-nightly.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
test_label_solo: gcp-k8s-l4-solo
2828
test_label_multi: ignore
2929
test_timeout: 480
30-
test_skip_list: neuralmagic/tests/skip-for-remote-push-tmp.txt
30+
test_skip_list: neuralmagic/tests/skip-for-nightly.txt
3131

3232
benchmark_label: gcp-k8s-l4-solo
3333
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
@@ -45,7 +45,7 @@ jobs:
4545
test_label_solo: gcp-k8s-l4-solo
4646
test_label_multi: ignore
4747
test_timeout: 480
48-
test_skip_list: neuralmagic/tests/skip-for-remote-push-tmp.txt
48+
test_skip_list: neuralmagic/tests/skip-for-nightly.txt
4949

5050
benchmark_label: gcp-k8s-l4-solo
5151
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
@@ -63,7 +63,7 @@ jobs:
6363
test_label_solo: aws-avx2-32G-a10g-24G
6464
test_label_multi: ignore
6565
test_timeout: 480
66-
test_skip_list: neuralmagic/tests/skip-for-remote-push-tmp.txt
66+
test_skip_list: neuralmagic/tests/skip-for-nightly.txt
6767

6868
benchmark_label: gcp-k8s-l4-solo
6969
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
@@ -81,7 +81,7 @@ jobs:
8181
test_label_solo: gcp-k8s-l4-solo
8282
test_label_multi: ignore
8383
test_timeout: 480
84-
test_skip_list: neuralmagic/tests/skip-for-remote-push-tmp.txt
84+
test_skip_list: neuralmagic/tests/skip-for-nightly.txt
8585

8686
benchmark_label: gcp-k8s-l4-solo
8787
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt

0 commit comments

Comments
 (0)