github: Shorten name for crypto-plugin job and reverse matrix arguments
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)
This commit is contained in:
@@ -93,14 +93,14 @@ jobs:
|
|||||||
path: config.log
|
path: config.log
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
crypto-plugins:
|
crypto:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, ubuntu-22.04 ]
|
|
||||||
test: [ botan, wolfssl, openssl, openssl-3, openssl-awslc, gcrypt ]
|
test: [ botan, wolfssl, openssl, openssl-3, openssl-awslc, gcrypt ]
|
||||||
|
os: [ ubuntu-latest, ubuntu-22.04 ]
|
||||||
leak-detective: [ no, yes ]
|
leak-detective: [ no, yes ]
|
||||||
exclude:
|
exclude:
|
||||||
# test custom-built libs only on the latest platform
|
# test custom-built libs only on the latest platform
|
||||||
|
|||||||
Reference in New Issue
Block a user