Skip to content

Commit b99db4e

Browse files
chore: bump wfe-test-runner to 5.2
1 parent 68951d1 commit b99db4e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/reusable-build-test-release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
find package/default/data -type d -name "spl2" -maxdepth 1 -mindepth 1 | sed 's|^package/default/data/||g' | while read -r TESTSET; do echo "$TESTSET=${{ needs.check-docs-changes.outputs.docs-only == 'false' && 'true' || 'false' }}" >> "$GITHUB_OUTPUT"; echo "$TESTSET::${{ needs.check-docs-changes.outputs.docs-only == 'false' && 'true' || 'false' }}"; done
435435
436436
run-unit-tests:
437-
name: test-unit-python-${{ env.PYTHON_VERSION }}
437+
name: run-unit-tests
438438
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
439439
runs-on: ubuntu-22.04
440440
needs:
@@ -456,7 +456,7 @@ jobs:
456456
if [ -f "poetry.lock" ]
457457
then
458458
mkdir -p package/lib || true
459-
python${{ env.PYTHON_VERSION }} -m pip install poetry==${{ POETRY_VERSION }} poetry-plugin-export==${{ env.POETRY_EXPORT_PLUGIN_VERSION }}
459+
python${{ env.PYTHON_VERSION }} -m pip install poetry==${{ env.POETRY_VERSION }} poetry-plugin-export==${{ env.POETRY_EXPORT_PLUGIN_VERSION }}
460460
poetry lock --check
461461
poetry export --without-hashes -o package/lib/requirements.txt
462462
poetry export --without-hashes --with dev -o requirements_dev.txt
@@ -532,7 +532,7 @@ jobs:
532532
if [ -f "poetry.lock" ]
533533
then
534534
echo " poetry.lock found "
535-
python${{ env.PYTHON_VERSION }} -m pip install poetry==${{ POETRY_VERSION }} poetry-plugin-export==${{ env.POETRY_EXPORT_PLUGIN_VERSION }}
535+
python${{ env.PYTHON_VERSION }} -m pip install poetry==${{ env,POETRY_VERSION }} poetry-plugin-export==${{ env.POETRY_EXPORT_PLUGIN_VERSION }}
536536
poetry export --without-hashes -o requirements.txt
537537
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
538538
then
@@ -839,7 +839,7 @@ jobs:
839839
id: setup-poetry
840840
shell: bash
841841
run: |
842-
python${{ env.PYTHON_VERSION }} -m pip install poetry==${{ POETRY_VERSION }}
842+
python${{ env.PYTHON_VERSION }} -m pip install poetry==${{ env.POETRY_VERSION }}
843843
export POETRY_REPOSITORIES_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_URL=https://github.com/splunk/addonfactory-ucc-test.git
844844
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_USERNAME=${{ secrets.SA_GH_USER_NAME }}
845845
export POETRY_HTTP_BASIC_SPLUNK_ADD_ON_UCC_MODINPUT_TEST_PASSWORD=${{ secrets.GH_TOKEN_ADMIN }}
@@ -946,7 +946,7 @@ jobs:
946946
timeout-minutes: 10
947947
env:
948948
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
949-
uses: splunk/wfe-test-runner-action@v5.1
949+
uses: splunk/wfe-test-runner-action@v5.2
950950
with:
951951
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
952952
test-type: ${{ env.TEST_TYPE }}
@@ -1191,7 +1191,7 @@ jobs:
11911191
continue-on-error: true
11921192
env:
11931193
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1194-
uses: splunk/wfe-test-runner-action@v5.1
1194+
uses: splunk/wfe-test-runner-action@v5.2
11951195
with:
11961196
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
11971197
test-type: ${{ env.TEST_TYPE }}
@@ -1476,7 +1476,7 @@ jobs:
14761476
continue-on-error: true
14771477
env:
14781478
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1479-
uses: splunk/wfe-test-runner-action@v5.1
1479+
uses: splunk/wfe-test-runner-action@v5.2
14801480
with:
14811481
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
14821482
test-type: ${{ env.TEST_TYPE }}
@@ -1754,7 +1754,7 @@ jobs:
17541754
continue-on-error: true
17551755
env:
17561756
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
1757-
uses: splunk/wfe-test-runner-action@v5.1
1757+
uses: splunk/wfe-test-runner-action@v5.2
17581758
with:
17591759
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
17601760
test-type: ${{ env.TEST_TYPE }}
@@ -2030,7 +2030,7 @@ jobs:
20302030
continue-on-error: true
20312031
env:
20322032
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
2033-
uses: splunk/wfe-test-runner-action@v5.1
2033+
uses: splunk/wfe-test-runner-action@v5.2
20342034
with:
20352035
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
20362036
test-type: ${{ env.TEST_TYPE }}
@@ -2294,7 +2294,7 @@ jobs:
22942294
continue-on-error: true
22952295
env:
22962296
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
2297-
uses: splunk/wfe-test-runner-action@v5.1
2297+
uses: splunk/wfe-test-runner-action@v5.2
22982298
with:
22992299
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
23002300
test-type: ${{ env.TEST_TYPE }}
@@ -2570,7 +2570,7 @@ jobs:
25702570
continue-on-error: true
25712571
env:
25722572
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
2573-
uses: splunk/wfe-test-runner-action@v5.1
2573+
uses: splunk/wfe-test-runner-action@v5.2
25742574
with:
25752575
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
25762576
test-type: ${{ env.TEST_TYPE }}

0 commit comments

Comments
 (0)