Remove tests to test implementations git head too

This commit is contained in:
retropikzel 2024-10-25 11:07:00 +03:00
parent afb61e472f
commit 8721ded4c3
1 changed files with 0 additions and 17 deletions

View File

@ -125,23 +125,6 @@ jobs:
}
}
}
- script: >
multibranchPipelineJob('r7rs/r7rs-srfi-head') {
displayName: 'R7RS-SRFI-head'
description: "Test implementations git head"
jenkinsfile: Jenkinsfile-head
branchSources {
git {
id('github')
remote('https://github.com/srfi-explorations/r7rs-srfi.git')
}
}
orphanedItemStrategy {
discardOldItems {
numToKeep(10)
}
}
}
- script: >
multibranchPipelineJob('r7rs/r7rs-tests') {
displayName: 'r7rs-tests'