f45 Koji builds noarch packages on i686 #13223
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
release-process
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#13223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the issue
Likely after branching, something was missed. AFAIK noarch builds should never happen on i686.
Yet https://koji.fedoraproject.org/koji/taskinfo?taskID=142192312 happened.
When do you need this? (YYYY/MM/DD)
N/A
When is this no longer needed or useful? (YYYY/MM/DD)
When we remove i686 completely.
If we cannot complete this, what is the impact? [Dependencies/Blocker]
noarch packages with dependencies not available on i686 will randomly/arbitrarily FTBFS on rawhide.
Checklist
https://pagure.io/koji/issue/3809#comment-896879
Yeah, apparently we didn't set this when branching. ;(
We should set it and add it to the script used in branching to create all the tags/targets.
Primary arches are also defined correctly :/
We already have this defined in our script not sure why it got missed.
I'll look into why these were not reflected already.
no. We do not want all those. ;)
Just 'x86_64 aarch64 ppc64le'
We don't want i686 because some packages no longer ship i686, and we are only keeping it around for some archfull packages.
We don't want s390x because it's under a lot of load, not in the same datacenter and will make those jobs slow.
@kevin: I don't understand, what are we missing here?
We need to modify https://forge.fedoraproject.org/releng/tooling/src/branch/main/release-process/mass-branching/fedora/create_koji_release_tags.sh to do this.
It should have a 'NOARCH_ARCHES='x86_64 ppc64le aarch64''
Then, when adding build tags, those calls should get a '-x noarch_arches={$NOARCH_ARCHES}' added to the add-tag call.
Should I work on a pr? or did you want to @jnsamyak ?