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

robertgshaw2-neuralmagic verifying branch 'refs/heads/rel-eng/build-time' #14

robertgshaw2-neuralmagic verifying branch 'refs/heads/rel-eng/build-time'

robertgshaw2-neuralmagic verifying branch 'refs/heads/rel-eng/build-time' #14

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:
BUILD-TEST-3-8:
uses: ./.github/workflows/nm-build-test.yml
with:
python: 3.8.17
gitref: ${{ github.ref }}
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
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 480
secrets: inherit
BUILD-TEST-3-9:
uses: ./.github/workflows/nm-build-test.yml
with:
python: 3.9.17
gitref: ${{ github.ref }}
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
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 480
secrets: inherit
BUILD-TEST-3-10:
uses: ./.github/workflows/nm-build-test.yml
with:
python: 3.10.12
gitref: ${{ github.ref }}
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
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 480
secrets: inherit
BUILD-TEST-3-11:
uses: ./.github/workflows/nm-build-test.yml
with:
python: 3.11.4
gitref: ${{ github.ref }}
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
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 480
secrets: inherit