opensearch-project / opensearch-build

🧰 OpenSearch / OpenSearch-Dashboards Build Systems
Apache License 2.0
137 stars 272 forks source link

[Bug]: Distribution build jobs lacks tests #4399

Open gaiksaya opened 8 months ago

gaiksaya commented 8 months ago

Describe the bug

The distrtibution build job for both OpenSearch and OpenSearch-Dashboards lack jenkins tests:

OSD: https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/opensearch-dashboards/distribution-build.jenkinsfile OS: https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/opensearch/distribution-build.jenkinsfile

To reproduce

No tests are present so nothing to reproduce.

Expected behavior

Should have extensive test as distribution jobs are the most important part of CI/CD and release cycle.

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

No response

Acceptance Criteria:

OS:https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/opensearch/distribution-build.jenkinsfile OSD:https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/opensearch-dashboards/distribution-build.jenkinsfile

rishabh6788 commented 8 months ago

This can taken up as part of job refactoring.