Skip to content

Commit

Permalink
Testing custome CI image
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <[email protected]>
  • Loading branch information
alexsapran committed Feb 1, 2024
1 parent 4739839 commit c7c6382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
env:
SETUP_MAGE_VERSION: '1.14.0'
ASDF_MAGE_VERSION: '1.14.0'
SETUP_GVM_VERSION: 'v0.5.0'

steps:
- label: ":buildkite: Lint"
command:
- ".buildkite/scripts/lint.sh"
agents:
image: golang:${GO_VERSION}
cpu: "8"
memory: "4G"
provider: gcp
imageProject: elastic-images-qa
image: family/platform-ingest-eng-prod-base-ubuntu-2204

- label: ":linux: Test Linux"
key: test-lin
Expand Down
6 changes: 0 additions & 6 deletions .buildkite/scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#!/bin/bash

set -euo pipefail

echo "--- Pre install"
source .buildkite/scripts/pre-install-command.sh
add_bin_path
with_mage

echo "--- Mage notice"
mage notice

Expand Down

0 comments on commit c7c6382

Please sign in to comment.