Run integration tests in kokoro

This commit is contained in:
Priya Wadhwa 2018-04-16 13:01:23 -07:00
parent 0c327b9d64
commit a90fa252bb
No known key found for this signature in database
GPG Key ID: 0D0DAFD8F7AA73AE
1 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,14 @@
# limitations under the License.
#!/bin/bash
set -e
set -ex
if [ -f "$KOKORO_GFILE_DIR"/common.sh ]; then
echo "Installing dependencies..."
source "$KOKORO_GFILE_DIR/common.sh"
pushd github/kaniko
fi
echo "Running integration tests..."
make out/executor
go run integration_tests/integration_test_yaml.go | gcloud container builds submit --config /dev/fd/0 .