Skip to content

Commit

Permalink
Publish bazel-contrib/rules_bazel_integration_test@v0.21.0 (#1286)
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Grindel <chuck.grindel@gmail.com>
  • Loading branch information
publish-to-bcr-bot[bot] and cgrindel committed Jan 8, 2024
1 parent 773cef5 commit 46bcb4d
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 1 deletion.
37 changes: 37 additions & 0 deletions modules/rules_bazel_integration_test/0.21.0/MODULE.bazel
@@ -0,0 +1,37 @@
module(
name = "rules_bazel_integration_test",
version = "0.21.0",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_python", version = "0.19.0")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.18.0")

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 = "6.4.0")
bazel_binaries.local(path = "tools/fake_bazel.sh")
use_repo(
bazel_binaries,
"bazel_binaries",
"bazel_binaries_bazelisk",
"build_bazel_bazel_.bazelversion",
"build_bazel_bazel_6_4_0",
"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")
@@ -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.21.0",
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_python", version = "0.19.0")
10 changes: 10 additions & 0 deletions modules/rules_bazel_integration_test/0.21.0/presubmit.yml
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: ""
matrix:
platform: ["macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//bazel_integration_test/bzlmod/..."
9 changes: 9 additions & 0 deletions modules/rules_bazel_integration_test/0.21.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-nbKNP6CfOqDRR4lm/rru8dKO5czdwqo06nbgl56kBdw=",
"strip_prefix": "",
"url": "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.21.0/rules_bazel_integration_test.v0.21.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-NpH7k9mrtfp7CakB/vrZD1wMB6CX2HbnfOLngx9VO+4="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_bazel_integration_test/metadata.json
Expand Up @@ -24,7 +24,8 @@
"0.18.0",
"0.19.0",
"0.19.1",
"0.20.0"
"0.20.0",
"0.21.0"
],
"yanked_versions": {}
}

0 comments on commit 46bcb4d

Please sign in to comment.