-
Notifications
You must be signed in to change notification settings - Fork 918
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
[Enhancement] Update ci workflow so Dashboards will actually test SNAPSHOT and QUALIFIER #1486
Comments
Isn't the problem that package.json needs to have the snapshot and qualifier information? @kavilla |
Is this still 2.0? |
I dont think it is 2.0 required but would be nice to get it 😄 |
[Triage] Hey @opensearch-project/opensearch-dashboards-core, can someone look into this to support qualifier and snapshot via yarn? |
Hello! So the ask here is to have other keys? I do believe when the package.json is build with snapshot or qualifer the |
That means you need to 1st build it with the snapshot/qualifier, which is not how the manifest workflow is trying to achieve. |
Hi,
As of now we skip the checks for snapshots and qualifier in ci workflow for dashboards due to it is checking package.json.
These information are not in package.json thus cannot check.
https://github.com/opensearch-project/opensearch-build/blob/main/src/ci_workflow/ci_check_npm_package_version.py#L16-L18
We need a method similar to
gradle properties
foryarn
or some other ways to properly extract these values for ci checks.Thanks.
The text was updated successfully, but these errors were encountered: