UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b36132a4 authored by Micah Nagel's avatar Micah Nagel Committed by evan.rush
Browse files

Merge branch 'micah.nagel-master-patch-11486' into 'master'

Reorder images.txt

See merge request platform-one/big-bang/bigbang!934

(cherry picked from commit 97332eb4)

ebd22543 Reorder images.txt
parent 28fc39bf
No related branches found
No related tags found
No related merge requests found
Pipeline #495790 passed with warnings
......@@ -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
......
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