Skip to content

Commit 9c441ac

Browse files
Rename test-integration-packages to test-system-singlesite
The job is the singlesite counterpart of test-system-multisite: it fans out to builders/test-system-singlesite-single per distro and collects the reports. test-system-singlesite-fips already uses this script, just as test-system-multisite-fips uses test-system-multisite.groovy. The "packages" in the old name meant "runs against the built distro packages", which is equally true for test-system-multisite and test-system-update, so it carries no information and is dropped. Needs checkmk_ci "Rename test-integration-packages to test-system-singlesite". CMK-36565 Change-Id: I325d0ce70bbc0c2f6c0d5eb489bb8ee7b8b86484
1 parent b8cb13d commit 9c441ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

buildscripts/scripts/test-integration-packages.groovy renamed to buildscripts/scripts/test-system-singlesite.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

3-
/// file: test-integration-packages.groovy
3+
/// file: test-system-singlesite.groovy
44

55
/// Run integration tests for checkmk OS packages
66

@@ -47,7 +47,7 @@ def main() {
4747

4848
currentBuild.description += (
4949
"""
50-
|Run integration tests for packages<br>
50+
|Run singlesite system tests for<br>
5151
|VERSION: ${VERSION}<br>
5252
|EDITION: ${EDITION}<br>
5353
|selected_distros: ${selected_distros}<br>

buildscripts/scripts/trigger-cmk-build-chain.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def main() {
140140
raiseOnError: false,) {
141141
smart_build(
142142
use_upstream_build: true,
143-
relative_job_name: "${edition_base_folder}/test-integration-packages",
143+
relative_job_name: "${edition_base_folder}/test-system-singlesite",
144144
build_params: job_parameters,
145145
build_params_no_check: job_parameters_no_check,
146146
download: false,

0 commit comments

Comments
 (0)