From bb4e242af283c58dc8d4d627cac38ff0474dfea9 Mon Sep 17 00:00:00 2001 From: Inessa Vasilevskaya Date: Tue, 7 Jun 2022 17:12:23 +0200 Subject: [PATCH 46/47] Update pr-welcome-msg Include information about /rerun-all command that will schedule all regression tests including sst ones. Also finally fix formatting issue with asterisks in markdown. --- .github/workflows/pr-welcome-msg.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-welcome-msg.yml b/.github/workflows/pr-welcome-msg.yml index a259dc55..c4435578 100644 --- a/.github/workflows/pr-welcome-msg.yml +++ b/.github/workflows/pr-welcome-msg.yml @@ -25,8 +25,10 @@ jobs: - **/packit copr-build** to submit a public copr build using packit To launch regression testing public members of oamg organization can leave the following comment: - - **/rerun** to schedule tests using this pr build and leapp*master* as artifacts - - **/rerun 42** to schedule tests using this pr build and leapp*PR42* as artifacts + - **/rerun** to schedule basic regression tests using this pr build and leapp\*master\* as artifacts + - **/rerun 42** to schedule basic regression tests using this pr build and leapp\*PR42\* as artifacts + - **/rerun-all** to schedule all tests (including sst) using this pr build and leapp\*master\* as artifacts + - **/rerun-all 42** to schedule all tests (including sst) using this pr build and leapp\*PR42\* as artifacts Please [open ticket](https://url.corp.redhat.com/oamg-ci-issue) in case you experience technical problem with the CI. (RH internal only) -- 2.35.3