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

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 632a67c  Pr check use fedora 38 (#141)
632a67c is described below

commit 632a67cbeca98d4750c9980644a3dac51adaedb4
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Apr 8 16:51:01 2023 -0500

    Pr check use fedora 38 (#141)
    
    * pip3 install --upgrade pip not working in fedora:38
    
    Presumably the stock pip is fine, but trying to upgrade breaks (at least
    currently).
    
    * Using fedora:38 images
    
    fedora:38 tests with clang 16
    
    ---------
    
    Co-authored-by: bneradt <[email protected]>
---
 jenkins/github/fedora.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 3eccc99..415437b 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:37'
+            image 'ats/fedora:38'
             //registryUrl 'https://ci.trafficserver.apache.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'

Reply via email to