mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-05 16:15:41 -06:00
Jenkinsfile: Enable AWS remote bats tests in Jenkins.
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user