File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
fi
50
50
- name : Build documentation
51
51
run : |
52
- docker run --rm --volume "$PWD:/root/flink" mapohl /flink-ci:FLINK-34194 bash -c "cd /root/flink && ./.github/workflows/docs.sh"
52
+ 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"
53
53
- name : Upload documentation
54
54
55
55
with :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ resources:
39
39
# Container with SSL to have the same environment everywhere.
40
40
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
41
41
- container : flink-build-container
42
- image : mapohl /flink-ci:FLINK-34194
42
+ image : chesnay /flink-ci:java_8_11_17_21_maven_386
43
43
# On AZP provided machines, set this flag to allow writing coredumps in docker
44
44
options : --privileged
45
45
@@ -73,16 +73,16 @@ stages:
73
73
parameters : # see template file for a definition of the parameters.
74
74
stage_name : ci_build
75
75
test_pool_definition :
76
- vmImage : ' ubuntu-22 .04'
76
+ vmImage : ' ubuntu-20 .04'
77
77
e2e_pool_definition :
78
- vmImage : ' ubuntu-22 .04'
78
+ vmImage : ' ubuntu-20 .04'
79
79
environment : PROFILE="-Dflink.hadoop.version=2.10.2"
80
80
run_end_to_end : false
81
81
container : flink-build-container
82
82
jdk : 8
83
83
- job : docs_404_check # run on a MSFT provided machine
84
84
pool :
85
- vmImage : ' ubuntu-22 .04'
85
+ vmImage : ' ubuntu-20 .04'
86
86
steps :
87
87
- task : GoTool@0
88
88
inputs :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ resources:
39
39
# Container with SSL to have the same environment everywhere.
40
40
# see https://github.com/apache/flink-connector-shared-utils/tree/ci_utils
41
41
- container : flink-build-container
42
- image : mapohl /flink-ci:FLINK-34194
42
+ image : chesnay /flink-ci:java_8_11_17_21_maven_386
43
43
44
44
variables :
45
45
MAVEN_CACHE_FOLDER : $(Pipeline.Workspace)/.m2/repository
You can’t perform that action at this time.
0 commit comments