Skip to content

Commit

Permalink
Disable debian tests in BCR smoke tests (#6)
Browse files Browse the repository at this point in the history
* use my user as the module publisher

* add ubuntu 18.04

* disable windows

* wip

* ubuntu-20.04

* disable debian tests
  • Loading branch information
caseyduquettesc committed Jul 31, 2023
1 parent 8447346 commit 4a4fa85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/bazel-contrib/publish-to-bcr#a-note-on-release-automation
# for guidance about whether to uncomment this section:
#
# fixedReleaser:
# login: my_github_handle
# email: [email protected]
fixedReleaser:
login: caseyduquettesc
email: [email protected]
5 changes: 4 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
# Disable debian tests because I don't think it's using the python toolchain,
# > no such package '@[unknown repo 'pip_importlib_metadata' requested from @rules_python~0.19.0~pip~pip_pytest]//'
# platform: ["debian10", "macos", "ubuntu2004"]
platform: ["macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
{"folder": ".", "bzlmodEnabled": false},
{"bazelversion": "5.4.0", "bzlmodEnabled": true},
{"bazelversion": "5.4.0", "os": "macos-latest"},
{"bazelversion": "5.4.0", "os": "windows-latest"},
{"bazelversion": "6.3.0", "os": "macos-latest"},
{"bazelversion": "6.3.0", "os": "windows-latest"},
]
exclude_windows: true

0 comments on commit 4a4fa85

Please sign in to comment.