Skip to content

Commit

Permalink
[wf] switching ca_handler workflows back to Ub22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Feb 9, 2025
1 parent 1a639b0 commit b9742d2
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_asa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ jobs:

asa_handler_tests_rpm:
name: "asa_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: asa_handler_headerinfo_tests
strategy:
max-parallel: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_certifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:

certifier_handler_tests_rpm:
name: "certifier_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# needs: certifier_handler_tests
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_cmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:

rpm_cmp_handler_tests_refpsk:
name: "rpm_cmp_handler_tests_refpsk"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: "checkout GIT"
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_digicert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

digicert_ca_handler_tests_rpm:
name: "digicert_ca_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
max-parallel: 1
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_ejbca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

ejbca_ca_handler_tests_rpm:
name: " ejbca_ca_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_est.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

est_handler_tests_rpm:
name: "est_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
max-parallel: 1
fail-fast: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ca_handler_tests_msca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ jobs:

mscertsrv_handler_tests_rpm:
name: "mscertsrv_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: rpm_build_and_upload
strategy:
# max-parallel: 1
Expand Down Expand Up @@ -955,7 +955,7 @@ jobs:

mscertsrv_handler_eab_profile_tests_rpm:
name: "mscertsrv_handler_eab_profile_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: mscertsrv_handler_tests_rpm
strategy:
# max-parallel: 1
Expand Down Expand Up @@ -1082,7 +1082,7 @@ jobs:

mswcce_handler_tests_rpm:
name: "mswcce_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: mscertsrv_handler_tests_rpm
strategy:
# max-parallel: 1
Expand Down Expand Up @@ -1283,7 +1283,7 @@ jobs:

mswcce_handler_eab_profile_tests_rpm:
name: "mswcce_handler_eab_profile_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: mscertsrv_handler_tests_rpm
strategy:
# max-parallel: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_nclm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

nclm_handler_tests_rpm:
name: "nclm_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
# max-parallel: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

openssl_ca_handler_tests_rpm:
name: "openssl_ca_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_openxpki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

openxpki_ca_handler_tests_rpm:
name: " openxpki_ca_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca_handler_tests_xca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:

xca_handler_tests_rpm:
name: "xca_handler_tests_rpm"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b9742d2

Please sign in to comment.