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

[Merged by Bors] - Fix release CI for self-hosted runners #4770

Closed
wants to merge 4 commits into from

Conversation

paulhauner
Copy link
Member

@paulhauner paulhauner commented Sep 22, 2023

Issue Addressed

NA

Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

Additional Info

NA

@paulhauner paulhauner added work-in-progress PR is a work-in-progress v4.5.0 ETA Q4 2023 labels Sep 22, 2023
@paulhauner paulhauner changed the base branch from stable to unstable September 22, 2023 06:32
This reverts commit 8d22015.
@paulhauner paulhauner marked this pull request as ready for review September 22, 2023 09:37
@paulhauner paulhauner added ready-for-review The code is ready for review and removed work-in-progress PR is a work-in-progress labels Sep 22, 2023
@antondlr antondlr self-requested a review September 22, 2023 09:47
@@ -68,14 +70,15 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Get latest version of stable Rust
if: env.SELF_HOSTED_RUNNERS == false
Copy link
Member

Choose a reason for hiding this comment

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

should be
if: env.SELF_HOSTED_RUNNERS == 'false'
or it will never trigger

@paulhauner paulhauner added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels Sep 22, 2023
@paulhauner
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Sep 22, 2023
## Issue Addressed

NA

## Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

## Additional Info

NA
@bors
Copy link

bors bot commented Sep 22, 2023

This PR was included in a batch that was canceled, it will be automatically retried

bors bot pushed a commit that referenced this pull request Sep 22, 2023
## Issue Addressed

NA

## Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

## Additional Info

NA
@paulhauner
Copy link
Member Author

bors r-

@bors
Copy link

bors bot commented Sep 22, 2023

Canceled.

@paulhauner
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Sep 22, 2023
## Issue Addressed

NA

## Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

## Additional Info

NA
@bors
Copy link

bors bot commented Sep 22, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Sep 22, 2023
## Issue Addressed

NA

## Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

## Additional Info

NA
@bors
Copy link

bors bot commented Sep 22, 2023

@bors bors bot changed the title Fix release CI for self-hosted runners [Merged by Bors] - Fix release CI for self-hosted runners Sep 22, 2023
@bors bors bot closed this Sep 22, 2023
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
## Issue Addressed

NA

## Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

## Additional Info

NA
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
## Issue Addressed

NA

## Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

## Additional Info

NA
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
## Issue Addressed

NA

## Proposed Changes

Disables some commands for self-hosted runners to prevent failures.

## Additional Info

NA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to merge. v4.5.0 ETA Q4 2023
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants