Improving tests
This commit is contained in:
parent
941c54486c
commit
9d43a0b79f
|
|
@ -51,7 +51,6 @@ pipeline {
|
|||
stage("${LIBRARY}") {
|
||||
parallel params.R7RS_SCHEMES.collectEntries().each { SCHEME ->
|
||||
[(SCHEME): {
|
||||
lock {
|
||||
def IMG="${SCHEME}:head"
|
||||
if("${SCHEME}" == "chicken") {
|
||||
IMG="${SCHEME}:5"
|
||||
|
|
@ -61,7 +60,6 @@ pipeline {
|
|||
sh "timeout 600 make SCHEME=${SCHEME} LIBRARY=${LIBRARY} test-r7rs-docker"
|
||||
}
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue