Skip to content

Commit

Permalink
Publish Functest Jerma jobs
Browse files Browse the repository at this point in the history
Change-Id: Ie3970ea3e5b64130d73985a31ed16505e191c0f2
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Oct 7, 2019
1 parent 44944b4 commit b89957c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jjb/functest/functest-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- master:
branch: '{stream}'
disabled: false
- jerma:
branch: 'stable/{stream}'
disabled: false
- iruya:
branch: 'stable/{stream}'
disabled: false
Expand All @@ -37,6 +40,8 @@
exclude:
- stream: 'master'
image: 'tempest'
- stream: 'jerma'
image: 'tempest'

# settings for jobs run in multijob phases
build-job-settings: &build-job-settings
Expand Down
4 changes: 4 additions & 0 deletions jjb/functest/functest-project-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
branch: '{stream}'
gs-pathname: ''
disabled: false
- jerma:
branch: 'stable/{stream}'
gs-pathname: ''
disabled: false
- iruya:
branch: 'stable/{stream}'
gs-pathname: ''
Expand Down
6 changes: 6 additions & 0 deletions jjb/functest/functest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- latest:
branch: master
slave: lf-virtual9
- jerma:
branch: stable/jerma
slave: lf-virtual4
- iruya:
branch: stable/iruya
slave: lf-virtual4
Expand Down Expand Up @@ -275,6 +278,8 @@
exclude:
- tag: latest
test: refstack_defcore
- tag: jerma
test: refstack_defcore
- tag: iruya
test: refstack_defcore
- tag: iruya
Expand Down Expand Up @@ -509,6 +514,7 @@
- 'functest-{repo}-{container}-{tag}-check'
exclude:
- tag: latest
- tag: jerma

- project:
name: functest-opnfv-functest-healthcheck-{tag}-build
Expand Down

0 comments on commit b89957c

Please sign in to comment.