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

Delete actions #4099

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading