UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ebd22543 authored by Micah Nagel's avatar Micah Nagel
Browse files

Reorder images.txt

parent 549ef82f
No related branches found
No related tags found
1 merge request!934Reorder images.txt
Pipeline #495781 passed with warnings
......@@ -121,13 +121,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment