Skip to content

Commit

Permalink
fix(longevity): restore contents of "longevity-mv-si-4days.jenkinsfile"
Browse files Browse the repository at this point in the history
Commit d722f0d ("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 <[email protected]>
  • Loading branch information
lersek committed Nov 7, 2024
1 parent 72a67ce commit bf78657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

)

0 comments on commit bf78657

Please sign in to comment.