-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Remove st2mistral packaging and builds #656
Conversation
Draft still - as need to do some manual testing, but wanted circleci feedback. |
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.
Thanks!
Similar to #654, would be easier to split such a big change into 2 separated PRs:
- remove mistral from the scripted installer, CircleCI, Readme update, see Remove EL6 from the scripted installer, stop CircleCI builds #654
- deeper-level packaging/makefile/etc changes (this PR)
It's easier to start with 1 first. This will be more convenient to review, track and switch-context.
Thanks for splitting those PRs! |
RUNNERS := $(shell ls -I mistral* ../contrib/runners) | ||
else ifeq ($(EL_VERSION),8) | ||
# Don't include Mistral runner | ||
# TODO: Go back to all runners when mistral removed from st2 |
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.
As I understand we'll need another PR in st2-packages, once the mistral removal happens in the st2 repository.
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.
Yes - it's a bit chicken and egg. It will still work when we take out mistral from contrib/runners in ST2 - but we should tidy up afterwards.
But this code can be used before and after the ST2 changes.
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.
Great work 👍
Thanks a lot!
Removal of postgres and mistral from packages, docker and vagrant
Scripted-installer changes are not included.
Addresses st2-packages of StackStorm/st2#4762
Closes #121, closes #487, closes #474, closes #455, closes #421