Skip to content

Commit

Permalink
ci: Fix flaky tests and CI pipeline. (#1128)
Browse files Browse the repository at this point in the history
* Bump proto.

* Bump buildjet.

* Fixes.

* Test script.

* Update schematic.

* Polish.

* Fix versions.

* More changes.
  • Loading branch information
milesj authored Oct 19, 2023
1 parent 36af323 commit bd12924
Show file tree
Hide file tree
Showing 15 changed files with 121 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-stub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [buildjet-4vcpu-ubuntu-2204, self-hosted-laptop-macos-m1, self-hosted-laptop-windows-i7]
os: [buildjet-8vcpu-ubuntu-2204, self-hosted-laptop-macos-m1, self-hosted-laptop-windows-i7]
steps:
- run: 'echo "Not affected, skipping"'
coverage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [buildjet-4vcpu-ubuntu-2204, self-hosted-laptop-macos-m1, self-hosted-laptop-windows-i7]
os: [buildjet-8vcpu-ubuntu-2204, self-hosted-laptop-macos-m1, self-hosted-laptop-windows-i7]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
File renamed without changes.
Loading

0 comments on commit bd12924

Please sign in to comment.