action #176316
closedQA (public) - coordination #162890: [saga][epic] feature discoverability
coordination #162896: [epic] Job triggering on jobless openQA instances
why is os-autoinst-distri-opensuse-deps not submitted despite diff in package content? size:S
0%
Description
Observation¶
From http://jenkins.qa.suse.de/job/submit-openQA-TW-to-oS_Fctry/2260/console
…
A devel:openQA:testing/os-autoinst-distri-opensuse-deps/_service:set_version:obs_scm:os-autoinst-distri-opensuse-deps.spec
At revision e308f67b0bf206fb06c9a90a567eb124.
-Requires: perl(Perl::Critic::Freenode)
+Requires: perl(Perl::Critic::Community)
No dependency changes for os-autoinst-distri-opensuse-deps
ok
so there is a diff in "Requires" but still we end up with "No dependency changes for os-autoinst-distri-opensuse-deps" from https://github.com/os-autoinst/scripts/blob/master/os-autoinst-obs-auto-submit#L150 . Shouldn't we have reached https://github.com/os-autoinst/scripts/blob/master/os-autoinst-obs-auto-submit#L148 ?
Updated by tinita about 1 month ago
- Subject changed from why is os-autoinst-distri-opensuse not submitted despited diff in package content? to why is os-autoinst-distri-opensuse-deps not submitted despited diff in package content?
Updated by okurz about 1 month ago
- Subject changed from why is os-autoinst-distri-opensuse-deps not submitted despited diff in package content? to why is os-autoinst-distri-opensuse-deps not submitted despite diff in package content?
Updated by mkittler about 1 month ago
- Status changed from New to In Progress
- Assignee set to mkittler
Updated by mkittler about 1 month ago
- Status changed from In Progress to Feedback
Updated by mkittler about 1 month ago
- Subject changed from why is os-autoinst-distri-opensuse-deps not submitted despite diff in package content? to why is os-autoinst-distri-opensuse-deps not submitted despite diff in package content? size:S
Updated by okurz about 1 month ago
My related improvement proposal: https://github.com/os-autoinst/scripts/pull/368
Updated by jbaier_cz about 1 month ago
- Related to action #174451: openQA-in-openQA tests can get stuck with an inconsistent repository size:S added
Updated by mkittler about 1 month ago
Now https://github.com/os-autoinst/scripts/pull/368 has been merged. It works very likely so I'd just wait until a http://jenkins.qa.suse.de/job/submit-openQA-TW-to-oS_Fctry/ job is triggered that doesn't skip the submission anyway.
Updated by mkittler about 1 month ago · Edited
It looks like the monitoring step is now failing with:
xterm-console'
+ for package in $packages
+ osc rdelete -m 'Cleaning up openQA to allow triggering new jobs' devel:openQA:testing openQA
+ for package in $packages
+ osc rdelete -m 'Cleaning up openQA-devel-container to allow triggering new jobs' devel:openQA:testing openQA-devel-container
+ for package in $packages
+ osc rdelete -m 'Cleaning up os-autoinst to allow triggering new jobs' devel:openQA:testing os-autoinst
+ for package in $packages
+ osc rdelete -m 'Cleaning up os-autoinst-distri-opensuse-deps to allow triggering new jobs' devel:openQA:testing os-autoinst-distri-opensuse-deps
+ for package in $packages
+ osc rdelete -m 'Cleaning up xterm-console to allow triggering new jobs' devel:openQA:testing xterm-console
+ [[ -n '' ]]
+ exit 1
Build step 'Execute shell' marked build as failure
This issue is unrelated to this ticket but prevents the changes I made from being executed. So I'll have a look into it later.
EDIT: This is possibly due to the problematic state https://build.opensuse.org/project/show/devel:openQA:testing is currently in. When I remember correctly, @jbaier_cz wanted to take care of that.
Updated by okurz 28 days ago
- Related to deleted (action #174451: openQA-in-openQA tests can get stuck with an inconsistent repository size:S)
Updated by okurz 28 days ago
- Blocked by action #174451: openQA-in-openQA tests can get stuck with an inconsistent repository size:S added
Updated by mkittler 28 days ago
- Status changed from Workable to Feedback
I suppose https://github.com/os-autoinst/scripts/pull/372 will fix the remaining place that needs adjustment.
Updated by okurz 27 days ago
That PR is merged but
https://build.opensuse.org/projects/openSUSE:Factory/packages/os-autoinst-distri-opensuse-deps/requests?state%5B%5D=new&state%5B%5D=review
Does not yet show an open request to Factory
Updated by okurz 27 days ago
- Status changed from In Progress to Resolved
The package os-autoinst-distri-opensuse-deps was erroneously deleted in devel:openQA. I recreated the package from local osc checkout and triggered pipelines. Finally: https://build.opensuse.org/requests/1243157 \o/