This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 2b94a57f59e [FLINK-34194][ci] Updates test CI container to be based on
Ubuntu 22.04
2b94a57f59e is described below
commit 2b94a57f59ee5a4fa09831236764712d1f5affc6
Author: Matthias Pohl <[email protected]>
AuthorDate: Mon Jan 22 10:59:25 2024 +0100
[FLINK-34194][ci] Updates test CI container to be based on Ubuntu 22.04
---
.github/workflows/docs.yml | 2 +-
azure-pipelines.yml | 8 ++++----
tools/azure-pipelines/build-apache-repo.yml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 2997f94ffab..290db164770 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -49,7 +49,7 @@ jobs:
fi
- name: Build documentation
run: |
- docker run --rm --volume "$PWD:/root/flink"
chesnay/flink-ci:java_8_11_17_21_maven_386 bash -c "cd /root/flink &&
./.github/workflows/docs.sh"
+ docker run --rm --volume "$PWD:/root/flink"
mapohl/flink-ci:FLINK-34194 bash -c "cd /root/flink &&
./.github/workflows/docs.sh"
- name: Upload documentation
uses: burnett01/[email protected]
with:
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 81fbad42d21..afe1bfd70d9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -39,7 +39,7 @@ resources:
# Container with SSL to have the same environment everywhere.
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
- container: flink-build-container
- image: chesnay/flink-ci:java_8_11_17_21_maven_386
+ image: mapohl/flink-ci:FLINK-34194
# On AZP provided machines, set this flag to allow writing coredumps in
docker
options: --privileged
@@ -73,16 +73,16 @@ stages:
parameters: # see template file for a definition of the parameters.
stage_name: ci_build
test_pool_definition:
- vmImage: 'ubuntu-20.04'
+ vmImage: 'ubuntu-22.04'
e2e_pool_definition:
- vmImage: 'ubuntu-20.04'
+ vmImage: 'ubuntu-22.04'
environment: PROFILE="-Dflink.hadoop.version=2.10.2"
run_end_to_end: false
container: flink-build-container
jdk: 8
- job: docs_404_check # run on a MSFT provided machine
pool:
- vmImage: 'ubuntu-20.04'
+ vmImage: 'ubuntu-22.04'
steps:
- task: GoTool@0
inputs:
diff --git a/tools/azure-pipelines/build-apache-repo.yml
b/tools/azure-pipelines/build-apache-repo.yml
index a229ee0029a..673979767c1 100644
--- a/tools/azure-pipelines/build-apache-repo.yml
+++ b/tools/azure-pipelines/build-apache-repo.yml
@@ -39,7 +39,7 @@ resources:
# Container with SSL to have the same environment everywhere.
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
- container: flink-build-container
- image: chesnay/flink-ci:java_8_11_17_21_maven_386
+ image: mapohl/flink-ci:FLINK-34194
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository