From e4bccad75c54b862d5ff480377861e91ed94285b Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 13 Nov 2024 23:09:00 +0100 Subject: [PATCH] ci: names of jobs reordered to better reflect a new matrix sorting algorithm --- .github/workflows/ci-clang-tidy.yml | 2 +- .github/workflows/ci-conan.yml | 2 +- .github/workflows/ci-freestanding.yml | 2 +- .github/workflows/ci-test-package-cmake.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-clang-tidy.yml b/.github/workflows/ci-clang-tidy.yml index 41abb0eba..ac4d01701 100644 --- a/.github/workflows/ci-clang-tidy.yml +++ b/.github/workflows/ci-clang-tidy.yml @@ -54,7 +54,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset clang-tidy --seed 42 --debug combinations counts build: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 75abee7ed..186660aff 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -52,7 +52,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset conan --seed 42 --debug combinations counts build: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: diff --git a/.github/workflows/ci-freestanding.yml b/.github/workflows/ci-freestanding.yml index 7a234e023..ffdf5af54 100644 --- a/.github/workflows/ci-freestanding.yml +++ b/.github/workflows/ci-freestanding.yml @@ -53,7 +53,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset freestanding --seed 42 --debug combinations counts build: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index d8680291c..d58db7083 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -57,7 +57,7 @@ jobs: - id: set-matrix run: python .github/generate-job-matrix.py --preset conan --seed 42 --debug combinations counts test_package: - name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}" + name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}" runs-on: ${{ matrix.config.os }} needs: generate-matrix strategy: