diff options
Diffstat (limited to 'tests/fixtures/layout-live-reconfiguration-functions.yaml')
-rw-r--r-- | tests/fixtures/layout-live-reconfiguration-functions.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/fixtures/layout-live-reconfiguration-functions.yaml b/tests/fixtures/layout-live-reconfiguration-functions.yaml new file mode 100644 index 000000000..f477a1250 --- /dev/null +++ b/tests/fixtures/layout-live-reconfiguration-functions.yaml @@ -0,0 +1,34 @@ +includes: + - python-file: custom_functions_live_reconfiguration_functions.py + +pipelines: + - name: gate + manager: DependentPipelineManager + failure-message: Build failed. For information on how to proceed, see http://wiki.example.org/Test_Failures + trigger: + gerrit: + - event: comment-added + approval: + - approved: 1 + success: + verified: 2 + submit: true + failure: + verified: -2 + start: + verified: 0 + precedence: high + +jobs: + - name: ^.*-merge$ + failure-message: Unable to merge change + hold-following-changes: true + - name: node-project-test1 + parameter-function: select_debian_node + +projects: + - name: org/node-project + gate: + - node-project-merge: + - node-project-test1 + - node-project-test2 |