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

Disable Azure Pipelines except for macOS #74620

Merged
merged 1 commit into from
Jul 22, 2020
Merged

Disable Azure Pipelines except for macOS #74620

merged 1 commit into from
Jul 22, 2020

Conversation

pietroalbini
Copy link
Member

Following up on #74565, this PR disables most of Azure Pipelines except for macOS auto builds, practically switching us to GitHub Actions 🎉

r? @Mark-Simulacrum

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 22, 2020
@pietroalbini
Copy link
Member Author

Let's see if this breaks try builds.

@bors try

@bors
Copy link
Contributor

bors commented Jul 22, 2020

⌛ Trying commit ffd1122 with merge ae68f12250c10b8ea2a4827fd686b854254dbb72...

@bors
Copy link
Contributor

bors commented Jul 22, 2020

☀️ Try build successful - checks-actions, checks-azure
Build commit: ae68f12250c10b8ea2a4827fd686b854254dbb72 (ae68f12250c10b8ea2a4827fd686b854254dbb72)

@Mark-Simulacrum
Copy link
Member

@bors r+

Thanks! Excited for us to have faster queue times.

@bors
Copy link
Contributor

bors commented Jul 22, 2020

📌 Commit ffd1122 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 22, 2020
@pietroalbini
Copy link
Member Author

@bors p=10

Let's get this merged soon!

@bors
Copy link
Contributor

bors commented Jul 22, 2020

⌛ Testing commit ffd1122 with merge 4f0ca40400cc4d4bd16bea029ac35198a0117c9c...

@bors
Copy link
Contributor

bors commented Jul 22, 2020

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 22, 2020
@pietroalbini
Copy link
Member Author

@bors treeclosed=1000

{
  "message": "API rate limit exceeded for user ID 7378925.",
  "documentation_url": "https://developer.github.com/v3/#rate-limiting"
}

(the message is not shown in CI, made a request manually with highfive's token)

@pietroalbini
Copy link
Member Author

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 22, 2020
@pietroalbini
Copy link
Member Author

@bors treeclosed-

@bors
Copy link
Contributor

bors commented Jul 22, 2020

⌛ Testing commit ffd1122 with merge 69d68f9...

@pietroalbini pietroalbini added beta-nominated Nominated for backporting to the compiler in the beta channel. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. beta-accepted Accepted for backporting to the compiler in the beta channel. labels Jul 22, 2020
@bors
Copy link
Contributor

bors commented Jul 22, 2020

☀️ Test successful - checks-actions, checks-azure
Approved by: Mark-Simulacrum
Pushing 69d68f9 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 22, 2020
@bors bors merged commit 69d68f9 into master Jul 22, 2020
@pietroalbini pietroalbini deleted the remove-most-azure branch July 22, 2020 15:53
@Mark-Simulacrum Mark-Simulacrum removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Aug 7, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 7, 2020
…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
@cuviper cuviper added this to the 1.47.0 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants