This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch exp_github_actions in repository https://gitbox.apache.org/repos/asf/flink.git
commit f7fa2c7babda1d3590a861cafc67bbf3524bf336 Author: Chesnay Schepler <ches...@apache.org> AuthorDate: Sun Apr 3 11:34:43 2022 +0200 cached repo --- .github/workflows/flink-ci-template.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flink-ci-template.yml b/.github/workflows/flink-ci-template.yml index 17cca7c11cc..dcaa6bcae1f 100644 --- a/.github/workflows/flink-ci-template.yml +++ b/.github/workflows/flink-ci-template.yml @@ -52,7 +52,7 @@ jobs: name: "Basic QA" runs-on: ubuntu-latest container: - image: chesnay/flink-ci:java_8_11_xenial + image: chesnay/flink-ci:java_8_11_xenial_m2 options: --init steps: @@ -76,7 +76,7 @@ jobs: name: "Compile" runs-on: ubuntu-latest container: - image: chesnay/flink-ci:java_8_11_xenial + image: chesnay/flink-ci:java_8_11_xenial_m2 options: --init timeout-minutes: 240 outputs: @@ -125,7 +125,7 @@ jobs: needs: compile runs-on: ubuntu-latest container: - image: chesnay/flink-ci:java_8_11_xenial + image: chesnay/flink-ci:java_8_11_xenial_m2 options: --init steps: @@ -166,7 +166,7 @@ jobs: needs: compile runs-on: ubuntu-latest container: - image: chesnay/flink-ci:java_8_11_xenial + image: chesnay/flink-ci:java_8_11_xenial_m2 options: --init strategy: fail-fast: false @@ -272,7 +272,7 @@ jobs: needs: compile runs-on: ubuntu-latest container: - image: chesnay/flink-ci:java_8_11_xenial + image: chesnay/flink-ci:java_8_11_xenial_m2 options: --init outputs: skip-e2e: ${{ steps.docs-only-pr-check.skip-e2e }} @@ -301,7 +301,7 @@ jobs: needs: [compile, e2e-prereq-check] runs-on: ubuntu-latest container: - image: chesnay/flink-ci:java_8_11_xenial + image: chesnay/flink-ci:java_8_11_xenial_m2 options: --init if: ${{ needs.e2e-prereq-check.outputs.skip-e2e != 'true' }} timeout-minutes: 310