File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ common:
1818 lifetime : 10800 # seconds
1919 # TODO: maybe we can rely on the VM and install only if not present?
2020 - oblt_cli_plugin : &oblt_cli_plugin
21- elastic/oblt-cli#v0.2.0:
21+ # TODO: see https://github.com/elastic/oblt-cli-buildkite-plugin/pull/40
22+ elastic/oblt-cli#test-aarch64:
2223 version-file : .oblt-cli-version
2324 - vault_github_token : &vault_github_token
2425 elastic/vault-github-token#v0.1.0:
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ common:
4444 KIBANA_PASSWORD : ea-serverless-it-kibana-password
4545 # TODO: maybe we can rely on the VM and install only if not present?
4646 - oblt_cli_plugin : &oblt_cli_plugin
47- elastic/oblt-cli#v0.2.0:
47+ # TODO: see https://github.com/elastic/oblt-cli-buildkite-plugin/pull/40
48+ elastic/oblt-cli#test-aarch64:
4849 version-file : .oblt-cli-version
4950 - vault_github_token : &vault_github_token
5051 elastic/vault-github-token#v0.1.0:
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ if [[ -z "${GO_VERSION-""}" ]]; then
1313 export GO_VERSION=$( cat " ${WORKSPACE} /.go-version" )
1414fi
1515
16- # Debug the current system information
17- echo " ~~~ System information"
18- uname -s
19- uname -m
20- uname -a
21-
2216CI_DRA_ROLE_PATH=" kv/ci-shared/release/dra-role"
2317CI_GCP_OBS_PATH=" kv/ci-shared/observability-ingest/cloud/gcp"
2418CI_ESS_PATH=" kv/ci-shared/platform-ingest/platform-ingest-ec-prod"
You can’t perform that action at this time.
0 commit comments