-
Notifications
You must be signed in to change notification settings - Fork 63
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
RUM-1493 add ci task to update E2E sample app #1688
Conversation
Codecov Report
@@ 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 |
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") |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 :/
a0817bf
to
30b6874
Compare
5e167b7
to
d886ed1
Compare
- 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 |
There was a problem hiding this comment.
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
?
d886ed1
to
23aaccf
Compare
What does this PR do?
This task builds and uploads the sample app to our synthetics org and marks it as latest