Skip to content

Commit

Permalink
Run 5.2 related jobs twice a day
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 12, 2017
1 parent 2f32b25 commit ed51416
Showing 1 changed file with 55 additions and 4 deletions.
59 changes: 55 additions & 4 deletions jobs/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
- project:
name: Plone 5.x
plone-version:
- '5.2'
# - '5.2'
- '5.1'
- '5.0'
jobs:
Expand All @@ -105,6 +105,13 @@
- 'plone-{plone-version}-python-2.7-at'
- 'plone-{plone-version}-js'

- project:
name: Plone 5.2
jobs:
- 'plone-5.2-python-2.7'
- 'plone-5.2-python-2.7-at'
- 'plone-5.2-python-2.7-robot'

- project:
name: Plone 4.3
python-version:
Expand Down Expand Up @@ -312,7 +319,7 @@
<<: *plone-xvfb


- job-template:
- job-template: &plone-core-job
# Plone 5.x core tests job definition.
name: plone-{plone-version}-python-2.7
display-name: 'Plone {plone-version} - Python 2.7'
Expand All @@ -337,6 +344,21 @@
<<: *plone


- job:
name: plone-5.2-python-2.7
display-name: 'Plone 5.2 - Python 2.7'

scm:
- buildout-coredev:
branch: '5.2'

triggers:
- github
- timed: 'H H/12 * * *'

<<: *plone-core-job


- job:
name: plone-5.0-build-docker
display-name: 'Plone 5.0 - Docker Image'
Expand All @@ -348,7 +370,7 @@
wrappers:
- custom-timeout

- job-template:
- job-template: &plone-core-job-robot
# Plone 5.x robot tests job definition.
name: plone-{plone-version}-python-2.7-robot
display-name: 'Plone {plone-version} - Python 2.7 - Robot Framework Tests'
Expand Down Expand Up @@ -396,7 +418,22 @@
<<: *plone


- job-template:
- job:
name: plone-5.2-python-2.7-robot
display-name: 'Plone 5.2 - Python 2.7 - Robot Framework Tests'

scm:
- buildout-coredev:
branch: '5.2'

triggers:
- github
- timed: 'H H/12 * * *'

<<: *plone-core-job-robot


- job-template: &plone-core-job-at
# Plone 5.x Archetypes tests job definition.
name: plone-{plone-version}-python-2.7-at
display-name: 'Plone {plone-version} - Python 2.7 - Archetypes'
Expand Down Expand Up @@ -431,6 +468,20 @@
<<: *plone


- job:
name: plone-5.2-python-2.7-at
display-name: 'Plone 5.2 - Python 2.7 - Archetypes'

scm:
- buildout-coredev:
branch: '5.2'

triggers:
- github
- timed: 'H H/12 * * *'

<<: *plone-core-job-at


- job-template:
# Plone 5.x JavaScript mockup unittests.
Expand Down

0 comments on commit ed51416

Please sign in to comment.