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

Add addition Whitesource offline scan on 1.3 branch #2032

Merged
merged 2 commits into from
Apr 25, 2022

Conversation

zelinh
Copy link
Member

@zelinh zelinh commented Apr 22, 2022

Description

Add addition Whitesource offline scan on 1.3 branch along with the main branch as we will be still supporting on the 1.3 branch after we moved to 2.0.

Issues Resolved

#2027

Check List

  • 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.

zelinh added 2 commits April 22, 2022 14:23
Signed-off-by: Zelin Hao <[email protected]>
Signed-off-by: Zelin Hao <[email protected]>
@zelinh zelinh requested a review from a team as a code owner April 22, 2022 22:16
@zelinh zelinh self-assigned this Apr 22, 2022
@zelinh zelinh requested a review from bbarani April 22, 2022 22:16
@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2022

Codecov Report

Merging #2032 (0b649e3) into main (b9f83df) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2032   +/-   ##
=========================================
  Coverage     94.23%   94.23%           
  Complexity       25       25           
=========================================
  Files           198      198           
  Lines          3902     3902           
  Branches         29       29           
=========================================
  Hits           3677     3677           
  Misses          219      219           
  Partials          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9f83df...0b649e3. Read the comment docs.

@@ -1,7 +1,7 @@
pipeline {
agent none
options {
timeout(time: 5, unit: 'HOURS')
timeout(time: 7, unit: 'HOURS')
Copy link
Member

Choose a reason for hiding this comment

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

just curious why this is changed

Copy link
Member Author

Choose a reason for hiding this comment

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

@tianleh We used to run scan on main branches and this PR is to add 1.3 branch along with main branch. I assume the time should be doubled. I changed it to 7 hours so far and will need to increase it if it's not enough.

@zelinh zelinh merged commit b439dcb into opensearch-project:main Apr 25, 2022
@zelinh zelinh deleted the whitesource-scan-1.x branch April 25, 2022 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants