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 af38d6e commit e78f587Copy full SHA for e78f587
.buildkite/pipelines/pull-request/s3.yml
@@ -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