Skip to content

Commit 5079b97

Browse files
committed
chore: do more aspect-maintained rulesets
1 parent e4e0c18 commit 5079b97

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

modules/aspect_bazel_lib/2.9.2/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
44
platform: ["debian10", "macos", "ubuntu2004", "windows"]
5-
bazel: ["8.x", "7.x", "6.x"]
5+
bazel: ["7.x", "6.x"]
66
tasks:
77
run_tests:
88
name: "Run test module"

modules/aspect_bazel_lib/2.9.3/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
44
platform: ["debian10", "macos", "ubuntu2004", "windows"]
5-
bazel: ["7.x", "6.x"]
5+
bazel: ["8.0.0rc1", "7.x", "6.x"]
66
tasks:
77
run_tests:
88
name: "Run test module"

modules/aspect_rules_aws/0.4.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
bazel: ["7.x", "6.x"]
4+
bazel: ["8.0.0rc1", "7.x", "6.x"]
55
platform: ["debian10", "macos", "ubuntu2004", "windows"]
66
tasks:
77
run_tests:

modules/aspect_rules_cypress/0.6.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/workspace"
33
matrix:
4-
bazel: ["7.x"]
4+
bazel: ["8.0.0rc1", "7.x"]
55
platform: ["debian10", "macos", "ubuntu2004"]
66
tasks:
77
run_tests:

modules/aspect_rules_esbuild/0.21.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/smoke'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1', '7.x', '6.x']
55
platform: ['debian10', 'macos', 'ubuntu2004']
66
tasks:
77
run_tests:

modules/aspect_rules_jasmine/2.0.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/smoke'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1', '7.x', '6.x']
55
platform: ['debian10', 'macos', 'ubuntu2004']
66
tasks:
77
run_tests:

modules/aspect_rules_jest/0.22.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1','7.x', '6.x']
55
platform: ["debian10", "macos", "ubuntu2004"]
66
tasks:
77
run_tests:

modules/aspect_rules_js/2.1.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/bzlmod'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1', '7.x', '6.x']
55
platform: ['debian10', 'macos', 'ubuntu2004']
66
tasks:
77
run_tests:

modules/aspect_rules_lint/1.0.2/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "example"
33
matrix:
4-
bazel: ["7.x", "6.x"]
4+
bazel: ['8.0.0rc1', "7.x", "6.x"]
55
platform: ["debian10", "macos", "ubuntu2004"]
66
tasks:
77
run_tests:

modules/aspect_rules_py/1.0.0-rc0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/use_release"
33
matrix:
4-
bazel: ["7.x"]
4+
bazel: ['8.0.0rc1', "7.x"]
55
# TODO(#9): add windows to this list
66
platform: ["debian10", "macos", "ubuntu2004"]
77
tasks:

modules/aspect_rules_rollup/2.0.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/smoke'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1', '7.x', '6.x']
55
platform: ['debian10', 'macos', 'ubuntu2004']
66
tasks:
77
run_tests:

modules/aspect_rules_swc/2.0.1/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
bazel: ["7.x", "6.x"]
4+
bazel: ['8.0.0rc1',"7.x", "6.x"]
55
platform: ["debian10", "macos", "ubuntu2004"]
66
tasks:
77
run_tests:

modules/aspect_rules_terser/2.0.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/smoke'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1','7.x', '6.x']
55
platform: ['debian10', 'macos', 'ubuntu2004']
66
tasks:
77
run_tests:

modules/aspect_rules_ts/3.2.1/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/bzlmod'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1','7.x', '6.x']
55
platform: ['debian10', 'macos', 'ubuntu2004']
66
tasks:
77
run_tests:

modules/aspect_rules_webpack/0.16.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/smoke'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.0.0rc1','7.x', '6.x']
55
platform: ['debian10', 'macos', 'ubuntu2004']
66
tasks:
77
run_tests:

modules/rules_apko/1.4.0/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
bazel: ["7.x"]
4+
bazel: ['8.0.0rc1',"7.x"]
55
platform: ["debian10", "macos", "ubuntu2004"]
66
tasks:
77
run_tests:

modules/rules_nodejs/6.3.1/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
bazel: ["7.x"]
4+
bazel: ['8.0.0rc1',"7.x"]
55
platform: ["debian10", "macos", "ubuntu2004", "windows"]
66
tasks:
77
run_tests:

modules/rules_oci/2.0.1/presubmit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
bazel: ["6.x", "7.x"]
4+
bazel: ['8.0.0rc1',"6.x", "7.x"]
55
# TODO(#97): add windows
66
platform: ["debian10", "ubuntu2004"]
77
tasks:

0 commit comments

Comments
 (0)