Skip to content

Commit

Permalink
Merge pull request CentOS-PaaS-SIG#438 from herlo/beaker_fixes
Browse files Browse the repository at this point in the history
Minor Beaker fixes
  • Loading branch information
herlo committed Dec 22, 2017
2 parents 28bd4b1 + 2a996c3 commit 9ac4d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/workspace/PinFile.jenkins.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jenkins-slave:
topology: jenkins-slave.yml
topology: jenkins-slave.j2
layout: jenkins-slave.yml
{% if hooks %}
hooks:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/workspace/topologies/jenkins-slave.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource_groups:
resource_group_type: beaker
resource_definitions:
- role: bkr_server
job_group: multiarch-qe
job_group: "{{ job_group }}"
whiteboard: "{{ arch }} slave for multiarch testing"
recipesets:
- distro: RHEL-7.4
Expand Down
2 changes: 1 addition & 1 deletion linchpin/provision/beaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- role: 'inventory_gen'
when:
- state == 'present'
- layout_file is defined or layout is defined
- layout_data is defined
2 changes: 1 addition & 1 deletion linchpin/provision/roles/beaker/files/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"allowed": ["bkr_server"]
},
"whiteboard": { "type": "string", "required": true },
"job_group": { "type": "string", "required": true },
"job_group": { "type": "string", "required": false },
"recipesets": {
"type": "list",
"schema": {
Expand Down

0 comments on commit 9ac4d29

Please sign in to comment.