Skip to content

Commit

Permalink
test more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 13, 2024
1 parent b6d870f commit 9b13421
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ runs:
with:
venv: ${{ inputs.venv }}
name: compressed
extra: "[dev,accelerate]"
#extra: "[dev,accelerate]"
extra: "[dev]"

- name: test
id: test
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/trigger-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:

BUILD-TEST:
uses: ./.github/workflows/build-test.yml
name: ${{ inputs.wf_category || (github.event.schedule == '30 0 * * *' && 'NIGHTLY') }}
name: ${{ inputs.wf_category || 'NIGHTLY' }}
with:
#wf_category: ${{ inputs.wf_category || (github.event.schedule == '30 0 * * *' && 'NIGHTLY') }}
wf_category: ${{ 'NIGHTLY' || (github.event.schedule == '30 0 * * *' && 'NIGHTLY') }}
wf_category: ${{ inputs.wf_category || 'NIGHTLY' }}
gitref: ${{ inputs.gitref || 'auto' }}
push_to_pypi: ${{ inputs.push_to_pypi || false }}

# nightly and weekly tests share the same configs
test_configs: '[{"python":"3.10.12","label":"ubuntu-20.04","timeout":"60"}]'
test_configs: '[{"python":"3.11.4","label":"ubuntu-22.04","timeout":"60"},
{"python":"3.10.12","label":"ubuntu-20.04","timeout":"60"},
{"python":"3.9.17","label":"k8s-a100-solo","timeout":"60"},
{"python":"3.8.17","label":"k8s-a100-duo","timeout":"60"}]'

secrets: inherit

0 comments on commit 9b13421

Please sign in to comment.