Skip to content

Commit

Permalink
[Rel Eng] Update Nightly Workflow To Use Proper Skip List (vllm-proje…
Browse files Browse the repository at this point in the history
…ct#296)

SUMMARY:
* update `nightly` workflow to actually use the `skip-for-nightly.txt`
skip list
  • Loading branch information
robertgshaw2-neuralmagic authored Jun 10, 2024
1 parent db9ed90 commit ba91187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 480
test_skip_list: neuralmagic/tests/skip-for-remote-push-tmp.txt
test_skip_list: neuralmagic/tests/skip-for-nightly.txt

benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
Expand All @@ -45,7 +45,7 @@ jobs:
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 480
test_skip_list: neuralmagic/tests/skip-for-remote-push-tmp.txt
test_skip_list: neuralmagic/tests/skip-for-nightly.txt

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

benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
Expand All @@ -81,7 +81,7 @@ jobs:
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 480
test_skip_list: neuralmagic/tests/skip-for-remote-push-tmp.txt
test_skip_list: neuralmagic/tests/skip-for-nightly.txt

benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
Expand Down

0 comments on commit ba91187

Please sign in to comment.