From e4e0c188e44236a71d1b5e548d5d2ff1f42cea61 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 25 Oct 2024 07:39:27 -0700 Subject: [PATCH 1/2] chore: test bazel-lib on bazel 8 --- modules/aspect_bazel_lib/2.9.2/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aspect_bazel_lib/2.9.2/presubmit.yml b/modules/aspect_bazel_lib/2.9.2/presubmit.yml index e63a5721ca6..0a7e6b4e720 100644 --- a/modules/aspect_bazel_lib/2.9.2/presubmit.yml +++ b/modules/aspect_bazel_lib/2.9.2/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] - bazel: ["7.x", "6.x"] + bazel: ["8.x", "7.x", "6.x"] tasks: run_tests: name: "Run test module" From 5079b97f238618e818d1d41714a849372c4d0125 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 25 Oct 2024 07:51:55 -0700 Subject: [PATCH 2/2] chore: do more aspect-maintained rulesets --- modules/aspect_bazel_lib/2.9.2/presubmit.yml | 2 +- modules/aspect_bazel_lib/2.9.3/presubmit.yml | 2 +- modules/aspect_rules_aws/0.4.0/presubmit.yml | 2 +- modules/aspect_rules_cypress/0.6.0/presubmit.yml | 2 +- modules/aspect_rules_esbuild/0.21.0/presubmit.yml | 2 +- modules/aspect_rules_jasmine/2.0.0/presubmit.yml | 2 +- modules/aspect_rules_jest/0.22.0/presubmit.yml | 2 +- modules/aspect_rules_js/2.1.0/presubmit.yml | 2 +- modules/aspect_rules_lint/1.0.2/presubmit.yml | 2 +- modules/aspect_rules_py/1.0.0-rc0/presubmit.yml | 2 +- modules/aspect_rules_rollup/2.0.0/presubmit.yml | 2 +- modules/aspect_rules_swc/2.0.1/presubmit.yml | 2 +- modules/aspect_rules_terser/2.0.0/presubmit.yml | 2 +- modules/aspect_rules_ts/3.2.1/presubmit.yml | 2 +- modules/aspect_rules_webpack/0.16.0/presubmit.yml | 2 +- modules/rules_apko/1.4.0/presubmit.yml | 2 +- modules/rules_nodejs/6.3.1/presubmit.yml | 2 +- modules/rules_oci/2.0.1/presubmit.yml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/aspect_bazel_lib/2.9.2/presubmit.yml b/modules/aspect_bazel_lib/2.9.2/presubmit.yml index 0a7e6b4e720..e63a5721ca6 100644 --- a/modules/aspect_bazel_lib/2.9.2/presubmit.yml +++ b/modules/aspect_bazel_lib/2.9.2/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] - bazel: ["8.x", "7.x", "6.x"] + bazel: ["7.x", "6.x"] tasks: run_tests: name: "Run test module" diff --git a/modules/aspect_bazel_lib/2.9.3/presubmit.yml b/modules/aspect_bazel_lib/2.9.3/presubmit.yml index e63a5721ca6..d8829710e51 100644 --- a/modules/aspect_bazel_lib/2.9.3/presubmit.yml +++ b/modules/aspect_bazel_lib/2.9.3/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] - bazel: ["7.x", "6.x"] + bazel: ["8.0.0rc1", "7.x", "6.x"] tasks: run_tests: name: "Run test module" diff --git a/modules/aspect_rules_aws/0.4.0/presubmit.yml b/modules/aspect_rules_aws/0.4.0/presubmit.yml index 16dd5a625aa..297eae02a37 100644 --- a/modules/aspect_rules_aws/0.4.0/presubmit.yml +++ b/modules/aspect_rules_aws/0.4.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ["7.x", "6.x"] + bazel: ["8.0.0rc1", "7.x", "6.x"] platform: ["debian10", "macos", "ubuntu2004", "windows"] tasks: run_tests: diff --git a/modules/aspect_rules_cypress/0.6.0/presubmit.yml b/modules/aspect_rules_cypress/0.6.0/presubmit.yml index 5c2cfbcb4d9..007e7326ee9 100644 --- a/modules/aspect_rules_cypress/0.6.0/presubmit.yml +++ b/modules/aspect_rules_cypress/0.6.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/workspace" matrix: - bazel: ["7.x"] + bazel: ["8.0.0rc1", "7.x"] platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: diff --git a/modules/aspect_rules_esbuild/0.21.0/presubmit.yml b/modules/aspect_rules_esbuild/0.21.0/presubmit.yml index 260731867f7..2fd0bb09044 100644 --- a/modules/aspect_rules_esbuild/0.21.0/presubmit.yml +++ b/modules/aspect_rules_esbuild/0.21.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: 'e2e/smoke' matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1', '7.x', '6.x'] platform: ['debian10', 'macos', 'ubuntu2004'] tasks: run_tests: diff --git a/modules/aspect_rules_jasmine/2.0.0/presubmit.yml b/modules/aspect_rules_jasmine/2.0.0/presubmit.yml index 260731867f7..2fd0bb09044 100644 --- a/modules/aspect_rules_jasmine/2.0.0/presubmit.yml +++ b/modules/aspect_rules_jasmine/2.0.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: 'e2e/smoke' matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1', '7.x', '6.x'] platform: ['debian10', 'macos', 'ubuntu2004'] tasks: run_tests: diff --git a/modules/aspect_rules_jest/0.22.0/presubmit.yml b/modules/aspect_rules_jest/0.22.0/presubmit.yml index 0ebda4ddc59..421d07c340c 100644 --- a/modules/aspect_rules_jest/0.22.0/presubmit.yml +++ b/modules/aspect_rules_jest/0.22.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1','7.x', '6.x'] platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: diff --git a/modules/aspect_rules_js/2.1.0/presubmit.yml b/modules/aspect_rules_js/2.1.0/presubmit.yml index 38cdbbbea03..7a396b52a5c 100644 --- a/modules/aspect_rules_js/2.1.0/presubmit.yml +++ b/modules/aspect_rules_js/2.1.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: 'e2e/bzlmod' matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1', '7.x', '6.x'] platform: ['debian10', 'macos', 'ubuntu2004'] tasks: run_tests: diff --git a/modules/aspect_rules_lint/1.0.2/presubmit.yml b/modules/aspect_rules_lint/1.0.2/presubmit.yml index c810b54054f..7b2e4edee12 100644 --- a/modules/aspect_rules_lint/1.0.2/presubmit.yml +++ b/modules/aspect_rules_lint/1.0.2/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "example" matrix: - bazel: ["7.x", "6.x"] + bazel: ['8.0.0rc1', "7.x", "6.x"] platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: diff --git a/modules/aspect_rules_py/1.0.0-rc0/presubmit.yml b/modules/aspect_rules_py/1.0.0-rc0/presubmit.yml index 5ac74121e5f..ecd8942c043 100644 --- a/modules/aspect_rules_py/1.0.0-rc0/presubmit.yml +++ b/modules/aspect_rules_py/1.0.0-rc0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/use_release" matrix: - bazel: ["7.x"] + bazel: ['8.0.0rc1', "7.x"] # TODO(#9): add windows to this list platform: ["debian10", "macos", "ubuntu2004"] tasks: diff --git a/modules/aspect_rules_rollup/2.0.0/presubmit.yml b/modules/aspect_rules_rollup/2.0.0/presubmit.yml index 5a1855d1f1e..1c9bbb24047 100644 --- a/modules/aspect_rules_rollup/2.0.0/presubmit.yml +++ b/modules/aspect_rules_rollup/2.0.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: 'e2e/smoke' matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1', '7.x', '6.x'] platform: ['debian10', 'macos', 'ubuntu2004'] tasks: run_tests: diff --git a/modules/aspect_rules_swc/2.0.1/presubmit.yml b/modules/aspect_rules_swc/2.0.1/presubmit.yml index 9de396a5aae..4b5de5489e3 100644 --- a/modules/aspect_rules_swc/2.0.1/presubmit.yml +++ b/modules/aspect_rules_swc/2.0.1/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ["7.x", "6.x"] + bazel: ['8.0.0rc1',"7.x", "6.x"] platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: diff --git a/modules/aspect_rules_terser/2.0.0/presubmit.yml b/modules/aspect_rules_terser/2.0.0/presubmit.yml index 260731867f7..aff5cfba3fd 100644 --- a/modules/aspect_rules_terser/2.0.0/presubmit.yml +++ b/modules/aspect_rules_terser/2.0.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: 'e2e/smoke' matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1','7.x', '6.x'] platform: ['debian10', 'macos', 'ubuntu2004'] tasks: run_tests: diff --git a/modules/aspect_rules_ts/3.2.1/presubmit.yml b/modules/aspect_rules_ts/3.2.1/presubmit.yml index 38cdbbbea03..cdb9412af90 100644 --- a/modules/aspect_rules_ts/3.2.1/presubmit.yml +++ b/modules/aspect_rules_ts/3.2.1/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: 'e2e/bzlmod' matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1','7.x', '6.x'] platform: ['debian10', 'macos', 'ubuntu2004'] tasks: run_tests: diff --git a/modules/aspect_rules_webpack/0.16.0/presubmit.yml b/modules/aspect_rules_webpack/0.16.0/presubmit.yml index 260731867f7..aff5cfba3fd 100644 --- a/modules/aspect_rules_webpack/0.16.0/presubmit.yml +++ b/modules/aspect_rules_webpack/0.16.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: 'e2e/smoke' matrix: - bazel: ['7.x', '6.x'] + bazel: ['8.0.0rc1','7.x', '6.x'] platform: ['debian10', 'macos', 'ubuntu2004'] tasks: run_tests: diff --git a/modules/rules_apko/1.4.0/presubmit.yml b/modules/rules_apko/1.4.0/presubmit.yml index e841be82787..d26918e4232 100644 --- a/modules/rules_apko/1.4.0/presubmit.yml +++ b/modules/rules_apko/1.4.0/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ["7.x"] + bazel: ['8.0.0rc1',"7.x"] platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: diff --git a/modules/rules_nodejs/6.3.1/presubmit.yml b/modules/rules_nodejs/6.3.1/presubmit.yml index 3a43aa4775f..17c22a26f08 100644 --- a/modules/rules_nodejs/6.3.1/presubmit.yml +++ b/modules/rules_nodejs/6.3.1/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ["7.x"] + bazel: ['8.0.0rc1',"7.x"] platform: ["debian10", "macos", "ubuntu2004", "windows"] tasks: run_tests: diff --git a/modules/rules_oci/2.0.1/presubmit.yml b/modules/rules_oci/2.0.1/presubmit.yml index dedf0607fe8..0c2be5e008e 100644 --- a/modules/rules_oci/2.0.1/presubmit.yml +++ b/modules/rules_oci/2.0.1/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ["6.x", "7.x"] + bazel: ['8.0.0rc1',"6.x", "7.x"] # TODO(#97): add windows platform: ["debian10", "ubuntu2004"] tasks: