Skip to content

Commit f94a223

Browse files
committed
fix
1 parent d496c6c commit f94a223

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.buildkite/bk.integration-fips.pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

.buildkite/bk.integration.pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

.buildkite/hooks/pre-command

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ if [[ -z "${GO_VERSION-""}" ]]; then
1313
export GO_VERSION=$(cat "${WORKSPACE}/.go-version")
1414
fi
1515

16-
# Debug the current system information
17-
echo "~~~ System information"
18-
uname -s
19-
uname -m
20-
uname -a
21-
2216
CI_DRA_ROLE_PATH="kv/ci-shared/release/dra-role"
2317
CI_GCP_OBS_PATH="kv/ci-shared/observability-ingest/cloud/gcp"
2418
CI_ESS_PATH="kv/ci-shared/platform-ingest/platform-ingest-ec-prod"

0 commit comments

Comments
 (0)