-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Build] Add test admin when starting gradle run with trial license #30671
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
[Build] Add test admin when starting gradle run with trial license #30671
Conversation
|
Pinging @elastic/es-core-infra |
47720bd to
6dd3d85
Compare
also add more documentation around gradle run task.
6dd3d85 to
2b8cd7b
Compare
rjernst
left a comment
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.
LGTM
TESTING.asciidoc
Outdated
| ==== License type | ||
|
|
||
| By default a node is started with the `basic` license type. | ||
| In order to start with a different license type use the `-Drun.distribution` argument. |
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.
-Drun.distribution -> -Dlicense_type
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.
Maybe we should also change this to run.license_type?
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.
oops. Silly copy paste error. I will rename it to run.license_type.
TESTING.asciidoc
Outdated
| By default a node is started with the `basic` license type. | ||
| In order to start with a different license type use the `-Drun.distribution` argument. | ||
|
|
||
| In order to start a node with a trail license execute the following command: |
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.
typo: trail -> trial
also add more documentation around gradle run task. (#30671)
also add more documentation around gradle run task. (elastic#30671)
and also add more documentation around gradle run task.