forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (28 loc) · 1.29 KB
/
nm-remote-push.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: nm remote push
run-name: ${{ github.actor }} verifying branch '${{ github.ref }}'
on:
push:
branches-ignore:
- main
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
REMOTE:
uses: ./.github/workflows/nm-build-test.yml
with:
python: 3.10.12
gitref: ${{ github.ref }}
push_to_pypi: false
test_configs: '[{"python":"3.8.17","label":"gcp-k8s-l4-solo","test":"neuralmagic/tests/test_skip_env_vars/smoke.txt"},
{"python":"3.9.17","label":"gcp-k8s-l4-solo","test":"neuralmagic/tests/test_skip_env_vars/smoke.txt"},
{"python":"3.10.12","label":"gcp-k8s-l4-solo","test":"neuralmagic/tests/test_skip_env_vars/smoke.txt"},
{"python":"3.11.4","label":"gcp-k8s-l4-solo","test":"neuralmagic/tests/test_skip_env_vars/smoke.txt"}]'
test_timeout: 480
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_base_config_list.txt
benchmark_timeout: 480
lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./.github/lm-eval-configs/smoke-small-models.txt
lm_eval_timeout: 60
secrets: inherit