Skip to content
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

[Bug]: Report workflow loads the component yaml with wrong URL for dashboards. #3925

Closed
zelinh opened this issue Aug 24, 2023 · 1 comment · Fixed by #3928
Closed

[Bug]: Report workflow loads the component yaml with wrong URL for dashboards. #3925

zelinh opened this issue Aug 24, 2023 · 1 comment · Fixed by #3928
Assignees
Labels
bug Something isn't working

Comments

@zelinh
Copy link
Member

zelinh commented Aug 24, 2023

Describe the bug

Report workflow loads the component yaml with wrong URL for dashboards so none of the info was shown in the test-report manifest.

https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards/3746/console
Error context:

2023-08-24 03:50:06 INFO     ./test.sh integ-test manifests/2.10.0/opensearch-dashboards-2.10.0-test.yml --paths opensearch=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.10.0/8278/linux/arm64/tar opensearch-dashboards=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/2.10.0/6450/linux/arm64/tar --component alertingDashboards
2023-08-24 03:50:06 INFO     Configs for alertingDashboards on integ-test are ['with-security', 'without-security']
2023-08-24 03:50:06 INFO     Loading https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.10.0/8278/linux/arm64/tar/test-results/3746/integ-test/alertingDashboards/with-security/alertingDashboards.yml
2023-08-24 03:50:06 INFO     Component yml file for alertingDashboards for with-security is missing or the base path is incorrect.

The correct component yml URL should be https://ci.opensearch.org/ci/dbc/integ-test-opensearch-dashboards/2.10.0/6450/linux/arm64/tar/test-results/3746/integ-test/alertingDashboards/with-security/alertingDashboards.yml. However, the current workflow uses the build ID from the OpenSearch bundle instead of Dashboards.

To reproduce

Running https://build.ci.opensearch.org/job/integ-test-opensearch-dashboards and see the test-report manifest it creates.

Expected behavior

No response

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

No response

@zelinh
Copy link
Member Author

zelinh commented Aug 24, 2023

The fix PR in our build library repo is merged. We will be updating the integ test jenkinsfile in this build repo to accommodate this change.

@zelinh zelinh removed the untriaged Issues that have not yet been triaged label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant