Skip to content

Commit

Permalink
Merge pull request rancher#47 from deepakpunia-suse/quick-pipeline-fi…
Browse files Browse the repository at this point in the history
…x-failure

fix pipeline failure
  • Loading branch information
deepakpunia-suse authored Jan 31, 2025
2 parents d8b037b + fc6ca18 commit 27c70d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
TEST_LABEL_FILTER=E2E go test -timeout 30m github.com/rancher/observability-e2e/tests/e2e -v -count=1 -ginkgo.v | tee ~/artifacts/test-output-e2e-${{ matrix.tag }}.txt
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts
name: test-artifacts-${{ matrix.tag }}
path: ~/artifacts

- name: Cleanup all containers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
rm -f $GITHUB_WORKSPACE/cattle-config.yaml
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts
path: ~/artifacts
Expand Down

0 comments on commit 27c70d8

Please sign in to comment.