Skip to content

Change pipeline parameters for trigger metrics script#6937

Merged
SevaZhukov merged 2 commits intomainfrom
NAVSDK-847
Feb 14, 2023
Merged

Change pipeline parameters for trigger metrics script#6937
SevaZhukov merged 2 commits intomainfrom
NAVSDK-847

Conversation

@SevaZhukov
Copy link
Copy Markdown

Trigger mobile metrics script runs:

  • in default workflow by mobile-metrics-dry-run approval
  • in release-workflow in release-snapshot job (by release-snapshot-start approval or automatically on main and release branches)

How trigger mobile metrics script worked before these changes:

On main branch:

  • trigger workflow with parameter run_android_navigation_benchmark which runs android_navigation_benchmark-workflow with executing publish-android-navigation-results command

On other branches:

  • trigger workflow without parameter run_android_navigation_benchmark which runs default workflow (like we do any changes in mobile-metrics project)
  • trigger android-navigation-benchmark job without executing publish-android-navigation-results command

How trigger mobile metrics script will work after these changes:

On main branch:

  • trigger workflow with parameters run_android_navigation_benchmark and publish_android_navigation_benchmark which runs android_navigation_benchmark-workflow with executing publish-android-navigation-results command (same as previous variant)

On other branches:

  • trigger workflow with parameter run_android_navigation_benchmark which runs android_navigation_benchmark-workflow without executing publish-android-navigation-results command

@SevaZhukov SevaZhukov requested a review from vadzim-vys February 9, 2023 14:53
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2023

Changelog

Features

Bug fixes and improvements

Known issues ⚠️

Other changes

Android Auto Changelog

Features

Bug fixes and improvements

@github-actions github-actions Bot requested a review from dzinad February 9, 2023 14:54
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 14, 2023

Codecov Report

Merging #6937 (b0d88a2) into main (2cf891a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #6937   +/-   ##
=========================================
  Coverage     72.98%   72.98%           
  Complexity     5667     5667           
=========================================
  Files           786      786           
  Lines         30505    30505           
  Branches       3607     3607           
=========================================
  Hits          22263    22263           
  Misses         6810     6810           
  Partials       1432     1432           

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.

2 participants