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/upstream-sync-2024-06-08' #3

robertgshaw2-neuralmagic verifying branch 'refs/heads/upstream-sync-2024-06-08'

robertgshaw2-neuralmagic verifying branch 'refs/heads/upstream-sync-2024-06-08' #3

Workflow file for this run

name: nm release
run-name: ${{ github.actor }} verifying branch '${{ github.ref }}'
on:
workflow_dispatch:
inputs:
push_benchmark_results_to_gh_pages:
description: "When set to true, the workflow pushes all benchmarking results to gh-pages UI"
type: choice
options:
- 'true'
- 'false'
default: 'false'
jobs:
PYTHON-3-8:
uses: ./.github/workflows/nm-build-test.yml
with:
wf_category: 'RELEASE'
python: 3.8.17
gitref: ${{ github.ref }}
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 720
test_skip_list: neuralmagic/tests/skip-for-release.txt
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}
secrets: inherit
PYTHON-3-9:
uses: ./.github/workflows/nm-build-test.yml
with:
wf_category: 'RELEASE'
python: 3.9.17
gitref: ${{ github.ref }}
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 720
test_skip_list: neuralmagic/tests/skip-for-release.txt
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}
secrets: inherit
PYTHON-3-10:
uses: ./.github/workflows/nm-build-test.yml
with:
wf_category: 'RELEASE'
python: 3.10.12
gitref: ${{ github.ref }}
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 720
test_skip_list: neuralmagic/tests/skip-for-release.txt
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}
secrets: inherit
PYTHON-3-11:
uses: ./.github/workflows/nm-build-test.yml
with:
wf_category: 'RELEASE'
python: 3.11.4
gitref: ${{ github.ref }}
test_label_solo: gcp-k8s-l4-solo
test_label_multi: ignore
test_timeout: 720
test_skip_list: neuralmagic/tests/skip-for-release.txt
benchmark_label: gcp-k8s-l4-solo
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}
secrets: inherit