-
Notifications
You must be signed in to change notification settings - Fork 61
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
Fix e2e #116
Fix e2e #116
Conversation
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
OPENSEARCH_DOCKER_IMAGE: opensearchstaging/opensearch | ||
DASHBOARDS_DOCKER_IMAGE: opensearchstaging/opensearch-dashboards | ||
DOCKER_TAG: 1.1.0 | ||
OPENSEARCH_VERSION: '1.2.0-SNAPSHOT' | ||
jobs: | ||
test-with-security: | ||
name: Run e2e tests with security |
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.
the regression here is now we're only testing with no security (this can be renamed). Part of the reason for using the docker images was that security was included. Is there a way to pull security dependencies from maven?
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.
Looking into it
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.
Approving to unblock. We can fix security-enabled tests in CI after if necessary.
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
* no security enabled Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
Signed-off-by: Amit Galitzky amgalitz@amazon.com
Description
Fixed E2E workflow so it doesn't break everytime since it used to run based of a docker image which we don't use anymore. Instead of using docker I run Opensearch with AD plugin using the 1.2.0 Snapshot. Currently I didn't distinguish two different versions like we used to have with and without security.
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.