Skip to content

Commit 4a4fa85

Browse files
Disable debian tests in BCR smoke tests (#6)
* use my user as the module publisher * add ubuntu 18.04 * disable windows * wip * ubuntu-20.04 * disable debian tests
1 parent 8447346 commit 4a4fa85

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.bcr/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See https://github.com/bazel-contrib/publish-to-bcr#a-note-on-release-automation
22
# for guidance about whether to uncomment this section:
33
#
4-
# fixedReleaser:
5-
# login: my_github_handle
6-
4+
fixedReleaser:
5+
login: caseyduquettesc
6+

.bcr/presubmit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4-
platform: ["debian10", "macos", "ubuntu2004"]
4+
# Disable debian tests because I don't think it's using the python toolchain,
5+
# > no such package '@[unknown repo 'pip_importlib_metadata' requested from @rules_python~0.19.0~pip~pip_pytest]//'
6+
# platform: ["debian10", "macos", "ubuntu2004"]
7+
platform: ["macos", "ubuntu2004"]
58
tasks:
69
run_tests:
710
name: "Run test module"

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
{"folder": ".", "bzlmodEnabled": false},
3030
{"bazelversion": "5.4.0", "bzlmodEnabled": true},
3131
{"bazelversion": "5.4.0", "os": "macos-latest"},
32-
{"bazelversion": "5.4.0", "os": "windows-latest"},
3332
{"bazelversion": "6.3.0", "os": "macos-latest"},
34-
{"bazelversion": "6.3.0", "os": "windows-latest"},
3533
]
34+
exclude_windows: true

0 commit comments

Comments
 (0)