From bf78657bd18ee36edf9fe7e1f482a56191cdd0c6 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 7 Nov 2024 20:04:08 +0100 Subject: [PATCH] fix(longevity): restore contents of "longevity-mv-si-4days.jenkinsfile" Commit d722f0d38a6d ("test(tier1): Use streaming for longevity-mv-si-4days.jenkinsfile test", 2024-09-11) intended to do four things: (1) create an *unmodified* copy of "tier1/longevity-mv-si-4days.jenkinsfile" as "longevity/longevity-mv-si-4days.jenkinsfile"; (2) create a *modified* copy of the same "tier1/longevity-mv-si-4days.jenkinsfile" as "tier1/longevity-mv-si-4days-streaming.jenkinsfile", with the modification being the addition of "configurations/disable_rbno.yaml" to the test config; (3) redirect triggers from the original "tier1/longevity-mv-si-4days.jenkinsfile" to the modified copy created in (2); (4) remove the original "tier1/longevity-mv-si-4days.jenkinsfile". Step (1) was implemented incorrectly. The file created in step (1) is not an *unmodified* copy; today it is identical to the *modified* copy from step (2). Restore the actual original contents in "longevity/longevity-mv-si-4days.jenkinsfile". Signed-off-by: Laszlo Ersek --- .../oss/longevity/longevity-mv-si-4days.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-pipelines/oss/longevity/longevity-mv-si-4days.jenkinsfile b/jenkins-pipelines/oss/longevity/longevity-mv-si-4days.jenkinsfile index ab057a4854..e9b861184c 100644 --- a/jenkins-pipelines/oss/longevity/longevity-mv-si-4days.jenkinsfile +++ b/jenkins-pipelines/oss/longevity/longevity-mv-si-4days.jenkinsfile @@ -7,6 +7,6 @@ longevityPipeline( backend: 'aws', region: 'eu-west-1', test_name: 'longevity_test.LongevityTest.test_custom_time', - test_config: '''["test-cases/longevity/longevity-mv-si-4days.yaml", "configurations/disable_rbno.yaml"]''' + test_config: 'test-cases/longevity/longevity-mv-si-4days.yaml' )