-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Upload builds from GHA instead of Azure Pipelines #74565
Conversation
@bors rollup=never p=1000 |
Will the dummy-credentials just be no-op uploads? I imagine we'll want to make sure that docker caches for example still work on Azure so we're not busting them continuously (or stop running jobs entirely instead of dummy-var'ing them). |
The dummy credentials are the existing gha buckets. |
Ah okay, that makes more sense. Unfortunate naming :/ r=me when ready |
@bors r=Mark-Simulacrum This will likely fail one time. |
📌 Commit 750ad20 has been approved by |
⌛ Testing commit 750ad20 with merge a829ac63660d232007aa2944dc7fddc13d7e15b6... |
💔 Test failed - checks-azure |
Doesn't seem spurious. |
Woops, configured the wrong token in Azure. @bors retry |
⌛ Testing commit 750ad20 with merge 517e9a401fd3d516f151fb6d3151ae050fa90101... |
💔 Test failed - checks-azure |
Hm well now you're forbidden not unauthorized...
|
Gah. @bors retry |
⌛ Testing commit 055221dfb5a9b062366123399b29e9b283642344 with merge c09da559ee8ae6cc1103a32cbcaa6d55f625a53b... |
💔 Test failed - checks-azure |
|
055221d
to
750ad20
Compare
I swear I'm good at this. Let's try with the production token and with the username/password switch reverted. @bors r=Mark-Simulacrum |
📌 Commit 750ad20 has been approved by |
☀️ Test successful - checks-actions, checks-azure |
…imulacrum Disable Azure Pipelines except for macOS Following up on rust-lang#74565, this PR disables most of Azure Pipelines except for macOS auto builds, practically switching us to GitHub Actions 🎉 r? @Mark-Simulacrum
…ulacrum [beta] backports * Forbid non-derefable types explicitly in unsizing casts rust-lang#75136 * forbid `#[track_caller]` on main rust-lang#75130 * Fix #[track_caller] shims for trait objects. rust-lang#74784 * rustc_target: Add a target spec option for disabling `--eh-frame-hdr` rust-lang#74631 * Disable Azure Pipelines except for macOS rust-lang#74620 * Upload builds from GHA instead of Azure Pipelines rust-lang#74565 * Add the aarch64-apple-darwin target rust-lang#74541 * Use `ReEmpty(U0)` as the implicit region bound in typeck rust-lang#74509 * rustbuild: drop tool::should_install rust-lang#74457 * lint: use `transparent_newtype_field` to avoid ICE rust-lang#74340 * Don't panic if the lhs of a div by zero is not statically known rust-lang#74221 * improper_ctypes_definitions: allow `Box` rust-lang#74448 * typeck: check for infer before type impls trait rust-lang#73965
This PR does two things:
Note that Docker/LLVM caches will likely be busted.
r? @Mark-Simulacrum