Bug 1257186

Summary: Use valgrind on wider amount of architectures
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: hyphenAssignee: Caolan McNamara <caolanm>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: caolanm
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-20 10:38:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 467765, 922257, 1051573    
Attachments:
Description Flags
spec change none

Description Marcin Juszkiewicz 2015-08-26 12:43:49 UTC
Created attachment 1067239 [details]
spec change

Description of problem:

Hyphen installs Valgrind on x86(-64) but then uses it only on x86 because it failed on x86-64 in past. But nowadays we have Valgrind support on all architectures with exception of s390.

I tested on primary (x86, x86-64, arm), aarch64, ppc64(le), s390(x) and package built on all of them except arm (so I disabled test for it).

Version-Release number of selected component (if applicable):

2.8.8-2

How reproducible:

always

Steps to Reproduce:
1. enable valgrind
2. do builds on primary and secondary architectures

Actual results:

tests with valgrind are done on x86 only

Expected results:

tests with valgrind are done on as many architectures as possible

Additional info:

Comment 1 Marcin Juszkiewicz 2016-01-20 10:38:59 UTC
pushed to rawhide