diff options
Diffstat (limited to 'jjb/functest/xtesting.yaml')
-rw-r--r-- | jjb/functest/xtesting.yaml | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index a80892cce..1239ad0be 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -17,6 +17,12 @@ branch: master slave: lf-virtual1 dependency: 3.13 + - wallaby: + from: + buildargs: + branch: stable/wallaby + slave: lf-virtual1 + dependency: 3.13 - leguer: from: buildargs: @@ -35,18 +41,6 @@ branch: stable/jerma slave: lf-virtual1 dependency: 3.10 - - iruya: - from: - buildargs: - branch: stable/iruya - slave: lf-virtual1 - dependency: 3.9 - - hunter: - from: - buildargs: - branch: stable/hunter - slave: lf-virtual1 - dependency: 3.9 - xtesting-jobs: &xtesting-jobs name: 'xtesting-jobs' @@ -203,8 +197,6 @@ - {'tag': 'leguer', 'test': 'eighth'} - {'tag': 'kali', 'test': 'eighth'} - {'tag': 'jerma', 'test': 'eighth'} - - {'tag': 'iruya', 'test': 'eighth'} - - {'tag': 'hunter', 'test': 'eighth'} jobs: - 'xtesting-{repo}-{container}-{tag}-{test}-run' |