summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/instructions/call_cmake.yaml4
-rw-r--r--coin/instructions/call_host_cmake.yaml4
-rw-r--r--coin/instructions/call_target_cmake.yaml4
-rw-r--r--coin/instructions/cmake_build_and_upload_test_artifacts.yaml2
-rw-r--r--coin/instructions/cmake_cross_compilation_module_build_instructions.yaml4
-rw-r--r--coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml8
-rw-r--r--coin/instructions/cmake_module_build_instructions.yaml2
-rw-r--r--coin/instructions/cmake_qtbase_build_instructions.yaml4
8 files changed, 16 insertions, 16 deletions
diff --git a/coin/instructions/call_cmake.yaml b/coin/instructions/call_cmake.yaml
index 421a7c2ed1..bbebd6af33 100644
--- a/coin/instructions/call_cmake.yaml
+++ b/coin/instructions/call_cmake.yaml
@@ -6,7 +6,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
enable_if:
condition: property
property: host.os
@@ -17,7 +17,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
disable_if:
condition: property
property: host.os
diff --git a/coin/instructions/call_host_cmake.yaml b/coin/instructions/call_host_cmake.yaml
index 0dfcec5c75..f2056966b0 100644
--- a/coin/instructions/call_host_cmake.yaml
+++ b/coin/instructions/call_host_cmake.yaml
@@ -6,7 +6,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
enable_if:
condition: property
property: host.os
@@ -17,7 +17,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
disable_if:
condition: property
property: host.os
diff --git a/coin/instructions/call_target_cmake.yaml b/coin/instructions/call_target_cmake.yaml
index 2c0102511f..41ed435efb 100644
--- a/coin/instructions/call_target_cmake.yaml
+++ b/coin/instructions/call_target_cmake.yaml
@@ -6,7 +6,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
enable_if:
condition: property
property: host.os
@@ -17,7 +17,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
disable_if:
condition: property
property: host.os
diff --git a/coin/instructions/cmake_build_and_upload_test_artifacts.yaml b/coin/instructions/cmake_build_and_upload_test_artifacts.yaml
index 59a2f09f0d..c818d60373 100644
--- a/coin/instructions/cmake_build_and_upload_test_artifacts.yaml
+++ b/coin/instructions/cmake_build_and_upload_test_artifacts.yaml
@@ -17,7 +17,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ Failed to build sources. In the current state bug can be everywhere.
- type: UploadTestArtifact
transferType: UploadModuleTestsArtifact
archiveDirectory: "{{.BuildDir}}"
diff --git a/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml b/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml
index a816f6aa7d..c852737494 100644
--- a/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml
+++ b/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml
@@ -23,7 +23,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ Failed to build sources. In the current state bug can be everywhere.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --install ."
maxTimeInSeconds: 6000
@@ -55,7 +55,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ Failed to build sources. In the current state bug can be everywhere.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --install ."
maxTimeInSeconds: 6000
diff --git a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
index aa024d8c30..c4dda05c8b 100644
--- a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
+++ b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
@@ -20,13 +20,13 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ Failed to build sources. In the current state bug can be everywhere.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --install ."
maxTimeInSeconds: 6000
@@ -55,13 +55,13 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ Failed to build sources. In the current state bug can be everywhere.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --install ."
maxTimeInSeconds: 6000
diff --git a/coin/instructions/cmake_module_build_instructions.yaml b/coin/instructions/cmake_module_build_instructions.yaml
index 8a9798a148..7d8172cd53 100644
--- a/coin/instructions/cmake_module_build_instructions.yaml
+++ b/coin/instructions/cmake_module_build_instructions.yaml
@@ -15,7 +15,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ Failed to build sources. In the current state bug can be everywhere.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --install ."
maxTimeInSeconds: 6000
diff --git a/coin/instructions/cmake_qtbase_build_instructions.yaml b/coin/instructions/cmake_qtbase_build_instructions.yaml
index 5e6e6e9a5c..a8ab72d336 100644
--- a/coin/instructions/cmake_qtbase_build_instructions.yaml
+++ b/coin/instructions/cmake_qtbase_build_instructions.yaml
@@ -12,13 +12,13 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to call cmake. Contact Liang then.
+ Failed to call cmake.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --build . --parallel"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere. Contact Liang first.
+ Failed to build sources. In the current state bug can be everywhere.
- type: ExecuteCommand
command: "{{.Env.ENV_PREFIX}} cmake --install ."
maxTimeInSeconds: 6000