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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions providers/base/units/cpu/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ template-filter: cpuinfo.platform == 'armv7l'
template-unit: job
plugin: shell
category_id: com.canonical.plainbox::cpu
id: cpu/arm_vfp_support_{platform}
id: cpu/armhf_vfp_support_{platform}
estimated_duration: 1.0
user: root
command:
Expand All @@ -192,7 +192,7 @@ template-filter: cpuinfo.platform == 'aarch64'
template-unit: job
plugin: shell
category_id: com.canonical.plainbox::cpu
id: cpu/arm_vfp_support_{platform}
id: cpu/arm64_vfp_support_{platform}
estimated_duration: 1.0
user: root
command:
Expand Down
8 changes: 5 additions & 3 deletions providers/base/units/cpu/test-plan.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ include:
cpu/clocktest
cpu/offlining_test
cpu/topology
cpu/arm_vfp_support_.*
cpu/armhf_vfp_support_.*
cpu/arm64_vfp_support_.*
cpu/cstates
cpu/cstates_results.log

Expand All @@ -99,6 +100,7 @@ include:
cpu/maxfreq_test certification-status=blocker
cpu/maxfreq_test-log-attach certification-status=non-blocker
cpu/topology certification-status=blocker
cpu/arm_vfp_support_.* certification-status=non-blocker
cpu/armhf_vfp_support_.* certification-status=non-blocker
cpu/arm64_vfp_support_.* certification-status=non-blocker
cpu/cstates certification-status=non-blocker
cpu/cstates_results.log certification-status=non-blocker
cpu/cstates_results.log certification-status=non-blocker
Loading