Skip to content

Commit

Permalink
Forgot to update Docker image path in test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Nov 16, 2023
1 parent d1449b3 commit eec4dd4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .buildkite/pipelines/pipeline_pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container" # The depends_on creates an implicit "wait" while the container builds
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'lint'
if: build.branch != "main"
Expand All @@ -21,7 +21,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'unit:ts'
if: build.branch != "main"
Expand All @@ -30,7 +30,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'unit:tsx:16'
if: build.branch != "main"
Expand All @@ -39,7 +39,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'unit:tsx:17'
if: build.branch != "main"
Expand All @@ -48,7 +48,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'unit:tsx'
if: build.branch != "main"
Expand All @@ -57,7 +57,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'cypress:16'
if: build.branch != "main"
Expand All @@ -69,7 +69,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'cypress:17'
if: build.branch != "main"
Expand All @@ -81,7 +81,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'cypress:18'
if: build.branch != "main"
Expand All @@ -93,7 +93,7 @@ steps:
command: .buildkite/scripts/pipelines/pipeline_test.sh
depends_on: "build-test-container"
agents:
image: "container-registry-test.elastic.co/eui/ci:latest"
image: "docker-staging/eui/ci:latest"
env:
TEST_TYPE: 'cypress:a11y'
if: build.branch != "main"
Expand Down

0 comments on commit eec4dd4

Please sign in to comment.