Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix artifact path #291

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Fix artifact path #291

merged 1 commit into from
Nov 8, 2024

Conversation

RafalKorepta
Copy link
Contributor

Logic defined in k8s:run-kuttl-tests was moved to ci:kuttl-artifact-upload, but the dir option was not set. Dynamic variable resolution failed as the file was not found.

task: [ci:run-kuttl-tests] task ci:kuttl-artifact-upload EXIT_CODE=1 KUTTL_CONFIG_FILE=kuttl-v2-test.yaml
cat: kuttl-v2-test.yaml: No such file or directory
task: [ci:kuttl-artifact-upload] echo "Kuttl returned exit code 1. Creating artifacts tarball"
Kuttl returned exit code 1. Creating artifacts tarball
task: [ci:kuttl-artifact-upload] tar -czf ..tar.gz
tar: Cowardly refusing to create an empty archive
Try 'tar --help' or 'tar --usage' for more information.
task: Failed to run task "ci:kuttl-artifact-upload": exit status 2

https://buildkite.com/redpanda/redpanda-operator/builds/3169#01930b86-b67a-4c62-a63e-46e5fb673693/1296-1308

Logic defined in `k8s:run-kuttl-tests` was moved to `ci:kuttl-artifact-upload`,
but the `dir` option was not set. Dynamic variable resolution failed as the file
was not found.

```
task: [ci:run-kuttl-tests] task ci:kuttl-artifact-upload EXIT_CODE=1 KUTTL_CONFIG_FILE=kuttl-v2-test.yaml
cat: kuttl-v2-test.yaml: No such file or directory
task: [ci:kuttl-artifact-upload] echo "Kuttl returned exit code 1. Creating artifacts tarball"
Kuttl returned exit code 1. Creating artifacts tarball
task: [ci:kuttl-artifact-upload] tar -czf ..tar.gz
tar: Cowardly refusing to create an empty archive
Try 'tar --help' or 'tar --usage' for more information.
task: Failed to run task "ci:kuttl-artifact-upload": exit status 2
```

https://buildkite.com/redpanda/redpanda-operator/builds/3169#01930b86-b67a-4c62-a63e-46e5fb673693/1296-1308
@RafalKorepta RafalKorepta enabled auto-merge (rebase) November 8, 2024 15:28
@RafalKorepta RafalKorepta merged commit 0be37df into main Nov 8, 2024
4 of 5 checks passed
@RafalKorepta RafalKorepta deleted the rk/fix-artifact-path branch December 2, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants