Skip to content

Fixes broken main build which was caused due to version mismatch#989

Merged
cliu123 merged 2 commits intoopensearch-project:mainfrom
DarshitChanpura:fix-broken-main-build
May 16, 2022
Merged

Fixes broken main build which was caused due to version mismatch#989
cliu123 merged 2 commits intoopensearch-project:mainfrom
DarshitChanpura:fix-broken-main-build

Conversation

@DarshitChanpura
Copy link
Member

@DarshitChanpura DarshitChanpura commented May 13, 2022

Description

Fixes broken main build

Issues Resolved

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --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.

@DarshitChanpura DarshitChanpura requested a review from a team May 13, 2022 20:21
@DarshitChanpura DarshitChanpura force-pushed the fix-broken-main-build branch from 66fedf8 to d0075b1 Compare May 13, 2022 20:25
@peternied peternied added the backport 2.0 backport to 2.0 branch label May 13, 2022
@peternied
Copy link
Member

This is a much better than the change I had pointed to the 2.0 branch

@codecov-commenter
Copy link

codecov-commenter commented May 16, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.14%. Comparing base (59247fb) to head (80f90d6).
⚠️ Report is 306 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #989   +/-   ##
=======================================
  Coverage   72.14%   72.14%           
=======================================
  Files          87       87           
  Lines        1906     1906           
  Branches      242      247    +5     
=======================================
  Hits         1375     1375           
  Misses        477      477           
  Partials       54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integration tests fail because these variables are not declared successfully. You can reference to here and declare the env variables in the same way to make them available.

@DarshitChanpura DarshitChanpura force-pushed the fix-broken-main-build branch from 786fb96 to f2aeaea Compare May 16, 2022 20:48
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This 2 variables need to be defined with echo... >> $GITHUB_ENV too to be available for reference.

@DarshitChanpura DarshitChanpura force-pushed the fix-broken-main-build branch 17 times, most recently from c5c89bf to 0ba1aad Compare May 16, 2022 22:15
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
@DarshitChanpura DarshitChanpura force-pushed the fix-broken-main-build branch 9 times, most recently from 3498dea to 4dddfa7 Compare May 16, 2022 22:54
cliu123
cliu123 previously approved these changes May 16, 2022
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
@cliu123 cliu123 merged commit 426ec61 into opensearch-project:main May 16, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request May 16, 2022
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
(cherry picked from commit 426ec61)
cliu123 pushed a commit to cliu123/security-dashboards-plugin that referenced this pull request May 17, 2022
…nsearch-project#989)

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
(cherry picked from commit 426ec61)
Signed-off-by: cliu123 <lc12251109@gmail.com>
peternied pushed a commit that referenced this pull request May 17, 2022
… (#995)

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
(cherry picked from commit 426ec61)
Signed-off-by: cliu123 <lc12251109@gmail.com>

Co-authored-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.0 backport to 2.0 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Builds are broken because integration tests are failing due to dashbaords version number switch

5 participants