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

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

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

xgouchet
Copy link
Member

@xgouchet xgouchet commented Nov 3, 2023

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
Copy link

codecov-commenter commented Nov 3, 2023

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

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
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
Member 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
- 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
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
5 checks passed
@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