From 9088bb24e0750db804c69556ab0bda62825c2f52 Mon Sep 17 00:00:00 2001 From: Aaron Son Date: Tue, 21 Apr 2020 13:37:38 -0700 Subject: [PATCH] Jenkinsfile: Enable AWS remote bats tests in Jenkins. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a84ed5bc45..27ee13e483 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,9 +35,9 @@ pipeline { PATH = "${pwd()}/.ci_bin/pyenv/bin:${pwd()}/.ci_bin:${pwd()}/.ci_bin/node_modules/.bin:${env.PATH}" AWS_SDK_LOAD_CONFIG = "1" AWS_REGION = "us-west-2" - // DOLT_BATS_AWS_TABLE = "dolt-ci-bats-manifests-us-west-2" - // DOLT_BATS_AWS_BUCKET = "dolt-ci-bats-chunks-us-west-2" - // DOLT_BATS_AWS_EXISTING_REPO = "aws_remote_bats_tests" + DOLT_BATS_AWS_TABLE = "dolt-ci-bats-manifests-us-west-2" + DOLT_BATS_AWS_BUCKET = "dolt-ci-bats-chunks-us-west-2" + DOLT_BATS_AWS_EXISTING_REPO = "aws_remote_bats_tests" } steps { dir (".ci_bin") {