Jenkinsfile: Enable AWS remote bats tests in Jenkins.

This commit is contained in:
Aaron Son
2020-04-21 13:37:38 -07:00
parent 7b50365ecc
commit 9088bb24e0

6
Jenkinsfile vendored
View File

@@ -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") {