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

Update upload artifacts action #2382

Merged
merged 4 commits into from
Aug 4, 2024
Merged

Update upload artifacts action #2382

merged 4 commits into from
Aug 4, 2024

Conversation

gurevichdmitry
Copy link
Collaborator

@gurevichdmitry gurevichdmitry commented Aug 4, 2024

Summary of your changes

This PR pins the upload artifacts version to v4.3.4 due to this bug and also fixes the k8s CI.

Screenshot/Data

Related Issues

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary README/documentation (if appropriate)

Introducing a new rule?

Copy link

mergify bot commented Aug 4, 2024

This pull request does not have a backport label. Could you fix it @gurevichdmitry? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

Copy link

github-actions bot commented Aug 4, 2024

📊 Allure Report - 💚 No failures were reported.

Result Count
🟥 Failed 0
🟩 Passed 197
⬜ Skipped 33

@gurevichdmitry gurevichdmitry changed the title Debug upload download artifacts Update upload artifacts action Aug 4, 2024
@gurevichdmitry gurevichdmitry marked this pull request as ready for review August 4, 2024 14:56
@gurevichdmitry gurevichdmitry requested a review from a team as a code owner August 4, 2024 14:57
@@ -7,7 +7,7 @@ replicaCount: 1
image:
name: cloudbeat-test
repository: cloudbeat-test
pullPolicy: Always
pullPolicy: IfNotPresent
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For k8s tests, the images are loaded to the nodes locally, so the pull policy should be IfNotPresent.

@gurevichdmitry
Copy link
Collaborator Author

gurevichdmitry commented Aug 4, 2024

@oren-zohar, since the tests are using pull_request_target, the k8s tests will fail currently. We need to perform a merge to be able to see the changes.

@gurevichdmitry gurevichdmitry merged commit cb6ece0 into main Aug 4, 2024
18 of 23 checks passed
@gurevichdmitry gurevichdmitry deleted the dg-upload-artifacts branch August 4, 2024 15:43
mergify bot pushed a commit that referenced this pull request Oct 17, 2024
(cherry picked from commit cb6ece0)

# Conflicts:
#	tests/test_environments/k8s-cloudbeat-tests/values.yaml
moukoublen added a commit that referenced this pull request Oct 17, 2024
* Update upload artifacts action (#2382)

(cherry picked from commit cb6ece0)

# Conflicts:
#	tests/test_environments/k8s-cloudbeat-tests/values.yaml

* conflict fix

---------

Co-authored-by: Dmitry Gurevich <99176494+gurevichdmitry@users.noreply.github.com>
Co-authored-by: Kostas Stamatakis <moukoublen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants