Skip to content

Commit 9c9eeb3

Browse files
committed
trigger s3 tests (revert before merge)
1 parent 13722c8 commit 9c9eeb3

File tree

1 file changed

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

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)