Skip to content

Commit cbb7308

Browse files
post test updates, conventions
2 parents baaeac0 + e01a49b commit cbb7308

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docker/.cico.pipeline

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def c7arches = ["ppc64le", "x86_64", "aarch64"]
1+
def c7arches = ["x86_64"]
22

33

44
def onmyduffynode(script){
@@ -97,15 +97,15 @@ node('sig-cloudinstance'){
9797
}
9898
}
9999

100-
catch (e){
101-
currentBuild.result = "FAILURE"
102-
throw e
103-
}
104-
finally{
105-
stage("Cleanup") {
106-
/*sh 'cico node done ${DUFFY_SSID}'*/
100+
catch (e){
101+
currentBuild.result = "FAILURE"
102+
throw e
103+
}
104+
finally{
105+
stage("Cleanup"){
106+
sh 'cico node done ${DUFFY_SSID}'
107+
}
107108
}
108-
}
109109
}
110110
}
111111
}

0 commit comments

Comments
 (0)