AHA Flow

Public

PR from garnet "Update zircon wrapper with MU wrapper and its new pins"

Passed in 19m 18s
:pipeline:echo DONE
Waited 1s
·
Ran in 4s
Build Docker Imageecho "+++ BDI PIPELINE.XML COMMANDS BEGIN" && echo "--- Cleanup old docker images" && docker image ls | awk '/(days|weeks|months) ago/ {print}' || echo okay && docker image ls | awk '/(days|weeks|months) ago/ {print $3}' | xargs docker image rm || echo okay && echo "--- Cleanup old common areas" && find /var/lib/buildkite-agent/builds/DELETEME* -type d -mtime +7 -exec /bin/rm -rf {} \; || echo okay && echo "--- Save repo things in common area" && mkdir -p $COMMON && cp $BUILDKITE_BUILD_CHECKOUT_PATH/.buildkite/bin/regress-metahooks.sh $COMMON && echo "--- DEBUG DOCKER TRASH" && set -x; docker images; docker ps; && echo "--- Remove 700MB of clockwork, halide metadata" && dotgit=.git/modules/clockwork; du -shx $dotgit; /bin/rm -rf $dotgit && dotgit=.git/modules/Halide-to-Hardware; du -shx $dotgit; /bin/rm -rf $dotgit && echo "--- Creating garnet Image" && docker build --progress plain . -t "$IMAGE" && echo "--- Pruning Docker Images" && yes | docker image prune -a --filter "until=6h" --filter=label='description=garnet' || true && echo "--- BDI PIPELINE.XML COMMANDS END"
Waited 4s
·
Ran in 18m 57s
Regress 1REGRESSION_STEP=1 $COMMON/regress-metahooks.sh --commands
Waited 5s
·
Ran in 2s
Regress 2REGRESSION_STEP=2 $COMMON/regress-metahooks.sh --commands
Waited 1s
·
Ran in 2s
Regress 3REGRESSION_STEP=3 $COMMON/regress-metahooks.sh --commands
Waited 4s
·
Ran in 2s
Build will continue even if previous stage fails
Cleanupecho '- Show outcomes from each regression step' && echo regress1 outcome: `buildkite-agent step get "outcome" --step "regress1"` && echo regress2 outcome: `buildkite-agent step get "outcome" --step "regress2"` && echo regress3 outcome: `buildkite-agent step get "outcome" --step "regress3"` && echo '- Use FAIL to summarize overall result' && FAIL= && set -x && [ $(buildkite-agent step get "outcome" --step "regress1") == "passed" ] || FAIL=True && [ $(buildkite-agent step get "outcome" --step "regress2") == "passed" ] || FAIL=True && [ $(buildkite-agent step get "outcome" --step "regress3") == "passed" ] || FAIL=True && echo '-- FAIL=$FAIL' && echo '- Send summary outcome "success" or "failure" to github PR' && # Note, /home/buildkite-agent/bin/status-update must exist on agent machine && # Also see ~steveri/bin/status-update on kiwi && [ "$FAIL" ] && ~/bin/status-update --force failure || ~/bin/status-update --force success && echo '- Clean up your mess' && test -e $COMMON/regress-metahooks.sh && rm $COMMON/regress-metahooks.sh || echo okay && test -d /var/lib/buildkite-agent/builds/DELETEME-11337 && rmdir /var/lib/buildkite-agent/builds/DELETEME-11337 || echo okay && /bin/rm -f /var/lib/buildkite-agent/builds/DELETEME/env-11337
Waited 5s
·
Ran in 2s
Total Job Run Time: 19m 8s