-
Notifications
You must be signed in to change notification settings - Fork 162
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
[Backport 2.x] Fixing dynamic tenancy changes for issues 1412 (#1419) #1458
[Backport 2.x] Fixing dynamic tenancy changes for issues 1412 (#1419) #1458
Conversation
fb88245
to
e3a3112
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #1458 +/- ##
==========================================
- Coverage 65.51% 65.47% -0.05%
==========================================
Files 93 93
Lines 2294 2297 +3
Branches 312 308 -4
==========================================
+ Hits 1503 1504 +1
- Misses 723 725 +2
Partials 68 68
|
START_CMD: 'node ../scripts/opensearch_dashboards --dev --no-base-path --no-watch --opensearch_security.multitenancy.enable_aggregation_view=true' | ||
OPENSEARCH_SNAPSHOT_CMD: 'node ../scripts/opensearch snapshot' | ||
SPEC: 'cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js,' | ||
OPENSEARCH_VERSION: 3.0.0 |
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.
These versions need to match the version in package.json
.
SPEC: 'cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js,' | ||
OPENSEARCH_VERSION: 3.0.0 | ||
PLUGIN_NAME: opensearch-security | ||
PLUGIN_VERSION: 3.0.0.0 |
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.
This too.
@DarshitChanpura Please include the changes from this PR in the cypress workflow introduced in this PR. |
* Fixing dynamic tenancy changes for opensearchdasbhoard.yaml Signed-off-by: Abhi Kalra <[email protected]> Co-authored-by: Abhi Kalra <[email protected]> Co-authored-by: Stephen Crawford <[email protected]> (cherry picked from commit c4e6c37) Signed-off-by: Darshit Chanpura <[email protected]>
e3a3112
to
eb62c99
Compare
Done. |
Signed-off-by: Darshit Chanpura <[email protected]>
Why are the cypress tests failing to find |
echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV | ||
shell: bash | ||
|
||
- name: Checkout Branch |
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 think this needs to be before Set env
.
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.
That's what it is on main: https://github.com/opensearch-project/security-dashboards-plugin/blob/main/.github/workflows/cypress-test-tenancy-disabled.yml#L29-L38
@DarshitChanpura Can you update?
Signed-off-by: Darshit Chanpura <[email protected]>
Backports #1419
Check List
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.