-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into cl/ci3.3
- Loading branch information
Showing
775 changed files
with
30,940 additions
and
25,599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,15 @@ | ||
# Useful if the spot runners are in a bad state | ||
name: Start/Stop Personal Spot | ||
# Useful if the publish npm runner is in a bad state | ||
name: Start Legacy Runner | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
username: | ||
description: 'Username (optional)' | ||
required: false | ||
action: | ||
description: "Defaults to 'start', can be 'stop', 'restart'" | ||
required: false | ||
default: 'start' | ||
required: true | ||
jobs: | ||
start-build: | ||
uses: ./.github/workflows/setup-runner.yml | ||
with: | ||
username: ${{ inputs.username || github.actor }} | ||
username: ${{ inputs.username }} | ||
runner_type: builder-x86 | ||
runner_action: ${{ inputs.action }} | ||
secrets: inherit | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
db28cb9ffb710c286b54dbfcf57292ae3dffb03d | ||
c172880ae47ec4906cda662801bd4b7866c9586b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
".": "0.69.1", | ||
".": "0.71.0", | ||
"yarn-project/cli": "0.35.1", | ||
"yarn-project/aztec": "0.69.1", | ||
"barretenberg": "0.69.1", | ||
"barretenberg/ts": "0.69.1" | ||
"yarn-project/aztec": "0.71.0", | ||
"barretenberg": "0.71.0", | ||
"barretenberg/ts": "0.71.0" | ||
} |
Oops, something went wrong.