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 d7bb848 Revert "ci jobs: fedora:42 -> fedora:43 (#396)" (#397)
d7bb848 is described below
commit d7bb848c030583ce574ff00bdfaf29e869d53bb8
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Oct 29 12:58:33 2025 -0500
Revert "ci jobs: fedora:42 -> fedora:43 (#396)" (#397)
This reverts commit 71f43a3da61c94fd99af4fc5b248476f90a536e5.
Reverts #396
We're seeing CI failures. I'm not sure whether it is fedora:42 or godaddy
vm issues. To be safe, I'll revert back to fedora:42 to see whether that helps.
---
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'