Skip to content

Commit

Permalink
contrib/intel/jenkins: Separate tcp and tcp;ofi_rxm testing
Browse files Browse the repository at this point in the history
Separate tcp and tcp;ofi_rxm testing so that both providers
are covered. Previously tcp was testing everything and
picking up rxm as needed. Instead it is better practice to
separate them and just test both usecases entirely. Update
both tcp ubertest lists to correctly run only supported tests.

Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin authored and j-xiong committed Nov 16, 2024
1 parent e3d36d4 commit deead6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,19 @@ pipeline {
}
}
}
stage('CI_fabtests_tcp-rxm') {
steps {
script {
dir (CI_LOCATION) {
run_ci("CI_fabtests_tcp-rxm_reg",
"pr_fabtests_tcp-rxm_reg.json")
run_ci("CI_fabtests_tcp-rxm_dbg",
"pr_fabtests_tcp-rxm_dbg.json")
run_ci("CI_fabtests_tcp-rxm_dl", "pr_fabtests_tcp-rxm_dl.json")
}
}
}
}
stage('CI_fabtests_sockets') {
steps {
script {
Expand Down

0 comments on commit deead6e

Please sign in to comment.