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 resource utilization check in the CI #1033

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

monthonk
Copy link
Contributor

Description of change

Our CI workflows work by checking out the code from branch gh-pages to retrieve benchmark results from previous commits and compare them to values in the current run. However, the resource utilization check was done after the benchmark result check which already has pulled in the branch gh-pages resulting in errors because the branch already exists. This change fixes that.

Does this change impact existing behavior?

No

Does this change need a changelog entry in any of the crates?

No, only CI changes


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

Our CI workflows work by checking out the code from branch `gh-pages` to
retrieve benchmark results from previous commits and compare them to values
in the current run. However, the resource utilization check was done
after the benchmark result check which already has pulled in the branch
`gh-pages` resulting in errors because the branch already exists. This
change fixes that.

Signed-off-by: Monthon Klongklaew <monthonk@amazon.com>
Copy link
Contributor

@vladem vladem left a comment

Choose a reason for hiding this comment

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

it's so weird that fetch fails, as the proceeding push originates from the same local repo; but let's try this out!

@monthonk monthonk added this pull request to the merge queue Sep 25, 2024
Merged via the queue into awslabs:main with commit a23665d Sep 25, 2024
23 checks passed
@monthonk monthonk deleted the fix_resource_util_check branch September 25, 2024 14:27
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