diff --git a/.bcr/config.yml b/.bcr/config.yml index fadd8bd..0cb3e56 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -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: me@my.org +fixedReleaser: + login: caseyduquettesc + email: casey.duquette@snapchat.com diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 62669f7..201a6c6 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -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" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58b202d..f344e28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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