From a41bbceae06cae621d55f2ea85dfabaa2773b211 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Thu, 2 Jan 2025 14:18:31 +0000 Subject: [PATCH] Publish bazel-contrib/rules_bazel_integration_test@v0.31.0 --- .../0.31.0/MODULE.bazel | 44 +++++++++++++++++++ .../patches/module_dot_bazel_version.patch | 12 +++++ .../0.31.0/presubmit.yml | 14 ++++++ .../0.31.0/source.json | 9 ++++ .../metadata.json | 3 +- 5 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 modules/rules_bazel_integration_test/0.31.0/MODULE.bazel create mode 100644 modules/rules_bazel_integration_test/0.31.0/patches/module_dot_bazel_version.patch create mode 100644 modules/rules_bazel_integration_test/0.31.0/presubmit.yml create mode 100644 modules/rules_bazel_integration_test/0.31.0/source.json diff --git a/modules/rules_bazel_integration_test/0.31.0/MODULE.bazel b/modules/rules_bazel_integration_test/0.31.0/MODULE.bazel new file mode 100644 index 00000000000..f316674117e --- /dev/null +++ b/modules/rules_bazel_integration_test/0.31.0/MODULE.bazel @@ -0,0 +1,44 @@ +module( + name = "rules_bazel_integration_test", + version = "0.31.0", +) + +bazel_dep(name = "bazel_skylib", version = "1.7.1") +bazel_dep(name = "rules_python", version = "0.40.0") +bazel_dep(name = "platforms", version = "0.0.10") +bazel_dep(name = "cgrindel_bazel_starlib", version = "0.21.0") +bazel_dep(name = "rules_shell", version = "0.3.0") + +# not a direct dependency, but required here for bazel starlib's difftest macros to work +bazel_dep( + name = "buildifier_prebuilt", + version = "6.1.2", +) + +register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain") + +# Must keep the Bazel version listed in WORKSPACE in sync with those loaded +# below. +bazel_binaries = use_extension( + "//:extensions.bzl", + "bazel_binaries", + dev_dependency = True, +) +bazel_binaries.download(version_file = "//:.bazelversion") +bazel_binaries.download(version = "last_green") +bazel_binaries.local(path = "tools/fake_bazel.sh") +use_repo( + bazel_binaries, + "bazel_binaries", + "bazel_binaries_bazelisk", + "build_bazel_bazel_.bazelversion", + "build_bazel_bazel_last_green", + "build_bazel_bazel_local", +) + +download_sample_file = use_extension( + "//examples/env_var_with_rootpath:sample_file_extension.bzl", + "download_sample_file", + dev_dependency = True, +) +use_repo(download_sample_file, "sample_file") diff --git a/modules/rules_bazel_integration_test/0.31.0/patches/module_dot_bazel_version.patch b/modules/rules_bazel_integration_test/0.31.0/patches/module_dot_bazel_version.patch new file mode 100644 index 00000000000..126344bb42c --- /dev/null +++ b/modules/rules_bazel_integration_test/0.31.0/patches/module_dot_bazel_version.patch @@ -0,0 +1,12 @@ +=================================================================== +--- a/MODULE.bazel ++++ b/MODULE.bazel +@@ -1,7 +1,7 @@ + module( + name = "rules_bazel_integration_test", +- version = "0.0.0", ++ version = "0.31.0", + ) + + bazel_dep(name = "bazel_skylib", version = "1.7.1") + bazel_dep(name = "rules_python", version = "0.40.0") diff --git a/modules/rules_bazel_integration_test/0.31.0/presubmit.yml b/modules/rules_bazel_integration_test/0.31.0/presubmit.yml new file mode 100644 index 00000000000..08dba920e38 --- /dev/null +++ b/modules/rules_bazel_integration_test/0.31.0/presubmit.yml @@ -0,0 +1,14 @@ +bcr_test_module: + module_path: "" + matrix: + platform: ["macos", "ubuntu2004"] + bazel: + # This needs to exactly match the value used in .bazelversion at the root. + - 7.4.1 + tasks: + run_tests: + name: "Run test module" + platform: ${{ platform }} + bazel: ${{ bazel }} + test_targets: + - "//bazel_integration_test/bzlmod/..." diff --git a/modules/rules_bazel_integration_test/0.31.0/source.json b/modules/rules_bazel_integration_test/0.31.0/source.json new file mode 100644 index 00000000000..692f8040c89 --- /dev/null +++ b/modules/rules_bazel_integration_test/0.31.0/source.json @@ -0,0 +1,9 @@ +{ + "integrity": "sha256-PiS8D7qIF3zQrofB43v33l1a+OgS8AgXpYSYsag2j8o=", + "strip_prefix": "", + "url": "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.31.0/rules_bazel_integration_test.v0.31.0.tar.gz", + "patches": { + "module_dot_bazel_version.patch": "sha256-XroepOcTMIrP+bUG0i3sL5IoK+CkSi6fJ9CAtVo0oRg=" + }, + "patch_strip": 1 +} diff --git a/modules/rules_bazel_integration_test/metadata.json b/modules/rules_bazel_integration_test/metadata.json index f83e99bc3b3..f5194b6ece3 100644 --- a/modules/rules_bazel_integration_test/metadata.json +++ b/modules/rules_bazel_integration_test/metadata.json @@ -34,7 +34,8 @@ "0.26.1", "0.27.0", "0.29.0", - "0.30.0" + "0.30.0", + "0.31.0" ], "yanked_versions": {} }