-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-9718) Update nc timeout in tests (#90)
* (SIMP-9718) Update nc timeout in tests * For some reason, nc in EL8 now hangs so you have to pass a timeout * Added an 'allowed to fail' docker test to gitlab SIMP-9178 #close * enable EPEL using the beaker_helpers function * fix GHA * add resources to nodesets for tests * add haveged * pull_request_target -> pull_request We can't let PRs submitted by potentially untrusted forks from running any code (including Gemfiles and Rakefiles) inside the context of our org/repository. * removed GHA beaker tests until they can be fully evaluated Co-authored-by: op-ct <[email protected]>
- Loading branch information
1 parent
37a0445
commit 603ae47
Showing
7 changed files
with
43 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
HOSTS: | ||
el7.test.net: | ||
roles: | ||
- server-el7 | ||
- default | ||
platform: el-7-x86_64 | ||
hypervisor: docker | ||
image: simpproject/simp_beaker_el7 | ||
docker_cmd: '["/sbin/init"]' | ||
|
||
el8.test.net: | ||
roles: | ||
- server-el8 | ||
platform: el-8-x86_64 | ||
hypervisor: docker | ||
image: simpproject/simp_beaker_el8 | ||
docker_cmd: '["/sbin/init"]' | ||
|
||
CONFIG: | ||
log_level: verbose | ||
type: aio | ||
<% if ENV['BEAKER_PUPPET_ENVIRONMENT'] -%> | ||
puppet_environment: <%= ENV['BEAKER_PUPPET_ENVIRONMENT'] %> | ||
<% end -%> | ||
ssh: | ||
password: root | ||
auth_methods: | ||
- password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters