Skip to content

Commit

Permalink
contrib/intel/jenkins: Rename ivysaur to io_uring
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Dec 5, 2024
1 parent 573fb07 commit 96eeb8e
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -487,15 +487,6 @@ pipeline {
}
}
}
stage ('ivysaur') {
steps {
script {
dir (CI_LOCATION) {
run_ci("pre-build", "pr_build_ivysaur.json")
}
}
}
}
stage ('daos') {
agent {
node {
Expand Down Expand Up @@ -706,13 +697,16 @@ pipeline {
}
}
}
stage('CI_fabtests_ivysaur') {
stage('CI_fabtests_tcp_io_uring') {
steps {
script {
dir (CI_LOCATION) {
run_ci("CI_fabtests_ivysaur_reg", "pr_fabtests_ivysaur_reg.json")
run_ci("CI_fabtests_ivysaur_dbg", "pr_fabtests_ivysaur_dbg.json")
run_ci("CI_fabtests_ivysaur_dl", "pr_fabtests_ivysaur_dl.json")
run_ci("CI_fabtests_tcp_io_uring_reg",
"pr_fabtests_tcp_io_uring_reg.json")
run_ci("CI_fabtests_tcp_io_uring_dbg",
"pr_fabtests_tcp_io_uring_dbg.json")
run_ci("CI_fabtests_tcp_io_uring_dl",
"pr_fabtests_tcp_io_uring_dl.json")
}
}
}
Expand Down

0 comments on commit 96eeb8e

Please sign in to comment.