From 8721ded4c3d33de5afcbc9042a8b632a992c0fa2 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 25 Oct 2024 11:07:00 +0300 Subject: [PATCH] Remove tests to test implementations git head too --- config/jenkins.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/config/jenkins.yml b/config/jenkins.yml index bbe694f..1412f24 100644 --- a/config/jenkins.yml +++ b/config/jenkins.yml @@ -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'