Skip to content

Commit

Permalink
Turn on autotest build for INTEGRITY on CI
Browse files Browse the repository at this point in the history
- add INTEGRITY tests to CI for qtbase

Pick-to: 6.2
Change-Id: I7c7b0cb2639a086c1d53bea2d2e682d4c0fb2581
Reviewed-by: Toni Saario <[email protected]>
  • Loading branch information
qt-tatiana committed Dec 1, 2021
1 parent 9538c7c commit 0de5fca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ instructions:
- type: ExecuteCommand
command: "{{.Env.TESTS_ENV_PREFIX}} cmake --build . --parallel -v"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
maxTimeBetweenOutput: 4800
userMessageOnFailure: >
Failed to build sources. In the current state bug can be everywhere.
- type: UploadTestArtifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ instructions:
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel -v"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
maxTimeBetweenOutput: 4800
userMessageOnFailure: >
Failed to build sources. In the current state bug can be everywhere.
- type: EnvironmentVariable
Expand Down Expand Up @@ -72,7 +72,7 @@ instructions:
- type: ExecuteCommand
command: "{{.Env.TARGET_ENV_PREFIX}} cmake --build . --parallel -v"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
maxTimeBetweenOutput: 4800
userMessageOnFailure: >
Failed to build sources. In the current state bug can be everywhere.
- type: EnvironmentVariable
Expand Down
2 changes: 1 addition & 1 deletion coin/instructions/coin_module_build_template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ instructions:
enable_if:
condition: property
property: target.osVersion
in_values: [Android_ANY, QEMU]
in_values: [Android_ANY, QEMU, INTEGRITY]
enable_if:
condition: or
conditions:
Expand Down
2 changes: 1 addition & 1 deletion coin/instructions/coin_qtbase_build_template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ instructions:
enable_if:
condition: property
property: target.osVersion
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710]
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, INTEGRITY]
enable_if:
condition: or
conditions:
Expand Down

0 comments on commit 0de5fca

Please sign in to comment.