TEST: validate build-and-upload:app on tart (skip upload) — do not merge#1337
Draft
alee1246 wants to merge 1 commit into
Draft
TEST: validate build-and-upload:app on tart (skip upload) — do not merge#1337alee1246 wants to merge 1 commit into
alee1246 wants to merge 1 commit into
Conversation
Scratch/test change (not for merge) to validate that build-and-upload:app builds successfully on the tart runner. Allows the benchmark pipeline to run on any branch and disables the Synthetics upload so no --latest version is published to the shared mobile apps. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scratch PR to validate that the
build-and-upload:appbenchmark job builds successfully on the tart runner, without any external side effects. Based on top of the tart migration branch (alee1246/CIEXE/migrate-to-tart-runners).Changes (both TEST ONLY)
.gitlab-ci.ymlbenchmarktrigger runs on any branch (not justdevelop/BUILD_BENCHMARK=true), so the job can be exercised herebenchmarks/.benchmarks-ci.yml./scripts/upload.sh … ANDROID/IOScalls are commented out so this pipeline does not publish a new--latestversion to the shared Synthetics mobile appsWhy
build-and-upload:appbuilds the benchmark app (APK + IPA) and then uploads both to shared Datadog Synthetics mobile applications with--latest. That's a write to shared external state. This PR exercises everything up to (but not including) the upload, so we can confirm the tart VM toolchain (Node / Android SDK / JDK / Xcode) and theJAVA_HOMEfix work for this job without polluting Synthetics.How to run
The
benchmarkjob now runs on any branch, so pushing here triggers the child pipeline containingbuild-and-upload:app. Alternatively run a pipeline withBUILD_BENCHMARK=true.🤖 Generated with Claude Code