-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'youtube:main' into adderrno
Change-Id: I548438975bd5da01fdd74d232a83bc6a7ed9957a
- Loading branch information
Showing
31,532 changed files
with
1,639,077 additions
and
919,412 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: nightly_trigger_25.lts.1+ | ||
|
||
on: | ||
schedule: | ||
# GMT timezone. | ||
- cron: '0 10 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
trigger_24: | ||
permissions: | ||
actions: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: kaidokert/[email protected] | ||
with: | ||
fetch-depth: 1 | ||
ref: 25.lts.1+ | ||
persist-credentials: false | ||
- name: Trigger Nightly | ||
run: | | ||
set -x | ||
gh workflow run android_25.lts.1+ --ref 25.lts.1+ -f nightly=true | ||
gh workflow run evergreen_25.lts.1+ --ref 25.lts.1+ -f nightly=true | ||
gh workflow run linux_25.lts.1+ --ref 25.lts.1+ -f nightly=true | ||
gh workflow run raspi-2_25.lts.1+ --ref 25.lts.1+ -f nightly=true | ||
gh workflow run win32_25.lts.1+ --ref 25.lts.1+ -f nightly=true | ||
gh workflow run xb1_25.lts.1+ --ref 25.lts.1+ -f nightly=true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: | ||
- 'feature/*' | ||
- 'main' | ||
- '25.lts.1\+' | ||
- '24.lts.1\+' | ||
- '23.lts.1\+' | ||
- '22.lts.1\+' | ||
|
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
type: choice | ||
description: Branch | ||
options: | ||
- '25.lts.1+' | ||
- '24.lts.1+' | ||
- '23.lts.1+' | ||
- '22.lts.1+' | ||
|
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
Oops, something went wrong.