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

Rename ARM Vector Floating Point templates to avoid clash (BugFix) #949

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

pieqq
Copy link
Collaborator

@pieqq pieqq commented Jan 18, 2024

Description

These two templates use the same id which is a problem when ensuring every template has a unique id field.

Resolved issues

This will help with CHECKBOX-1074

Documentation

Tests

$ ./manage.py validate
(...)
The provider seems to be valid

$ checkbox-cli list-bootstrapped com.canonical.certification::cpu-automated
$ checkbox-cli list-bootstrapped com.canonical.certification::server-cpu
--> both commands should return the same thing before and after applying the patch

These two templates use the same `id` which is a problem when ensuring
every template has a unique id field.
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (228b716) 38.98% compared to head (b5cbfb0) 38.98%.
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #949   +/-   ##
=======================================
  Coverage   38.98%   38.98%           
=======================================
  Files         315      315           
  Lines       34893    34893           
  Branches     5971     5971           
=======================================
  Hits        13604    13604           
  Misses      20678    20678           
  Partials      611      611           
Flag Coverage Δ
provider-base 10.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pieqq pieqq force-pushed the 1074-rename-vfp-support-jobs branch from 75ff2f2 to b5cbfb0 Compare January 22, 2024 13:31
Copy link
Contributor

@kissiel kissiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
+1

Now the question is whether there's a commercial project using the previous naming scheme...

@kissiel kissiel merged commit 8bfa77e into main Jan 22, 2024
10 checks passed
@kissiel kissiel deleted the 1074-rename-vfp-support-jobs branch January 22, 2024 14:06
LiaoU3 pushed a commit to LiaoU3/checkbox that referenced this pull request Mar 20, 2024
…anonical#949)

* Rename ARM Vector Floating Point template units to avoid clash

These two templates use the same `id` which is a problem when ensuring
every template has a unique id field.

* Update test plans accordingly
binli pushed a commit to binli/checkbox that referenced this pull request Mar 22, 2024
…anonical#949)

* Rename ARM Vector Floating Point template units to avoid clash

These two templates use the same `id` which is a problem when ensuring
every template has a unique id field.

* Update test plans accordingly
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