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 71f43a3  ci jobs: fedora:42 -> fedora:43 (#396)
71f43a3 is described below

commit 71f43a3da61c94fd99af4fc5b248476f90a536e5
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Oct 28 18:13:16 2025 -0500

    ci jobs: fedora:42 -> fedora:43 (#396)
---
 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 20a4e5b..4bd5137 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:43'
                        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 d4131ea..1381ea1 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:43'
                        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 a90c680..a0bf1a6 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:43'
             //registryUrl 'https://ci.trafficserver.apache.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'

Reply via email to