Age | Commit message (Collapse) | Author |
|
|
|
when using gitlab-runner locally, CI_BUILD_ID is always 1 which
will conflict with running/terminating AWS instances in subsequent runs
therefore we pick a random number in this case
|
|
|
|
- Assemble cloud.json from aws credential env vars
- Deploy ssh private key from env var
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files are still downloading.
|
|
|
|
|
|
This commit introduces a way to check if db exists and then check if it
is properly set in two asserts, so we can have two distinct phrases to
avoid confusion.
- Resolves: #8388
|
|
This code was testing for it and should be removed.
|
|
|
|
|
|
- Use dynamic build vm names
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4
|
|
|
|
|
|
|
|
|
|
results
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I8c8ec225d703e3caf6c77fc72305da847cea9560
|
|
|
|
The systemd clamav service depends on these files, see the
`/lib/systemd/system/clamav-daemon.service` unit file:
ConditionPathExistsGlob=/var/lib/clamav/main.{c[vl]d,inc}
ConditionPathExistsGlob=/var/lib/clamav/daily.{c[vl]d,inc}
Also, leap test should always check for the freshclam daemon.
- Resolves: #7683
|
|
|
|
closes #7683
|
|
Closes: #7921
|
|
|
|
|