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: remove unstable options for stable tests #33103

Merged

Conversation

yihau
Copy link
Member

@yihau yihau commented Sep 1, 2023

Problem

-Zunstable-options can't be used since 1.70.0 (https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#enforced-stability-in-the-test-cli) upstream tracking issue: rust-lang/rust#49359

a possible solution, --timings=json, is still unstable atm 😢

Summary of Changes

remove unstable options for stable tests atm. we will lose some test report. For unblocking our master CI, I still would like to have this stopgap first.

I will try to finish #33102 soon!

Copy link
Member

@ryoqun ryoqun left a comment

Choose a reason for hiding this comment

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

lgtm!

thanks for fixing this.

@yihau yihau merged commit b4efbf0 into solana-labs:master Sep 1, 2023
18 checks passed
@yihau yihau deleted the remove-unstable-options-for-stable-tests branch September 1, 2023 11:45
@t-nelson
Copy link
Contributor

t-nelson commented Sep 1, 2023

we'll be uploading artifacts for channel branches now, right? probably not a problem so long as buildkite doesn't have some absurdly small artifact storage limits

@yihau
Copy link
Member Author

yihau commented Sep 1, 2023

yeah. we upload test results for channel branches. will try to resume it asap

@t-nelson
Copy link
Contributor

t-nelson commented Sep 1, 2023

yeah. we upload test results for channel branches. will try to resume it asap

got it. yeah seems like having that helper that resolves whether to do the upload or not return the prefix command(s) directly would work just as well at normalizing the cargo instantiation

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.

3 participants