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

Upgrade actions to fix upload conflict #7426

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Upgrade actions to fix upload conflict #7426

merged 1 commit into from
Apr 1, 2024

Conversation

youngbupark
Copy link

Description

Upgrade actions to fix upload conflict

Type of change

  • This pull request fixes a bug in Radius and has an approved issue (issue link required).
  • This pull request adds or changes features of Radius and has an approved issue (issue link required).
  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Fixes: #issue_number

Signed-off-by: Young Bu Park <youngp@microsoft.com>
@@ -609,7 +609,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: recipes-pod-logs
name: ${{ matrix.name }}_recipes-pod-logs
Copy link
Author

Choose a reason for hiding this comment

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

From v4, upload artifact doesn't support append operation. We should have the explicit name for each test.

@@ -107,7 +107,7 @@ jobs:
RAD_CLI_ARTIFACT_NAME: ${{ steps.gen-id.outputs.RAD_CLI_ARTIFACT_NAME }}
steps:
- name: Restore the latest cached binaries
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
Copy link
Author

Choose a reason for hiding this comment

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

This is the missing upgrade.

@rynowak
Copy link
Contributor

rynowak commented Apr 1, 2024

Per offline discussion with @youngbupark - this needs a force merge because the functional tests won't pass until it's in.

@rynowak rynowak merged commit 9f8ed7f into main Apr 1, 2024
12 of 13 checks passed
@rynowak rynowak deleted the youngp/fix-upload branch April 1, 2024 18:35
Copy link

github-actions bot commented Apr 1, 2024

65.9

For the detailed report, please go to Checks tab, click Build and Test, and then download unit_test_coverage artifact at the bottom of build page.

  • Your PR branch coverage: 65.9 %
  • main branch coverage: 65.9 %
  • diff coverage: 0 %

The coverage result does not include the functional test coverage.

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.

None yet

2 participants