]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Shorten name for crypto-plugin job and reverse matrix arguments
authorTobias Brunner <tobias@strongswan.org>
Thu, 10 Jul 2025 17:07:13 +0000 (19:07 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Jul 2025 17:23:02 +0000 (19:23 +0200)
This gives us more readable names in the UI.  Instead of

  crypto-plugins (ubuntu-latest, b...
  crypto-plugins (ubuntu-latest, b...
  crypto-plugins (ubuntu-latest, ...
  crypto-plugins (ubuntu-latest, ...
  crypto-plugins (ubuntu-latest, o...
  crypto-plugins (ubuntu-latest, o...

we now get

  crypto (botan, ubuntu-latest, no)
  crypto (botan, ubuntu-latest, yes)
  crypto (wolfssl, ubuntu-latest, no)
  crypto (wolfssl, ubuntu-latest, yes)
  crypto (openssl, ubuntu-latest, no)
  crypto (openssl, ubuntu-latest, yes)

.github/workflows/linux.yml

index 3f251751da4c8e3e9acdbe94e0aaf6013f40349a..e3c3d413284e2005cb035074e20e05ca817c9e66 100644 (file)
@@ -93,14 +93,14 @@ jobs:
           path: config.log
           retention-days: 5
 
-  crypto-plugins:
+  crypto:
     needs: pre-check
     if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ ubuntu-latest, ubuntu-22.04 ]
         test: [ botan, wolfssl, openssl, openssl-3, openssl-awslc, gcrypt ]
+        os: [ ubuntu-latest, ubuntu-22.04 ]
         leak-detective: [ no, yes ]
         exclude:
           # test custom-built libs only on the latest platform