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

Fix build log parsing for GH issue creation #279

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

gaiksaya
Copy link
Member

Description

See the log failure https://build.ci.opensearch.org/view/Build/job/distribution-build-opensearch/8265/console
Due to continue-on-error the logs are getting overridden between gradle and python logs.
This PR fixes the regex to parse the log based on Error building and not component.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #279 (ae24d1a) into main (f184ed3) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #279   +/-   ##
=========================================
  Coverage     86.63%   86.63%           
  Complexity       27       27           
=========================================
  Files            77       77           
  Lines           202      202           
  Branches         11       11           
=========================================
  Hits            175      175           
  Misses           19       19           
  Partials          8        8           
Files Changed Coverage Δ
...ins/jobs/CreateBuildFailureGithubIssue_Jenkinsfile 100.00% <ø> (ø)

@gaiksaya gaiksaya merged commit 5a9c3ca into opensearch-project:main Aug 18, 2023
@gaiksaya gaiksaya deleted the fix_regex branch August 18, 2023 19:42
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 18, 2023
Signed-off-by: Sayali Gaikawad <[email protected]>
(cherry picked from commit 5a9c3ca)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants