Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaces the original image with the test image
Browse files Browse the repository at this point in the history
XComp committed Nov 13, 2023
1 parent dab3a97 commit 2c9d605
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flink-ci-template.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
name: "Basic QA"
runs-on: ubuntu-latest
container:
image: chesnay/flink-ci:java_8_11_17_maven_386_v2
image: mapohl/ci_image_flink-27082
options: --init

steps:
@@ -83,7 +83,7 @@ jobs:
name: "Compile"
runs-on: ubuntu-latest
container:
image: chesnay/flink-ci:java_8_11_17_maven_386_v2
image: mapohl/ci_image_flink-27082
options: --init
timeout-minutes: 240
outputs:
@@ -140,7 +140,7 @@ jobs:
needs: compile
runs-on: ubuntu-latest
container:
image: chesnay/flink-ci:java_8_11_17_maven_386_v2
image: mapohl/ci_image_flink-27082
options: --init

steps:
@@ -188,7 +188,7 @@ jobs:
needs: compile
runs-on: ubuntu-latest
container:
image: chesnay/flink-ci:java_8_11_17_maven_386_v2
image: mapohl/ci_image_flink-27082
options: --init
strategy:
fail-fast: false
@@ -299,7 +299,7 @@ jobs:
needs: compile
runs-on: ubuntu-latest
container:
image: chesnay/flink-ci:java_8_11_17_maven_386_v2
image: mapohl/ci_image_flink-27082
options: --init
outputs:
skip-e2e: ${{ steps.docs-only-pr-check.skip-e2e }}
2 changes: 1 addition & 1 deletion .github/workflows/hadoop-2.10.2-scala-2.12-workflow.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
docs-404-check:
runs-on: ubuntu-latest
container:
image: chesnay/flink-ci:java_8_11_17_maven_386_v2
image: mapohl/ci_image_flink-27082
steps:
- name: "Checks out Flink"
uses: actions/checkout@v3

0 comments on commit 2c9d605

Please sign in to comment.