diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-11-20 17:21:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 22:21:09 +0000 |
| commit | a9f101f153f59282c6a4f6529cd6a75cb8753980 (patch) | |
| tree | 4a317ef5fdeeb9e23e8b9c024681be63890a98a4 | |
| parent | 60c846f551153d9e0971b80de67aa1a0d485f670 (diff) | |
| download | cryptography-a9f101f153f59282c6a4f6529cd6a75cb8753980.tar.gz | |
Reduce number of windows builders (#6636)
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8bc0dba..50155b4dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -395,7 +395,7 @@ jobs: - {VERSION: "3.10", TOXENV: "py310", MSVC_VERSION: "2019", CL_FLAGS: "/D USE_OSRANDOM_RNG_FOR_TESTING"} RUST: - stable - JOB_NUMBER: [0, 1, 2, 3] + JOB_NUMBER: [0, 1, 2] name: "${{ matrix.PYTHON.TOXENV }} on ${{ matrix.WINDOWS.WINDOWS }} (part ${{ matrix.JOB_NUMBER }})" timeout-minutes: 15 steps: @@ -442,7 +442,7 @@ jobs: path: "wycheproof" ref: "master" - - run: tox -r -- --color=yes --wycheproof-root=wycheproof --num-shards=4 --shard-id=${{ matrix.JOB_NUMBER }} + - run: tox -r -- --color=yes --wycheproof-root=wycheproof --num-shards=3 --shard-id=${{ matrix.JOB_NUMBER }} env: TOXENV: ${{ matrix.PYTHON.TOXENV }} CARGO_TARGET_DIR: ${{ format('{0}/src/rust/target/', github.workspace) }} |
