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(test): migrate to two-stage smoke tests #636

Merged
merged 4 commits into from
Aug 22, 2023
Merged

ci(test): migrate to two-stage smoke tests #636

merged 4 commits into from
Aug 22, 2023

Conversation

rami3l
Copy link
Owner

@rami3l rami3l commented Aug 22, 2023

Closes #634.


The plan to fix this issue is as follows:

  • Build all targets for x86_64-pc-windows-msvc, x86_64-apple-darwin and x86_64-unknown-linux-musl, and upload target/{{ triple }}/.
    • Meanwhile, build --release --locked for aarch64-pc-windows-msvc, aarch64-apple-darwin and aarch64-unknown-linux-musl, ideally without any kind of uploads.
  • Download target/ and continue with the test.

@rami3l rami3l force-pushed the test/two-step-ci branch 11 times, most recently from 026433a to 8bbc20c Compare August 22, 2023 06:34
@rami3l
Copy link
Owner Author

rami3l commented Aug 22, 2023

Cache downloading still does not work in Docker images, but compared to the original workflow, the cache usage is already optimized without sacrificing too much CI execution time.

@rami3l rami3l merged commit 8e1a537 into master Aug 22, 2023
@rami3l rami3l deleted the test/two-step-ci branch August 22, 2023 08:04
@rami3l rami3l temporarily deployed to github-pages August 22, 2023 08:06 — with GitHub Actions Inactive
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.

[CI] Migrate to two-stage smoke tests
1 participant