[mono][infra] Refactor job artifacts naming for mobile performance testing

Open
#113,608 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Domain
ci-cd, mobile-dev

Research direction

Start with the discussion in pull request 112939 and inspect the mobile performance jobs that produce these artifacts. Compare the existing app and configuration names with the proposed examples, then verify that the resulting naming scheme consistently covers the required variations without redundant parts.

Written by the indexing model from the issue text.

Description

area-Infrastructure-mono os-android os-ios

Description

Based on the discussion in: https://github.com/dotnet/runtime/pull/112939#discussion_r1971234462 it would be beneficial to refactor the naming used in our mobile performance jobs to simplify maintenance and usage.

Here are couple of things to consider:

  • unifying the naming of the apps, e.g., sometimes we call it Sample, sometimes, HelloWorld, but it is actually called HelloiOS
  • clean up which variations we care about, for example HYBRID_GLOBALIZATION is always true on iOS, we don't need to pass it include it in the naming etc.
  • have a consistent naming scheme (e.g., <app_name>_<target_os>-<target_arch>_<config>_<symbols>_<runtime_flavor>_<runtime_flavor_switch1>_...) examples:
    • HelloiOS_ios-arm64_Release_Symbols_Mono_AOT_LLVM_Interpreter
    • HelloiOS_ios-arm64_Release_NoSymbols_CoreCLR_R2R
    • HelloiOS_ios-arm64_Release_Symbols_NativeAOT
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/runtime

All issues in dotnet/runtime

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.