diff --git a/.github/workflows/trigger-all.yml b/.github/workflows/trigger-all.yml index 30a07496..90da69e6 100644 --- a/.github/workflows/trigger-all.yml +++ b/.github/workflows/trigger-all.yml @@ -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