Skip to content

Commit 200d88c

Browse files
authored
SNOW-670581 move to new s3 buckets (#1307)
1 parent 44048c1 commit 200d88c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ timestamps {
2222
|./ci/build_docker.sh
2323
|cp dist/**/*.txt dist/repaired_wheels/
2424
|cp dist/*.tar.gz dist/repaired_wheels/
25-
|aws s3 cp --only-show-errors ./dist/repaired_wheels/ s3://sfc-jenkins/repository/python_connector/linux/${GIT_BRANCH}/${GIT_COMMIT}/ --recursive --include '*'
25+
|aws s3 cp --only-show-errors ./dist/repaired_wheels/ s3://sfc-eng-jenkins/repository/python_connector/linux/${GIT_BRANCH}/${GIT_COMMIT}/ --recursive --include '*'
2626
|echo ${GIT_COMMIT} > latest_commit
27-
|aws s3 cp --only-show-errors latest_commit s3://sfc-jenkins/repository/python_connector/linux/${GIT_BRANCH}/
27+
|aws s3 cp --only-show-errors latest_commit s3://sfc-eng-jenkins/repository/python_connector/linux/${GIT_BRANCH}/
2828
'''.stripMargin()
2929
}
3030
}

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS
3131
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMETERS_DIR}/jenkins_test_parameters.py.gpg > ci/jenkins_test_parameters.py
3232

3333
# Download artifacts made by build
34-
aws s3 cp --recursive --only-show-errors s3://sfc-jenkins/repository/python_connector/linux/${client_git_branch}/${client_git_commit}/ dist
34+
aws s3 cp --recursive --only-show-errors s3://sfc-eng-jenkins/repository/python_connector/linux/${client_git_branch}/${client_git_commit}/ dist
3535

3636
# Run one of the tests
3737
if [ "${py_test_mode}" = "fips" ]; then

0 commit comments

Comments
 (0)