diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79077b4b0bff91b5915bb5035c7aa4d60adb4fa9..6f405f91ea2ff49c03bef5bd4253507cdea710cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,13 +119,13 @@ clean install: - *chart_changes script: - *deploy_bigbang - - *test_bigbang # Fetch list of all images ran (retry crictl up to 6x) - echo -e "\e[0Ksection_start:`date +%s`:images_used[collapsed=true]\r\e[0K\e[33;1mImages Used\e[37m" - cid=$(docker ps -aqf "name=k3d-${CI_JOB_ID}-server-0") - images=$(timeout 65 bash -c "until docker exec $cid crictl images -o json; do sleep 10; done;") - echo $images | jq -r '.images[].repoTags[0] | select(. != null)' | tee images.txt - echo -e "\e[0Ksection_end:`date +%s`:images_used\r\e[0K" + - *test_bigbang artifacts: paths: - images.txt