File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010jobs :
1111 regression :
12+ strategy :
13+ matrix :
14+ include :
15+ - language : python
16+ version : " 3.11"
17+ architecture : " x64"
18+ - language : nodejs
19+ version : " 20"
20+ architecture : " x64"
21+ - language : java
22+ version : " 8"
23+ architecture : " x64"
24+ fail-fast : false
25+
26+ name : ${{ matrix.language }} ${{ matrix.version }} ${{ matrix.architecture }}
1227 runs-on : ubuntu-latest
1328 timeout-minutes : 90
1429
2237 WSK_AUTH : 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
2338 OW_ACTION_MEMORY_MAX : " 3072"
2439 RESOURCE_PREFIX : ci
25- LANGUAGE : python
26- LANGUAGE_VERSION : " 3.11 "
27- ARCHITECTURE : x64
40+ LANGUAGE : ${{ matrix.language }}
41+ LANGUAGE_VERSION : ${{ matrix.version }}
42+ ARCHITECTURE : ${{ matrix.architecture }}
2843
2944 steps :
3045 - name : Checkout code
@@ -245,7 +260,7 @@ jobs:
245260 if : always()
246261 uses : actions/upload-artifact@v4
247262 with :
248- name : openwhisk-regression-artifacts
263+ name : openwhisk-regression-artifacts-${{ matrix.language }}-${{ matrix.version }}-${{ matrix.architecture }}
249264 path : |
250265 diagnostics/
251266 regression-cache/
Original file line number Diff line number Diff line change 11name : Regression Tests
22
33on :
4- # push:
5- # branches:
6- # - master
7- # - 'feature/**'
4+ push :
5+ branches :
6+ - master
7+ - ' feature/**'
88 workflow_dispatch :
99
1010jobs :
You can’t perform that action at this time.
0 commit comments