Skip to content

Commit

Permalink
Merge branch 'youtube:main' into adderrno
Browse files Browse the repository at this point in the history
Change-Id: I548438975bd5da01fdd74d232a83bc6a7ed9957a
  • Loading branch information
haozheng-cobalt committed Apr 25, 2024
2 parents cff8dea + fba6e38 commit 2e1340a
Show file tree
Hide file tree
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.
22 changes: 12 additions & 10 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
# For the full docs on CODEOWNERS, see:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Disable everything on working feature branch.

# Metrics owners
/cobalt/browser/metrics/ @joeltine
/components/metrics/ @joeltine
/tools/metrics/ @joeltine
# /cobalt/browser/metrics/ @joeltine
# /components/metrics/ @joeltine
# /tools/metrics/ @joeltine

# Temporary monitoring for merges to Chromium upstreams
/base/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
/build/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
/crypto/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
/net/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
/third_party/abseil-cpp/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
/third_party/modp_b64/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
/url/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
# /base/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
# /build/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
# /crypto/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
# /net/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
# /third_party/abseil-cpp/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
# /third_party/modp_b64/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
# /url/ @andrewsavage1 @youtube/cobalt-3p-repository-owners
2 changes: 1 addition & 1 deletion .github/config/evergreen-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"docker_service": "build-linux-evergreen",
"on_host_test": true,
"evergreen_loader": "linux-x64x11",
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt", "evergreen"],
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"],
"platforms": [
"evergreen-x64",
"evergreen-x64-sbversion-15",
Expand Down
2 changes: 1 addition & 1 deletion .github/config/linux-clang-3-9.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"docker_service": "build-linux-clang-3-9",
"on_host_test": true,
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"],
"on_host_test_shards": ["0", "1", "2", "3", "wpt"],
"platforms": [
"linux-x64x11-clang-3-9"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/config/linux-gcc-6-3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"docker_service": "build-linux-gcc",
"on_host_test": true,
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"],
"on_host_test_shards": ["0", "1", "2", "3", "wpt"],
"platforms": [
"linux-x64x11-gcc-6-3"
],
Expand Down
10 changes: 8 additions & 2 deletions .github/config/linux-modular.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"docker_service": "build-linux",
"on_host_test": true,
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"],
"on_host_test_shards": [
"0",
"1",
"2",
"3",
"wpt"
],
"platforms": [
"linux-x64x11-modular"
],
Expand All @@ -10,7 +16,7 @@
"name":"modular",
"platform":"linux-x64x11-modular",
"target_platform":"linux-x64x11",
"extra_gn_arguments":"build_with_separate_cobalt_toolchain=true use_contrib_cast=true"
"extra_gn_arguments":"build_with_separate_cobalt_toolchain=true use_contrib_cast=true concurrent_links=8"
}
]
}
2 changes: 1 addition & 1 deletion .github/config/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"docker_service": "build-linux",
"evergreen_loader": "linux-x64x11",
"on_host_test": true,
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt"],
"on_host_test_shards": ["0", "1", "2", "3", "wpt"],
"platforms": [
"linux-x64x11",
"linux-x64x11-egl",
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: coverage

on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
# pull_request:
# types:
# - opened
# - edited
# - reopened
# - synchronize
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
labels=$LABEL_NAME
fi
branches=("24.lts.1+" "23.lts.1+" "22.lts.1+" "21.lts.1+" "20.lts.1+" "19.lts.1+" "rc_11" "COBALT_9")
branches=("25.lts.1+" "24.lts.1+" "23.lts.1+" "22.lts.1+" "21.lts.1+" "20.lts.1+" "19.lts.1+" "rc_11" "COBALT_9")
filtered_branches=()
for branch in "${branches[@]}"; do
if [[ $branch == $BASE_REF ]]; then
Expand Down
31 changes: 31 additions & 0 deletions .github/workflows/nightly_trigger_25.lts.1+.yaml
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 }}
1 change: 1 addition & 0 deletions .github/workflows/pr_badges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'feature/*'
- 'main'
- '25.lts.1\+'
- '24.lts.1\+'
- '23.lts.1\+'
- '22.lts.1\+'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
with:
platform: stub
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
leak_manifest_filename: "gn_built_docker_debian11_manifest"
1 change: 1 addition & 0 deletions .github/workflows/workflow_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
type: choice
description: Branch
options:
- '25.lts.1+'
- '24.lts.1+'
- '23.lts.1+'
- '22.lts.1+'
Expand Down
38 changes: 22 additions & 16 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,30 @@
# See the License for the specific language governing permissions and
# limitations under the License.

group("gn_all") {
testonly = true

deps = [
"//cobalt:gn_all",
"//starboard:gn_all",
]
}

group("default") {
testonly = true
if (false) {
group("default") {
deps = [ "//net" ]
}
} else {
group("gn_all") {
testonly = true

if (is_qa || is_gold) {
deps = [
"//cobalt:default",
"//starboard:default",
"//cobalt:gn_all",
"//starboard:gn_all",
]
} else {
deps = [ ":gn_all" ]
}

group("default") {
testonly = true

if (is_qa || is_gold) {
deps = [
"//cobalt:default",
"//starboard:default",
]
} else {
deps = [ ":gn_all" ]
}
}
}
Loading

0 comments on commit 2e1340a

Please sign in to comment.