mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
Merge pull request #258 from flatcar-linux/t-lo/ci-automation-tests-use-latest-kola
ci-automation/test.sh: use the latest kola from coreos-overlay
This commit is contained in:
commit
9b83d3e80b
@ -136,6 +136,13 @@ function test_run() {
|
|||||||
# Make the torcx artifacts available to test implementation
|
# Make the torcx artifacts available to test implementation
|
||||||
__prepare_torcx "${arch}" "${vernum}" "${work_dir}"
|
__prepare_torcx "${arch}" "${vernum}" "${work_dir}"
|
||||||
|
|
||||||
|
# Ensure we run tests with an up-to-date kola.
|
||||||
|
# This covers the case of a mantle/kola commit ID in the ebuild being
|
||||||
|
# newer than the mantle/kola included in the SDK.
|
||||||
|
./run_sdk_container -x ./ci-cleanup.sh \
|
||||||
|
-n "${container_name}" -C "${sdk_image}" -v "${vernum}" \
|
||||||
|
sudo emerge mantle
|
||||||
|
|
||||||
# Pass PARALLEL_TESTS to the container
|
# Pass PARALLEL_TESTS to the container
|
||||||
if [ -n "${PARALLEL_TESTS-}" ] ; then
|
if [ -n "${PARALLEL_TESTS-}" ] ; then
|
||||||
echo "PARALLEL_TESTS=\"${PARALLEL_TESTS}\"" > sdk_container/.env
|
echo "PARALLEL_TESTS=\"${PARALLEL_TESTS}\"" > sdk_container/.env
|
||||||
|
Loading…
Reference in New Issue
Block a user