e3248a85d8
This will cause coin to test the newly integrated HEAD for the given modules. In case a failure occurs in the check a message in gerrit is sent to the commits which were integrated in the HEAD. Change-Id: I656316c7cceb126ccf570fd3db3f7fd2b22cc4fa Reviewed-by: Simo Fält <simo.falt@qt.io>
28 lines
500 B
YAML
28 lines
500 B
YAML
version: 2
|
|
accept_configuration:
|
|
condition: property
|
|
property: features
|
|
not_contains_value: Disable
|
|
|
|
downstream_check:
|
|
mode: build
|
|
modules:
|
|
../qtdeclarative:
|
|
ref: dev
|
|
configurations:
|
|
- rhel-8.4
|
|
|
|
machine_type:
|
|
Build:
|
|
cores: 8
|
|
Test:
|
|
cores: 4
|
|
|
|
instructions:
|
|
Build:
|
|
- !include "{{qt/qtbase}}/coin_qtbase_build_template_v2.yaml"
|
|
|
|
Test:
|
|
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
|
|
- !include "{{qt/qtbase}}/coin_qtbase_test_docs.yaml"
|