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

CI: Merge and Upload Artifacts job #35167

Closed
brlbil opened this issue Oct 2, 2024 · 0 comments · Fixed by #35172
Closed

CI: Merge and Upload Artifacts job #35167

brlbil opened this issue Oct 2, 2024 · 0 comments · Fixed by #35172
Assignees
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me!

Comments

@brlbil
Copy link
Contributor

brlbil commented Oct 2, 2024

CI failure

Merge and Upload Artifacts job fails if no artifacts are found. This is not a big problem, but the failed tests show up in workflow status monitor tools and clutter results. There is a PR to the upstream to address this.

Example failure: https://github.com/cilium/cilium/actions/runs/11103779233/job/30848364616 on other runs fails the same way.

Run actions/upload-artifact/merge@50769540e7f4bd5e21e526ee35c689e35e0d6874
  with:
    name: cilium-junits
    pattern: cilium-junits-*
    retention-days: 5
    delete-merged: true
    separate-directories: false
    compression-level: 6
    include-hidden-files: false
  env:
    clusterName: cilium-cilium-11103779[2](https://github.com/cilium/cilium/actions/runs/11103779233/job/30848364616#step:3:2)33-1
    cilium_cli_ci_version: 
    USE_GKE_GCLOUD_AUTH_PLUGIN: true
    gcloud_version: [4](https://github.com/cilium/cilium/actions/runs/11103779233/job/30848364616#step:3:4)94.0.0
Found 0 artifact(s)
Error: No artifacts found matching pattern 'cilium-junits-*'
@brlbil brlbil added area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! labels Oct 2, 2024
@brlbil brlbil self-assigned this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant