Skip to content

Commit 3a5de30

Browse files
chore(ci): bump k3s to v1.31.10+k3s1 (#5186)
1 parent e7242df commit 3a5de30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/beekeeper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "**"
99

1010
env:
11-
K3S_VERSION: "v1.30.3+k3s1"
11+
K3S_VERSION: "v1.31.10+k3s1"
1212
REPLICA: 3
1313
RUN_TYPE: "PR RUN"
1414
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
@@ -190,7 +190,6 @@ jobs:
190190
if ${{ steps.pushsync-chunks-2.outcome=='failure' }}; then FAILED=pushsync-chunks-2; fi
191191
if ${{ steps.retrieval.outcome=='failure' }}; then FAILED=retrieval; fi
192192
if ${{ steps.manifest.outcome=='failure' }}; then FAILED=manifest; fi
193-
if ${{ steps.content-availability.outcome=='failure' }}; then FAILED=content-availability; fi
194193
if ${{ steps.act.outcome=='failure' }}; then FAILED=act; fi
195194
curl -sSf -X POST -H "Content-Type: application/json" -d "{\"text\": \"**${RUN_TYPE}** Beekeeper Error\nBranch: \`${{ github.head_ref }}\`\nUser: @${{ github.event.pull_request.user.login }}\nDebugging artifacts: [click](https://$BUCKET_NAME.$AWS_ENDPOINT/artifacts_$VERTAG.tar.gz)\nStep failed: \`${FAILED}\`\"}" https://beehive.ethswarm.org/hooks/${{ secrets.TUNSHELL_KEY }}
196195
echo "Failed test: ${FAILED}"

0 commit comments

Comments
 (0)