Remove generate tests and use static test yaml. (#515)

* Remove generate tests and use static test yaml.

Since there aren't any more variables in the test yaml, replace
the shell script with a static YAML.

* Print python version

* Remove generate test step
This commit is contained in:
Abhilash Raj
2021-09-18 16:26:59 -07:00
committed by GitHub
parent 9fb38d79bc
commit b84c09c1ae
4 changed files with 7 additions and 9 deletions

View File

@@ -2,6 +2,9 @@
set -ex
# Since all the dockerfiles now require buildkit features.
export DOCKER_BUILDKIT=1
# Set the default value of BUILD_ROLLING to no.
export BUILD_ROLLING="${1:-no}"