We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13722c8 commit 9c9eeb3Copy full SHA for 9c9eeb3
.buildkite/pipelines/pull-request/s3.yml
@@ -0,0 +1,14 @@
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
+ .ci/scripts/run-gradle.sh s3ThirdPartyTest
7
+ env:
8
+ USE_3RD_PARTY_S3_CREDENTIALS: "true"
9
+ timeout_in_minutes: 30
10
+ agents:
11
+ provider: gcp
12
+ image: family/elasticsearch-ubuntu-2004
13
+ machineType: n2-standard-8
14
+ buildDirectory: /dev/shm/bk
0 commit comments