mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
Build and archive deb packages. (#590)
* build and archive deb packages
* fix syntax
* run QA to test building packages
* apply cron to develop branch again
[ROCm/composable_kernel commit: 584d233cfe]
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -471,6 +471,12 @@ def Build_CK(Map conf=[:]){
|
||||
//we only need the ckProfiler to run the performance tests, so we pack and stash it
|
||||
sh 'tar -zcvf ckProfiler.tar.gz bin/ckProfiler'
|
||||
stash "ckProfiler.tar.gz"
|
||||
if (params.RUN_FULL_QA){
|
||||
// build deb packages
|
||||
sh 'make -j package'
|
||||
archiveArtifacts artifacts: 'composablekernel-ckprofiler_*.deb'
|
||||
archiveArtifacts artifacts: 'composablekernel-tests_*.deb'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user