summaryrefslogtreecommitdiffstats
path: root/.github/workflows/run-checker-daily.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-06-30 21:48:29 +0200
committerTomas Mraz <tomas@openssl.org>2023-07-04 15:44:54 +0200
commit6497ad58588492901838654a36445ad90497ef61 (patch)
tree6a397ca4e32cd822df17964296f94545370c9228 /.github/workflows/run-checker-daily.yml
parent5c3c8369f3b42ce4b816606bb9bbad00c664a416 (diff)
Reorganize runchecker jobs
Put jobs that are more likely to fail to on pull request CI. To compensate move some less likely to fail jobs to on push and daily CI jobs. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21336)
Diffstat (limited to '.github/workflows/run-checker-daily.yml')
-rw-r--r--.github/workflows/run-checker-daily.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml
index d97f3f2ee0..45b97f21cd 100644
--- a/.github/workflows/run-checker-daily.yml
+++ b/.github/workflows/run-checker-daily.yml
@@ -48,7 +48,6 @@ jobs:
no-deprecated,
no-des,
no-devcryptoeng,
- no-dh,
no-docs,
no-dsa,
no-dtls1,
@@ -79,15 +78,12 @@ jobs:
no-md2,
no-md4,
no-mdc2,
- no-module,
no-msan,
no-multiblock,
no-nextprotoneg,
no-ocb,
- no-ocsp,
no-padlockeng,
no-pic,
- no-pinshared,
no-poly1305,
no-posix-io,
no-psk,
@@ -116,16 +112,17 @@ jobs:
no-ssl-trace,
no-static-engine no-shared,
no-stdio,
+ no-tests,
enable-tfo,
no-tls1,
no-tls1_1,
no-tls1_1-method,
- no-tls1_2,
no-tls1_2-method,
no-tls1-method,
no-trace,
no-ubsan,
no-ui-console,
+ no-unit-test,
enable-unit-test,
no-uplink,
no-weak-ssl-ciphers,