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 d9944eb github autest pipeline: use fedora:40 (#341)
d9944eb is described below
commit d9944eb2f0062d4b29f868535619f9d11a67c240
Author: Brian Neradt <[email protected]>
AuthorDate: Fri Apr 26 17:01:01 2024 -0500
github autest pipeline: use fedora:40 (#341)
This updates the autest github PR pipeline to use fedora:40
---
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 1e09775..e04197d 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:39'
+ image 'ci.trafficserver.apache.org/ats/fedora:40'
registryUrl 'https://ci.trafficserver.apache.org/'
args '--init --cap-add=SYS_PTRACE --network=host -v
${HOME}/ccache:/tmp/ccache:rw'
label 'docker'