Skip to content

Commit 2f09589

Browse files
committed
Testing buildkite
1 parent 9a52a47 commit 2f09589

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.buildkite/create-serverless.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
export EC_REGISTER_BACKEND=appex-qa-team-cluster
5+
export EC_REGISTER_BACKEND=buildkite
66
export EC_ENV=qa
77
export EC_REGION=aws-eu-west-1
88
# Using BUILDKITE_JOB_ID for the name to make it unique:

.buildkite/pipeline.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ steps:
1313
setup:
1414
ruby:
1515
- "3.3"
16-
- "3.2"
17-
- "3.1"
18-
- "3.0"
1916
ruby_source:
2017
- 'ruby'
21-
adjustments:
22-
- with:
23-
ruby_source: 'jruby'
24-
ruby: '9.4'
2518
command: './.buildkite/run-tests.sh'

0 commit comments

Comments
 (0)