-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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/ is now more reproducible locally #276
Conversation
Codecov Report
@@ Coverage Diff @@
## master #276 +/- ##
==========================================
- Coverage 81.53% 81.45% -0.08%
==========================================
Files 31 30 -1
Lines 3109 3058 -51
==========================================
- Hits 2535 2491 -44
+ Misses 574 567 -7
Continue to review full report at Codecov.
|
Not sure if you'll find this useful, but here's a reference to the last time i tried to perfect a multi-OS Docker CI solution: https://github.com/maxk-org/hogl/blob/master/.travis.yml |
…) (#276) * vote: deprecate unused legacy vote tx plumbing (#274) (cherry picked from commit b27c80a) # Conflicts: # sdk/src/feature_set.rs * fix conflicts --------- Co-authored-by: Ashwin Sekar <[email protected]> Co-authored-by: Ashwin Sekar <[email protected]>
…lana-labs#274) (solana-labs#276) * vote: deprecate unused legacy vote tx plumbing (solana-labs#274) (cherry picked from commit b27c80a) # Conflicts: # sdk/src/feature_set.rs * fix conflicts --------- Co-authored-by: Ashwin Sekar <[email protected]> Co-authored-by: Ashwin Sekar <[email protected]>
./ci/run-local.sh
can be used to emulate (most of) the buildkite pipeline locally./ci/coverage.sh
in a docker container, and works locally (with README.md updates)./ci/test-cuda.sh
now remains the only CI step that relies on the buildkite agent it runs on