From: Tomas Mraz Date: Thu, 18 Jul 2024 15:39:40 +0000 (+0200) Subject: prov-compat-label.yml: Do not test fips provider from master X-Git-Tag: openssl-3.4.0-alpha1~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a79f5bc184939aeaff4479d48fda92d0d33aa96;p=thirdparty%2Fopenssl.git prov-compat-label.yml: Do not test fips provider from master The master branch will be modified by the PR so the result will be misleading. Reviewed-by: Paul Dale Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/24933) --- diff --git a/.github/workflows/prov-compat-label.yml b/.github/workflows/prov-compat-label.yml index f12d3159375..13cd51ec32c 100644 --- a/.github/workflows/prov-compat-label.yml +++ b/.github/workflows/prov-compat-label.yml @@ -193,7 +193,7 @@ jobs: # Note that releases are not used as a test environment for # later providers. Problems in these situations ought to be # caught by cross branch testing before the release. - tree_a: [ branch-master, branch-3.3, branch-3.2, branch-3.1, branch-3.0, + tree_a: [ branch-3.3, branch-3.2, branch-3.1, branch-3.0, openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ] tree_b: [ PR ] include: