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

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

commit 5d177d678c21673a28b50eef124dca54ba628132
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Oct 29 12:57:27 2025 -0500

    Revert "ci jobs: fedora:42 -> fedora:43 (#396)"
    
    This reverts commit 71f43a3da61c94fd99af4fc5b248476f90a536e5.
---
 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 4bd5137..20a4e5b 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:43'
+                       image 'ci.trafficserver.apache.org/ats/fedora:42'
                        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 1381ea1..d4131ea 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:43'
+                       image 'ci.trafficserver.apache.org/ats/fedora:42'
                        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 a0bf1a6..a90c680 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:43'
+            image 'ats/fedora:42'
             //registryUrl 'https://ci.trafficserver.apache.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'

Reply via email to