Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 13, 2024
1 parent 82e82b6 commit 3a5f93d
Showing 1 changed file with 6 additions and 6 deletions.
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 || 'NIGHTLY' }}
name: ${{ inputs.wf_category || 'RELEASE' }}
with:
wf_category: ${{ inputs.wf_category || 'NIGHTLY' }}
wf_category: ${{ inputs.wf_category || 'RELEASE' }}
gitref: ${{ inputs.gitref || 'auto' }}
push_to_pypi: ${{ inputs.push_to_pypi || false }}
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"}]'
test_configs: '[{"python":"3.11.4","label":"ubuntu-22.04","timeout":"40"},
{"python":"3.10.12","label":"ubuntu-20.04","timeout":"40"},
{"python":"3.9.17","label":"k8s-a100-solo","timeout":"40"},
{"python":"3.8.17","label":"k8s-a100-duo","timeout":"40"}]'

secrets: inherit

0 comments on commit 3a5f93d

Please sign in to comment.