-
Notifications
You must be signed in to change notification settings - Fork 694
ci: run operate importer tests on PR #32570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d847d13
to
90232e8
Compare
90232e8
to
89edeb9
Compare
@cmur2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple naming nitpicks. I want to keep the naming similar to what other tests have so that the Legacy tests are organized when the tests run on a PR
@@ -1,11 +1,19 @@ | |||
name: Operate Run Test Importer | |||
name: "[Operate Legacy Importer] Run Test Importer" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor naming nitpick, but could you change this to [Legacy] Operate / [IT] Import
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I'll change both. Feedback like this is mostly why I tagged you here 👍
@@ -1,11 +1,16 @@ | |||
name: Operate Run Test Migrate Elasticsearch Data | |||
name: "[Operate Legacy Importer] Run Test Migrate Elasticsearch Data" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another nitpick
[Legacy] Operate / Migrate Elasticsearch Data
89edeb9
to
adb21e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@cmur2 does everything look good from your perspective now as well? |
LGTM 👍🏼 |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-32570-to-main
git worktree add --checkout .worktree/backport-32570-to-main backport-32570-to-main
cd .worktree/backport-32570-to-main
git reset --hard HEAD^
git cherry-pick -x adb21e4a08b4512d747f57f792ce65df1ca29d3e
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-32570-to-stable/operate-8.5
git worktree add --checkout .worktree/backport-32570-to-stable/operate-8.5 backport-32570-to-stable/operate-8.5
cd .worktree/backport-32570-to-stable/operate-8.5
git reset --hard HEAD^
git cherry-pick -x adb21e4a08b4512d747f57f792ce65df1ca29d3e
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-32570-to-stable/8.6
git worktree add --checkout .worktree/backport-32570-to-stable/8.6 backport-32570-to-stable/8.6
cd .worktree/backport-32570-to-stable/8.6
git reset --hard HEAD^
git cherry-pick -x adb21e4a08b4512d747f57f792ce65df1ca29d3e
git push --force-with-lease |
Description
Made old operate tests run for changes in the operate project and set timeout for the job to 90mins.
I will (back)port this to main, 8.6 and operate-8.5 (and see if I need to fix any tests there).
I'm not super familiar with github actions, so please let me know if there is anything that does not make sense.
Checklist
Related issues
relates to #24392