You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2022/03/17 06:30:05 UTC

[flink] branch release-1.15 updated: [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version

This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 311122c  [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version
311122c is described below

commit 311122c4f7fd4a2cb5b68cb547c1c57c3fe5b976
Author: Yun Gao <ga...@gmail.com>
AuthorDate: Thu Mar 17 14:26:41 2022 +0800

    [hotfix][ci] Try to fix the e2e ci pipeline upgrading the libssl version
---
 tools/azure-pipelines/e2e-template.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/azure-pipelines/e2e-template.yml b/tools/azure-pipelines/e2e-template.yml
index f590c15..637ea47 100644
--- a/tools/azure-pipelines/e2e-template.yml
+++ b/tools/azure-pipelines/e2e-template.yml
@@ -102,8 +102,8 @@ jobs:
         echo "Installing required software"
         sudo apt-get install -y bc libapr1
         # install libssl1.0.0 for netty tcnative
-        wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb
-        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb
+        wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb
+        sudo apt install ./libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb
       displayName: Prepare E2E run
       condition: not(eq(variables['SKIP'], '1'))
     - script: ${{parameters.environment}} PROFILE="$PROFILE -Dfast -Pskip-webui-build" ./tools/ci/compile.sh
@@ -128,4 +128,4 @@ jobs:
     - script: ./tools/azure-pipelines/cache_docker_images.sh save
       displayName: Save docker images
       condition: and(not(eq(variables['SKIP'], '1')), ne(variables.DOCKER_IMAGES_CACHE_HIT, 'true'))
-      continueOnError: true
\ No newline at end of file
+      continueOnError: true