Skip to content

Commit

Permalink
REVERT LATER: disable HIP for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Nov 30, 2023
1 parent 49af6fd commit 3ac6237
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,6 @@ pipeline {
stages {
stage('Build') {
parallel {
stage('rocm-ndebug-orange') {
agent {
docker {
image 'celeritas/ci-centos7-rocm5:2022-12-14.2'
label 'AMD_Radeon_Instinct_MI100 && rocm-docker'
args '--device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined'
}
}
steps {
sh 'entrypoint-shell ./scripts/ci/run-ci.sh centos-rocm ndebug-orange'
}
post {
always {
xunit reduceLog: false, tools:[CTest(deleteOutputFiles: true, failIfNotNew: true, pattern: 'build/Testing/**/*.xml', skipNoTestFiles: false, stopProcessingIfError: true)]
}
}
}
stage('rocm-ndebug-orange-float') {
agent {
docker {
image 'celeritas/ci-centos7-rocm5:2022-12-14.2'
label 'AMD_Radeon_Instinct_MI100 && rocm-docker'
args '--device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined'
}
}
steps {
sh 'entrypoint-shell ./scripts/ci/run-ci.sh centos-rocm ndebug-orange-float'
}
post {
always {
xunit reduceLog: false, tools:[CTest(deleteOutputFiles: true, failIfNotNew: true, pattern: 'build/Testing/**/*.xml', skipNoTestFiles: false, stopProcessingIfError: true)]
}
}
}
stage('cuda-debug-orange') {
agent {
docker {
Expand Down

0 comments on commit 3ac6237

Please sign in to comment.