Skip to content

Commit

Permalink
[squashme] Add ^ and see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
fernflower committed Aug 7, 2023
1 parent 3fd93e4 commit 1ff2061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
epel-7-x86_64:
distros: [RHEL-7.9-ZStream]
identifier: tests-7.9to8.8
tmt_plan: "(?!.*max_sst)(.*tier1)"
tmt_plan: "^(?!.*max_sst)(.*tier1)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys"
tf_extra_params:
environments:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
epel-8-x86_64:
distros: [RHEL-8.6.0-Nightly]
identifier: tests-8.6to9.0
tmt_plan: "(?!.*max_sst)(.*tier1)"
tmt_plan: "^(?!.*max_sst)(.*tier1)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys"
tf_extra_params:
environments:
Expand All @@ -176,7 +176,7 @@ jobs:
epel-8-x86_64:
distros: [RHEL-8.8.0-Nightly]
identifier: tests-8.8to9.2
tmt_plan: "(?!.*max_sst)(.*tier1)"
tmt_plan: "^(?!.*max_sst)(.*tier1)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys"
tf_extra_params:
environments:
Expand Down

0 comments on commit 1ff2061

Please sign in to comment.