[CI] Status check steps for v0.6

Hi, Is there a way to look up the actual CI commands that were executed for v0.6 during status check. I need to merge some changes to v0.6 and want to run the CI locally using the docker images.

Thanks.

They are in the the Jenkinsfile of the repo

More specifically, you can find commands like below to run what tvm ci exactly runs:

# under tvm's root directory
./docker/bash.sh tvmai/ci-i386:v0.52 ./tests/scripts/task_build.sh build -j12