Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
Change-Id: I07ed0e5bc7d170247c0210703a02708a515b0b2b
  • Loading branch information
madhurajayaraman committed Sep 10, 2024
1 parent 4b6c2a9 commit 780ad97
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 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": ["evergreen"],
"platforms": [
"evergreen-x64",
"evergreen-x64-sbversion-17"
],
"includes": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
required: false
type: boolean
default: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
required: false
type: boolean
default: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
required: false
type: boolean
default: false

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
2 changes: 1 addition & 1 deletion .github/workflows/raspi-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
required: false
type: boolean
default: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
required: false
type: boolean
default: false

Expand Down

0 comments on commit 780ad97

Please sign in to comment.