Skip to content

Commit e78f587

Browse files
committed
try to trigger s3 tests
1 parent af38d6e commit e78f587

File tree

1 file changed

+15
-0
lines changed
  • .buildkite/pipelines/pull-request

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
steps:
2+
- label: third-party / s3
3+
command: |
4+
export amazon_s3_bucket=elasticsearch-ci.us-west-2
5+
export amazon_s3_base_path=$BUILDKITE_BRANCH
6+
7+
.ci/scripts/run-gradle.sh s3ThirdPartyTest
8+
env:
9+
USE_3RD_PARTY_S3_CREDENTIALS: "true"
10+
timeout_in_minutes: 30
11+
agents:
12+
provider: gcp
13+
image: family/elasticsearch-ubuntu-2004
14+
machineType: n2-standard-8
15+
buildDirectory: /dev/shm/bk

0 commit comments

Comments
 (0)