This repository was archived by the owner on Sep 17, 2024. It is now read-only.
chore: run reaper daily at 1:30 am#2512
Merged
mdelapenya merged 1 commit intoelastic:mainfrom May 10, 2022
Merged
Conversation
v1v
approved these changes
May 10, 2022
Contributor
Contributor
Author
|
@v1v @amannocci I had to manually run the pipeline for the changes to be applied. Is there a way to persist the configuration in Jenkins, maybe at the JJBB level? |
Member
First build will apply the changes, you can apply them also in the JJBB if needed. For instance, the daily-pipeline contains the timer trigger configuration also in the jjbb -> e2e-testing/.ci/jobs/e2e-testing-schedule-daily.yml Lines 25 to 26 in de14615 |
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
May 11, 2022
* main: bump stack version 8.3.0-53513548 (elastic#2513) chore: run reaper daily at 1:30 am (elastic#2512)
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
May 22, 2022
* main: bump stack version 8.3.0-8ee1196f (elastic#2519) ci: daily pipeline to use main branch (elastic#2516) bump stack version 8.3.0-53513548 (elastic#2513) chore: run reaper daily at 1:30 am (elastic#2512) avoid aliases if no major.minor format (elastic#2501) bump stack version 8.3.0-d380914f (elastic#2505) chore: refactor cucumber tags (elastic#2496) chore: skip system-integration scenarios for Beats (elastic#2482) bump stack version 8.3.0-5c1ff35f (elastic#2494) chore: reduce AWS instances size (elastic#2477) chore: wait for the stack while provisioning (elastic#2486) bump stack version 8.3.0-6ba9f710 (elastic#2484)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
It runs the AWS reaper daily, at 1:30 am, right before the nightly schedules.
Why is it important?
We want to reduce the cloud costs, removing the AWS instances once a day instead of once a week.
Checklist
make unit-test), and they are passing locallymake noticein the proper directory)Related issues