Skip to content

Commit

Permalink
Only run evergreen-x64 builders
Browse files Browse the repository at this point in the history
Change-Id: I33364a5dda730c6a72245424f48b02e2a13a724b
  • Loading branch information
madhurajayaraman committed Sep 10, 2024
1 parent 3950b01 commit 33cce8a
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 74 deletions.
13 changes: 2 additions & 11 deletions .github/config/evergreen-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"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", "evergreen"],
"platforms": [
"evergreen-x64",
"evergreen-x64-sbversion-17"
"evergreen-x64"
],
"includes": [
{
Expand All @@ -14,14 +13,6 @@
"target_platform":"evergreen-x64",
"target_cpu":"target_cpu=\\\"x64\\\"",
"extra_gn_arguments":"use_asan=false"
},
{
"name":"sbversion-17",
"platform":"evergreen-x64-sbversion-17",
"target_platform":"evergreen-x64",
"target_cpu":"target_cpu=\\\"x64\\\"",
"extra_gn_arguments":"use_asan=false",
"sb_api_version":"17"
}
]
}
5 changes: 0 additions & 5 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: android
on:
release:
types: [prereleased, released, published]
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: coverage

on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
push:
branches:
- main
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,3 @@ jobs:
run_api_leak_detector: true
keep_artifacts: install/lib/libcobalt.*
artifact_size_increase_thresholds: '{"install/lib/libcobalt.so": 0.02, "install/lib/libcobalt.lz4": 0.02}'
evergreen-arm-hardfp:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-hardfp
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
keep_artifacts: install/lib/libcobalt.*
artifact_size_increase_thresholds: '{"install/lib/libcobalt.so": 0.02, "install/lib/libcobalt.lz4": 0.02}'
evergreen-arm-softfp:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm-softfp
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
keep_artifacts: install/lib/libcobalt.*
artifact_size_increase_thresholds: '{"install/lib/libcobalt.so": 0.02, "install/lib/libcobalt.lz4": 0.02}'
evergreen-arm64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: evergreen-arm64
nightly: ${{ github.event.inputs.nightly }}
run_api_leak_detector: true
keep_artifacts: install/lib/libcobalt.*
artifact_size_increase_thresholds: '{"install/lib/libcobalt.so": 0.02, "install/lib/libcobalt.lz4": 0.02}'
1 change: 0 additions & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Java Tests

on:
pull_request:
push:
branches:
- main
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: linux

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: python-tests

on:
pull_request:
push:
branches:
- main
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/raspi-2.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: raspi-2

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
- cron: '18 14 * * 1'
push:
branches: [ main ]
pull_request:
branches: [ main ]

# Declare default permissions as read only.
permissions: read-all
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/stub.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: stub

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
Expand Down

0 comments on commit 33cce8a

Please sign in to comment.