Skip to content

Use a gitlab template for analysis generated files check#1016

Merged
daniel-m-dd merged 3 commits into
developfrom
d.marin/ci-template
Aug 22, 2022
Merged

Use a gitlab template for analysis generated files check#1016
daniel-m-dd merged 3 commits into
developfrom
d.marin/ci-template

Conversation

@daniel-m-dd

@daniel-m-dd daniel-m-dd commented Aug 19, 2022

Copy link
Copy Markdown
Contributor

What does this PR do?

Use a defined gitlab template for all generated files status check

Successful run: https://gitlab.ddbuild.io/datadog/dd-sdk-android/builds/164093339

Motivation

What inspired you to submit this pull request?

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@daniel-m-dd
daniel-m-dd requested a review from a team as a code owner August 19, 2022 05:35
Comment thread .gitlab-ci.yml Outdated
script:
- GRADLE_OPTS="-Xmx2560m" ./gradlew checkApiSurfaceChangesAll --stacktrace --no-daemon
variables:
GRADLE_OPTS: "-Xmx2560m -Dorg.gradle.daemon=false -Porg.gradle.logging.stacktrace=full"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

🤔 Should we let the template consumer setup the gradle configuration or should it be defined at the shared gitlab template level.
One issue we have here is we define the env variables for all jobs defined and run from the gitlab templates
(same thing regarding the timeout gitlab param)

@codecov-commenter

codecov-commenter commented Aug 19, 2022

Copy link
Copy Markdown

Codecov Report

Merging #1016 (02e195d) into develop (694b4b8) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1016      +/-   ##
===========================================
+ Coverage    83.19%   83.21%   +0.02%     
===========================================
  Files          270      270              
  Lines         9216     9216              
  Branches      1469     1469              
===========================================
+ Hits          7667     7669       +2     
- Misses        1137     1138       +1     
+ Partials       412      409       -3     
Impacted Files Coverage Δ
...droid/rum/tracking/FragmentViewTrackingStrategy.kt 82.61% <0.00%> (-4.35%) ⬇️
...ndroid/core/internal/persistence/file/EventMeta.kt 80.00% <0.00%> (ø)
...ain/java/com/datadog/opentracing/PendingTrace.java 58.62% <0.00%> (+0.86%) ⬆️
...android/rum/internal/ndk/DatadogNdkCrashHandler.kt 89.19% <0.00%> (+1.08%) ⬆️
...core/internal/system/DefaultAndroidInfoProvider.kt 82.61% <0.00%> (+2.17%) ⬆️

@daniel-m-dd
daniel-m-dd merged commit b6e0e71 into develop Aug 22, 2022
@daniel-m-dd
daniel-m-dd deleted the d.marin/ci-template branch August 22, 2022 00:09
@xgouchet xgouchet added this to the 1.15.0 milestone Dec 13, 2023
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.

4 participants