From ec9554b36669703c4985cec107f8cbbfe36d74fa Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 20 Nov 2021 12:10:09 -0500 Subject: [PATCH] Make randomorder a regular job and not a distro one --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03486efbba04..f26e46844b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.3.5"}} - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.4.1"}} - {VERSION: "3.10", TOXENV: "py310"} + - {VERSION: "3.10", TOXENV: "py310-randomorder"} # Latest commit on the main-with-bazel branch, as of November 8, 2021 - {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "4fb158925f7753d80fb858cb0239dff893ef9f15"}} RUST: @@ -137,7 +138,6 @@ jobs: - {IMAGE: "ubuntu-bionic", TOXENV: "py36"} - {IMAGE: "ubuntu-focal", TOXENV: "py38"} - {IMAGE: "ubuntu-rolling", TOXENV: "py39"} - - {IMAGE: "ubuntu-rolling", TOXENV: "py39-randomorder"} - {IMAGE: "fedora", TOXENV: "py310"} - {IMAGE: "alpine", TOXENV: "py39"} name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"