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 f232377  CI: fedora:42 -> fedora:44 (#429)
f232377 is described below

commit f232377fd531ea55f0708fd59e60178e87f8b6ec
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Jun 1 15:02:00 2026 -0500

    CI: fedora:42 -> fedora:44 (#429)
    
    Switching over our CI to use fedora:44
---
 jenkins/branch/autest.pipeline | 2 +-
 jenkins/github/autest.pipeline | 2 +-
 jenkins/github/fedora.pipeline | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jenkins/branch/autest.pipeline b/jenkins/branch/autest.pipeline
index 3002e24..f988d81 100644
--- a/jenkins/branch/autest.pipeline
+++ b/jenkins/branch/autest.pipeline
@@ -1,7 +1,7 @@
 pipeline {
        agent {
                docker {
-                       image 'ci.trafficserver.apache.org/ats/fedora:42'
+                       image 'ci.trafficserver.apache.org/ats/fedora:44'
                        registryUrl 'https://ci.trafficserver.apache.org/'
                        args '--init --cap-add=SYS_PTRACE --network=host -v 
${HOME}/ccache:/tmp/ccache:rw'
                        label 'branch'
diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index 3609482..7b2e939 100644
--- a/jenkins/github/autest.pipeline
+++ b/jenkins/github/autest.pipeline
@@ -1,7 +1,7 @@
 pipeline {
   agent {
     docker {
-      image 'ci.trafficserver.apache.org/ats/fedora:42'
+      image 'ci.trafficserver.apache.org/ats/fedora:44'
       registryUrl 'https://ci.trafficserver.apache.org/'
       args '--init --cap-add=SYS_PTRACE --network=host -v 
${HOME}/ccache:/tmp/ccache:rw'
       label 'docker'
diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 6fb2839..23e6c07 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:42'
+            image 'ats/fedora:44'
             //registryUrl 'https://ci.trafficserver.apache.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'

Reply via email to