diff --git a/.bonnyci/run.sh b/.bonnyci/run.sh index e7d98cb0..129c37f6 100755 --- a/.bonnyci/run.sh +++ b/.bonnyci/run.sh @@ -1,6 +1,12 @@ #!/bin/bash -xe echo $BONNYCI_TEST_PIPELINE > $BONNYCI_TEST_LOG_DIR/pipeline -dmesg >$BONNYCI_TEST_LOG_DIR/dmesg -sleep 30 -echo "True" \ No newline at end of file + +if [[ -e /tmp/reused ]]; then + echo "NODE REUSED" + cat /tmp/reused + exit 1 +else + env | grep ZUUL >/tmp/reused + exit 0 +fi diff --git a/5.txt b/5.txt new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/5.txt @@ -0,0 +1 @@ +5