@@ -476,7 +476,7 @@ def buildHipClangJob(Map conf=[:]){
476
476
def retimage
477
477
(retimage, image) = getDockerImage(conf)
478
478
479
- gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " Jenkins - ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
479
+ gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
480
480
withDockerContainer(image : image, args : dockerOpts + ' -v=/var/jenkins/:/var/jenkins' ) {
481
481
timeout(time : 20 , unit : ' HOURS' )
482
482
{
@@ -538,7 +538,7 @@ def Build_CK(Map conf=[:]){
538
538
def image
539
539
def retimage
540
540
541
- gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " Jenkins - ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
541
+ gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
542
542
try {
543
543
(retimage, image) = getDockerImage(conf)
544
544
withDockerContainer(image : image, args : dockerOpts) {
@@ -728,7 +728,7 @@ def process_results(Map conf=[:]){
728
728
def variant = env. STAGE_NAME
729
729
def retimage
730
730
731
- gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " Jenkins - ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
731
+ gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
732
732
try
733
733
{
734
734
echo " Pulling image: ${ image} "
@@ -836,7 +836,7 @@ def run_aiter_tests(Map conf=[:]){
836
836
dockerOpts = dockerOpts + " --group-add=${ video_id} --group-add=${ render_id} "
837
837
echo " Docker flags: ${ dockerOpts} "
838
838
839
- gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " Jenkins - ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
839
+ gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
840
840
try
841
841
{
842
842
echo " Pulling image: ${ image} "
@@ -894,7 +894,7 @@ def run_pytorch_tests(Map conf=[:]){
894
894
dockerOpts = dockerOpts + " --group-add=${ video_id} --group-add=${ render_id} "
895
895
echo " Docker flags: ${ dockerOpts} "
896
896
897
- gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " Jenkins - ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
897
+ gitStatusWrapper(credentialsId : " ${ env.ck_git_creds} " , gitHubContext : " ${ variant} " , account : ' ROCm' , repo : ' composable_kernel' ) {
898
898
try
899
899
{
900
900
echo " Pulling image: ${ image} "
0 commit comments