Skip to content

Commit

Permalink
add ftest image to build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasb committed Jan 15, 2025
1 parent 040f400 commit 33dbf86
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ steps:
command: ".buildkite/publish/build-docker.sh"
key: "build_extensible_dockerfile_ftest_image_amd64"
artifact_paths: ".artifacts/*.tar.gz"
- label: "Testing amd64 image built from Dockerfile.ftest"
- label: "Testing amd64 image built from extensible Dockerfile.ftest"
agents:
provider: aws
instanceType: m6i.xlarge
Expand All @@ -663,7 +663,7 @@ steps:
- "mkdir -p .artifacts"
- buildkite-agent artifact download '.artifacts/*.tar.gz*' .artifacts/ --step build_extensible_dockerfile_ftest_image_amd64
- ".buildkite/publish/test-docker.sh"
- label: "Trivy Scan amd64 Dockerfile.ftest Artifacts"
- label: "Trivy Scan amd64 extensible Dockerfile.ftest Artifacts"
timeout_in_minutes: 10
depends_on:
- test_extensible_dockerfile_ftest_image_amd64
Expand All @@ -672,7 +672,7 @@ steps:
provider: k8s
image: "docker.elastic.co/ci-agent-images/trivy:latest"
command: |-
mkdir -p artifacts
mkdir -p .artifacts
buildkite-agent artifact download '.artifacts/*.tar.gz*' .artifacts/ --step build_extensible_dockerfile_ftest_image_amd64
trivy --version
env | grep TRIVY
Expand Down Expand Up @@ -747,7 +747,7 @@ steps:
command: ".buildkite/publish/build-docker.sh"
key: "build_extensible_dockerfile_ftest_image_arm64"
artifact_paths: ".artifacts/*.tar.gz"
- label: "Testing arm64 image built from Dockerfile.ftest"
- label: "Testing arm64 image built from extensible Dockerfile.ftest"
agents:
provider: aws
instanceType: m6g.xlarge
Expand All @@ -765,7 +765,7 @@ steps:
- "mkdir -p .artifacts"
- buildkite-agent artifact download '.artifacts/*.tar.gz*' .artifacts/ --step build_extensible_dockerfile_ftest_image_arm64
- ".buildkite/publish/test-docker.sh"
- label: "Trivy Scan arm64 Dockerfile.ftest Artifacts"
- label: "Trivy Scan arm64 extensible Dockerfile.ftest Artifacts"
timeout_in_minutes: 10
depends_on:
- test_extensible_dockerfile_ftest_image_arm64
Expand All @@ -774,7 +774,7 @@ steps:
provider: k8s
image: "docker.elastic.co/ci-agent-images/trivy:latest"
command: |-
mkdir -p artifacts
mkdir -p .artifacts
buildkite-agent artifact download '.artifacts/*.tar.gz*' .artifacts/ --step build_extensible_dockerfile_ftest_image_arm64
trivy --version
env | grep TRIVY
Expand Down Expand Up @@ -863,4 +863,6 @@ steps:
- test_docker_image_arm64
- test_extensible_dockerfile_image_amd64
- test_extensible_dockerfile_image_arm64
- test_extensible_dockerfile_ftest_image_amd64
- test_extensible_dockerfile_ftest_image_arm64
command: ".buildkite/publish/dra/init_dra_publishing.sh"

0 comments on commit 33dbf86

Please sign in to comment.