11# Do not edit this file. This file is generated automatically by executing
22# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
3- name : Test Cloud Computing
3+ name : Test Cloud
44on :
55 push :
66 branches :
2020 CACHED_BUILD_PATHS : |
2121 ${{ github.workspace }}/dist-serverless
2222jobs :
23- test-cloud_computing -latest :
24- name : Cloud Computing (latest)
23+ test-cloud -latest :
24+ name : Cloud (latest)
2525 timeout-minutes : 30
2626 runs-on : ${{ matrix.os }}
2727 strategy :
3434 # see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
3535 os : [ubuntu-20.04]
3636 steps :
37- -
uses :
actions/[email protected] .0 37+ -
uses :
actions/[email protected] .2 3838 - uses : actions/setup-python@v5
3939 with :
4040 python-version : ${{ matrix.python-version }}
7474 coverage xml
7575 - name : Upload coverage to Codecov
7676 if : ${{ !cancelled() }}
77- uses : codecov/codecov-action@v4.6.0
77+ uses : codecov/codecov-action@v5.0.7
7878 with :
7979 token : ${{ secrets.CODECOV_TOKEN }}
8080 files : coverage.xml
8888 token : ${{ secrets.CODECOV_TOKEN }}
8989 files : .junitxml
9090 verbose : true
91- test-cloud_computing -pinned :
92- name : Cloud Computing (pinned)
91+ test-cloud -pinned :
92+ name : Cloud (pinned)
9393 timeout-minutes : 30
9494 runs-on : ${{ matrix.os }}
9595 strategy :
@@ -102,7 +102,7 @@ jobs:
102102 # see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
103103 os : [ubuntu-20.04]
104104 steps :
105- -
uses :
actions/[email protected] .0 105+ -
uses :
actions/[email protected] .2 106106 - uses : actions/setup-python@v5
107107 with :
108108 python-version : ${{ matrix.python-version }}
@@ -142,7 +142,7 @@ jobs:
142142 coverage xml
143143 - name : Upload coverage to Codecov
144144 if : ${{ !cancelled() }}
145- uses : codecov/codecov-action@v4.6.0
145+ uses : codecov/codecov-action@v5.0.7
146146 with :
147147 token : ${{ secrets.CODECOV_TOKEN }}
148148 files : coverage.xml
@@ -157,13 +157,13 @@ jobs:
157157 files : .junitxml
158158 verbose : true
159159 check_required_tests :
160- name : All Cloud Computing tests passed
161- needs : test-cloud_computing -pinned
160+ name : All pinned Cloud tests passed
161+ needs : test-cloud -pinned
162162 # Always run this, even if a dependent job failed
163163 if : always()
164164 runs-on : ubuntu-20.04
165165 steps :
166166 - name : Check for failures
167- if : contains(needs.test-cloud_computing -pinned.result, 'failure') || contains(needs.test-cloud_computing -pinned.result, 'skipped')
167+ if : contains(needs.test-cloud -pinned.result, 'failure') || contains(needs.test-cloud -pinned.result, 'skipped')
168168 run : |
169169 echo "One of the dependent jobs has failed. You may need to re-run it." && exit 1
0 commit comments