This is an automated email from the ASF dual-hosted git repository.
ezelkow1 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 887984e Update autest.pipeline
887984e is described below
commit 887984e6a43f8df30e20ef7404c3932252d7e795
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Jun 2 09:26:23 2026 -0600
Update autest.pipeline
switching autest back to fedora 42 for now
---
jenkins/github/autest.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index 7b2e939..3609482 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:44'
+ 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'