Merge pull request #2116 from cgwalters/kolainst

tests/kola: Move to tests/kolainst
This commit is contained in:
OpenShift Merge Robot 2020-05-27 11:43:22 -04:00 committed by GitHub
commit 854099802f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 3 additions and 4 deletions

View File

@ -76,9 +76,8 @@ parallel fcos: {
rmdir insttree
coreos-assembler fetch
coreos-assembler build
# Install the tests, then be sure they're not run again
make -C tests/kola install
rm tests/kola -rf
# Install the tests
make -C tests/kolainst install
""")
}
fcosKola(cosaDir: "${env.WORKSPACE}")

View File

@ -1 +1 @@
kola/libtest-core.sh
kolainst/libtest-core.sh