Skip to content

Commit

Permalink
[1.15] ci: bump EOL github upload action (#10504)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjumani authored Dec 18, 2024
1 parent fb39c94 commit 40982f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Performance Tests
description: Runs tests with the performance label

runs:
using: "composite"
steps:
Expand All @@ -12,7 +12,7 @@ runs:
shell: bash
run: mkdir -p _output/performance-artifacts && echo '{"url":"https://github.com/solo-io/gloo/actions/runs/${{github.run_id}}",
"name":"performance"}' > _output/performance-artifacts/test-out.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: performance-dump
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
shell: bash
run: mkdir -p _output/kube2e-artifacts && echo '{"url":"https://github.com/solo-io/gloo/actions/runs/${{github.run_id}}",
"name":"${{matrix.kube-e2e-test-type}}@k8s${{matrix.kube-version.kubectl}}"}' > _output/kube2e-artifacts/test-out.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: ${{matrix.kube-e2e-test-type}}@k8s${{matrix.kube-version.kubectl}}-kube-dump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: send slack message
env:
PARENT_JOB_URL: https://github.com/solo-io/gloo/actions/runs/${{github.run_id}} # parent job hyperlink
Expand Down
8 changes: 8 additions & 0 deletions changelog/v1.15.35/bump-upload-artifact-115.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
changelog:
- type: NON_USER_FACING
description: >-
Bump EOL'd github upload action
skipCI-kube-tests:true
skipCI-docs-build:true

0 comments on commit 40982f1

Please sign in to comment.