Skip to content

RUM-1493 add ci task to update E2E sample app#1688

Merged
xgouchet merged 1 commit into
developfrom
xgouchet/RUM-1493/upload_sample_app_synthetics
Nov 7, 2023
Merged

RUM-1493 add ci task to update E2E sample app#1688
xgouchet merged 1 commit into
developfrom
xgouchet/RUM-1493/upload_sample_app_synthetics

Conversation

@xgouchet

@xgouchet xgouchet commented Nov 3, 2023

Copy link
Copy Markdown
Contributor

What does this PR do?

This task builds and uploads the sample app to our synthetics org and marks it as latest

@xgouchet
xgouchet requested a review from a team as a code owner November 3, 2023 09:06
@codecov-commenter

codecov-commenter commented Nov 3, 2023

Copy link
Copy Markdown

Codecov Report

Merging #1688 (23aaccf) into develop (fd22c1f) will decrease coverage by 0.08%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1688      +/-   ##
===========================================
- Coverage    83.73%   83.65%   -0.08%     
===========================================
  Files          462      462              
  Lines        15855    15855              
  Branches      2365     2365              
===========================================
- Hits         13275    13262      -13     
- Misses        1939     1955      +16     
+ Partials       641      638       -3     

see 16 files with indirect coverage changes

Comment thread sample/kotlin/build.gradle.kts Outdated
storeFile = File(project.rootDir, "sample-android.keystore")
storePassword = System.getenv("E2E_STORE_PASSWD")
keyAlias = "dd-sdk-android"
keyPassword = System.getenv("E2E_STORE_PASSWD")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

just checking that it is not a typo: key password is the same as store password?

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.

Yes, unfortunately android signing requires the same password for both :/

@xgouchet
xgouchet force-pushed the xgouchet/RUM-1493/upload_sample_app_synthetics branch 6 times, most recently from a0817bf to 30b6874 Compare November 6, 2023 08:14
@xgouchet
xgouchet force-pushed the xgouchet/RUM-1493/upload_sample_app_synthetics branch 12 times, most recently from 5e167b7 to d886ed1 Compare November 7, 2023 06:00
@xgouchet
xgouchet requested a review from 0xnm November 7, 2023 07:57
Comment thread .gitlab-ci.yml
- export E2E_DD_API_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.e2e_api_key --with-decryption --query "Parameter.Value" --out text)
- export E2E_DD_APP_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.e2e_app_key --with-decryption --query "Parameter.Value" --out text)
- export E2E_MOBILE_APP_ID=$(aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.e2e_mobile_app_id --with-decryption --query "Parameter.Value" --out text)
- GRADLE_OPTS="-Xmx4096M" ./gradlew assembleLibraries --stacktrace --no-daemon

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

should we remove GRADLE_OPTS with Xmx everywhere in this file, given that we have it declared in gradle.properties?

@xgouchet
xgouchet force-pushed the xgouchet/RUM-1493/upload_sample_app_synthetics branch from d886ed1 to 23aaccf Compare November 7, 2023 08:27
@xgouchet
xgouchet merged commit fd0cae0 into develop Nov 7, 2023
@xgouchet
xgouchet deleted the xgouchet/RUM-1493/upload_sample_app_synthetics branch November 7, 2023 08:49
@xgouchet xgouchet added this to the 2.3.0 milestone Dec 13, 2023
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.

5 participants