Friday, 2024-02-09

rdogerritrdo-trunk rdo-trunk proposed openstack/networking-sfc-distgit yoga-rdo: python-networking-sfc: failed to build b4b5e68  https://review.rdoproject.org/r/c/openstack/networking-sfc-distgit/+/5160300:15
rdogerritrdo-trunk rdo-trunk proposed openstack/networking-bgpvpn-distgit yoga-rdo: python-networking-bgpvpn: failed to build 8bf872c  https://review.rdoproject.org/r/c/openstack/networking-bgpvpn-distgit/+/5160400:18
rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for bobcat-9s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5160500:28
rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for antelope-9s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5142700:39
rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for zed-9s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5160600:43
rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for yoga-9s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5160700:43
rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for yoga-8s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5160800:44
rdogerritrdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for wallaby-8s-testing  https://review.rdoproject.org/r/c/rdoinfo/+/5128200:45
rdogerritrdo-trunk rdo-trunk proposed openstack/cinderlib-distgit yoga-rdo: python-cinderlib: failed to build 47914d2  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/5160904:14
rdogerritrdo-trunk rdo-trunk proposed openstack/networking-baremetal-distgit yoga-rdo: python-networking-baremetal: failed to build 3b99ee3  https://review.rdoproject.org/r/c/openstack/networking-baremetal-distgit/+/5161005:24
amoralejjcapitao[m], karolinku[m] there is some problem in trunk-yoga with the transition with unmaintained07:48
amoralejwe are getting master code in the repo, i'm disabling the cron in the centos9-yoga builder07:49
jcapitao[m]arf07:50
amoralejwe are missing https://softwarefactory-project.io/r/c/DLRN/+/2909807:53
amoralejdamn07:53
jcapitao[m]amoralej: and c8-yoga as well07:53
jcapitao[m]:(07:54
amoralejcron disabled for both07:54
jcapitao[m]amoralej: I checked keystone07:56
jcapitao[m]it's ok07:56
jcapitao[m]I mean, it's the right commit07:56
amoraleji'm creating a bug ticket07:57
amoralejhave you listed the projects which have moved to unmaintained ?07:57
jcapitao[m]https://trunk.rdoproject.org/centos9-yoga/component/security/0a/31/0a318bef48bc43b35f9fb1476af466382c0b76f9_021d259d/rpmbuild.log07:57
jcapitao[m]https://review.opendev.org/c/openstack/releases/+/906574/3/deliverables/yoga/keystone.yaml07:57
jcapitao[m]the list is https://review.opendev.org/q/topic:%22yoga-unmaintained%22+status:merged07:57
amoralejyep07:58
jcapitao[m]so latest commit built for keystone is 0a318bef48bc43b35f9fb1476af466382c0b76f907:58
amoralejuhh07:58
amoralejdamn07:58
jcapitao[m]I guess it's because this commit was built before the move to unmaintained branch ?08:00
amoralejhttps://issues.redhat.com/browse/RDO-18908:01
jcapitao[m]but keystoneauth is not the right commit 08:02
jcapitao[m]should be 0a318bef48bc43b35f9fb1476af466382c0b76f908:02
amoralejhttps://trunk.rdoproject.org/centos9-yoga/queue.html08:03
jcapitao[m]but still in 8da0a635 which is yoga branch08:03
amoralejthat's because it's in the queu08:03
amoralejlemme kill dlrn08:03
jcapitao[m]so not fall back to master08:03
amoralejyes it did08:03
amoralejwell08:03
jcapitao[m]ah 08:03
amoralejlibraries are pinned08:03
amoralejin rdoinfo08:03
amoralejso, no affected08:03
jcapitao[m]okk08:03
amoralejonly the unpinned ones will fallback to master08:04
jcapitao[m]still in the queue08:04
jcapitao[m]for the unpinned ones08:04
amoralejyes08:04
amoraleji'm killing the process so that it will not do anything else08:05
jcapitao[m]ack08:05
amoralejkarolinku[m] ^ ignore the ftbfs for yoga08:05
karolinku[m]yes, sure08:06
jcapitao[m]I'm going to list the packages which have master commit built on yoga trunk08:07
amoralejok08:07
amoraleji'll update dlrn in yoga in the meanwhile08:07
karolinku[m]I see this DLRN patch merged for master, so I assume it just been forgotten to manually install on yoga dlrn-builder?08:08
amoralejalso, i will check zed08:08
amoralejyes08:08
amoralejwe updated up to xena08:08
amoralejand we also have newer versions since antelope08:08
amoralejthere is some problem with the patch ..08:19
karolinku[m]what kind?08:29
amoralejkarolinku[m], it keeps falling back to master with the patch08:36
amoraleji think the problem is in "git.branch('--list', unm_branch)"08:36
amoralejit returns 0 even if the branch exist because we didn't clean it before08:36
amoralejwe didn't *clone* it before i meant08:36
karolinku[m]you mean fetch to update?08:37
amoralejwe fetch08:37
amoralejbut08:37
amoralej$ git branch -a|grep yoga08:38
amoralej  remotes/origin/unmaintained/yoga08:38
amoralej$ git branch --list unmaintained/yoga08:38
amoralejreturns nothing08:38
amoralejit would only returns something if we do before08:38
amoralejgit clone unmaintained/yoga08:38
amoralejand create a local branch tracking remote one08:39
amoralejor we find a better way to check08:39
amoralejarg08:39
karolinku[m]got it08:39
amoralejgit branch -l -r origin/unmaintained/yoga08:41
amoralejthat works08:41
karolinku[m]ok, do you want me to prepare a patch>08:42
amoralejthere is some issue in softwarefactory-project.io and we can not send patches right now08:43
amoralejthey are working on it08:43
amoralejbut yeah, you can prepare it08:43
amoraleji know why we did that08:43
amoraleji copied the approach from existing check if git.branch('--list', 'master'):08:44
amoralejbut that case is different08:44
amoralejgr08:44
amoraleji'll test a patch locally in the dlrn server08:44
karolinku[m]sorry, didn't get - why? except it is already used in code08:46
amoralejwdym ?08:48
amoralejah08:48
amoralejbecause it's the default branch, master or main08:48
amoralejso, when you do the initial clone of the repo, it clones it locally08:48
amoralejso master or main branch exist locally always08:48
karolinku[m]ah, thst08:49
karolinku[m]that* 08:49
karolinku[m]ok08:49
amoraleji added comment in https://issues.redhat.com/projects/RDO/issues/RDO-18908:51
amoralejyou can prepare the patch if you have some time08:52
amoraleji'll test locally in centos9-yoga08:52
jcapitao[m]amoralej: cloudkitty fall back to a commit that does not belong to any branch08:53
amoralejprobably because it has a merge commit later08:53
jcapitao[m][it's a c](https://github.com/openstack/cloudkitty/tree/8b718f8bc442dacef4882b76550e6132224f55c1)08:54
jcapitao[m]https://github.com/openstack/cloudkitty/tree/8b718f8bc442dacef4882b76550e6132224f55c108:54
amoralejwth08:54
amoralejahhhh08:55
jcapitao[m]ah08:55
jcapitao[m]it's because they remove stable/yoga branch08:55
amoralejexactly08:55
amoralejbut it should be in unmaintained/yoga08:55
amoralejprobably they made an error when creating the unmaintained branch08:56
jcapitao[m]nope it's not08:56
amoralejthey missed that commit08:56
amoralejthat's a bug in the branch creation08:56
jcapitao[m]it's because they merge it in the timespan between infra create the release patch and the merge08:56
jcapitao[m]infra team asked explicitely to be careful during this timespan08:57
jcapitao[m]https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/V7H6M5ANYOMFWSZ5BJSWAXVNQCUXI6D7/08:58
amoralejyou can send main to openstack-discuss09:03
jcapitao[m]actually Elod replied in https://review.opendev.org/c/openstack/cloudkitty/+/90374209:03
amoralejjcapitao[m], karolinku[m] i just tested that using "git.branch('--list', '--remote', 'origin/' + unm_branch)" instead, it works fine09:03
jcapitao[m]great09:04
karolinku[m]good09:04
amoralejso, we need to 1. get the patch in upstream DLRN. 2. update the builders 3. manage the wrong packages09:07
amoralejjcapitao[m], may you add the packages which have wrong content in some etherpad?09:10
jcapitao[m]only tacker for now09:11
amoraleji presume all the ones with FTBFS in yoga has the problem09:11
jcapitao[m]https://issues.redhat.com/browse/RDO-19009:16
amoralejgood09:16
karolinku[m]but tacker is master related 09:20
jcapitao[m]you mean it's the same issue ?09:20
jcapitao[m]amoralej: for the FTBFS I think you right09:21
jcapitao[m]for networking bgpvpn and sfc at least09:21
amoralejkarolinku[m], i guess those are two different issues09:21
jcapitao[m]checking baremetal09:21
amoralejhttps://review.rdoproject.org/r/#/c/51602 is master ftbfs with whatever cause09:21
amoralejhaving code from master in yoga for tacker is a different issue09:22
amoralejwe have both09:22
karolinku[m]sorry, got lost for a moment09:25
karolinku[m]I'll take care of FTBFS in centos9-master09:25
amoralejnp09:26
karolinku[m]i'm preparing a patch for DLRN09:26
amoralejgood09:27
karolinku[m]btw, be careful with FTBFS is https://dashboards.rdoproject.org/report-ftbfs, becasue it puts the same review for network-* components09:28
karolinku[m](should have fix it)09:28
amoralejoh, i didn't noticed so far!09:29
amoralejthx for the hit09:29
amoralejhint09:29
karolinku[m]greedy regex, see first match for neutron and uses it09:30
rdogerritshreshtha  Joshi proposed openstack/aodh-distgit antelope-rdo: Add observabilityclient as require and BR  https://review.rdoproject.org/r/c/openstack/aodh-distgit/+/5161109:38
amoralejit seems we can send patches to sf-p.io now09:43
amoralejhttps://softwarefactory-project.io/r/c/software-factory/sf-infra/+/3078509:43
amoralejjcapitao[m], karolinku[m] ^ 09:44
jcapitao[m]amoralej karolinku  I finished to list the packages in https://issues.redhat.com/browse/RDO-19009:54
amoralejjcapitao[m], let's try dummy commit in distgit with in one of them09:56
jcapitao[m]lemme send for tacker09:58
rdogerritJoel Capitao proposed openstack/tacker-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/tacker-distgit/+/5161210:01
amoralejwe may have a problem with the dlrn build jobs in dummy commits10:02
amoralejthey will fallback to master :)10:03
jcapitao[m]because we install DLRN with pip ?10:04
jcapitao[m]latest version does not contain the fix I guess10:04
amoralejthe buggy fix10:04
amoralejthe one not working properly10:04
jcapitao[m]ah right10:04
jcapitao[m]we should release new one then10:05
amoralejwe need to send and merge the patch10:05
jcapitao[m]ah10:05
jcapitao[m]right we were blocked by sf downtime10:05
jcapitao[m]sorry, I was too much focus on finding the wrong package10:06
jcapitao[m]I didn't follow your part10:06
amoralejsure, np10:06
amoralejsummary, the patch is not working10:06
amoralejsee my comment in https://issues.redhat.com/projects/RDO/issues/RDO-18910:06
amoralejthere is a direct link for comments in jira btw?10:07
jcapitao[m]don't think so10:07
amoralejapparently not10:07
amoralejthe way we check if unmaintained branch exist is not working as expected10:07
jcapitao[m]ah tere is10:07
jcapitao[m]https://issues.redhat.com/browse/RDO-189?focusedId=24109589&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-2410958910:07
jcapitao[m]from "2024/02/09 8:51 AM" link10:08
amoralejah, right!10:08
rdogerritAlfredo Moralejo proposed openstack/tacker-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/tacker-distgit/+/5161210:12
amoralejjcapitao[m], ^ not dummy now :)10:12
amoralejit was failing cbs builds10:12
jcapitao[m]mmh I think the mock test was not testing anything10:12
amoralejjcapitao[m], as expected the dlrn jobs in tacker are trying to build master commit and failing10:22
amoralejwe can force merge them10:22
karolinku[m]dlrn patch: https://softwarefactory-project.io/r/c/DLRN/+/3078810:24
amoralejlet's test it with tacker patch10:25
rdogerritAlfredo Moralejo proposed openstack/tacker-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/tacker-distgit/+/5161210:26
amoraleji think that should work10:26
amoralejkarolinku[m], it's working fine 10:32
amoralejhttps://review.rdoproject.org/zuul/stream/eefd332754e84a78922de85d87213a78?logfile=console.log10:32
rdogerritMerged openstack/tacker-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/tacker-distgit/+/5161210:43
jcapitao[m]DLRN patch failed linter job10:55
karolinku[m]sendind patch10:56
jcapitao[m]👍️10:56
amoralejtacker is fixed now https://trunk.rdoproject.org/centos9-yoga/report.html11:00
jcapitao[m]nice11:04
jcapitao[m]so next steps is to merge DLRN patch11:04
jcapitao[m]issue new DLRN release on PyPI11:05
jcapitao[m]and send the dummy patches11:05
jcapitao[m]isn't it ?11:05
jcapitao[m]other option is to send the dummy patches now and force merge them11:05
amoralejjcapitao[m], i think the jobs install dlrn from code rep master branch11:08
rdogerritJoel Capitao proposed openstack/heat-agents-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/heat-agents-distgit/+/5161311:08
amoralejno from pypi, so i think we are good11:08
amoraleji mean, once we merge it11:08
jcapitao[m]ok good11:09
rdogerritJoel Capitao proposed openstack/heat-agents-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/heat-agents-distgit/+/5161311:09
jcapitao[m]^ testing new PS11:10
amoralejgreat11:10
karolinku[m]DLRN patch passed11:12
jcapitao[m]https://review.rdoproject.org/zuul/stream/098a4a81ebfc414ba27322070b5499da?logfile=console.log11:13
jcapitao[m]2024-02-09 11:13:30,768 INFO:dlrn-repositories:Falling back https://opendev.org/openstack/heat-agents to unmaintained/yoga11:13
amoralejif dlrn jobs pass in https://review.rdoproject.org/r/c/openstack/heat-agents-distgit/+/51613 i   will merge it11:13
amoralejyep, looks good11:14
jcapitao[m]it's ok11:14
rdogerritMerged openstack/aodh-distgit antelope-rdo: Add observabilityclient as require and BR  https://review.rdoproject.org/r/c/openstack/aodh-distgit/+/5161111:24
rdogerritJoel Capitao proposed openstack/heat-agents-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/heat-agents-distgit/+/5161311:34
rdogerritJoel Capitao proposed openstack/heat-dashboard-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/heat-dashboard-distgit/+/5161411:34
rdogerritJoel Capitao proposed openstack/cloudkitty-dashboard-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/cloudkitty-dashboard-distgit/+/5161511:40
rdogerritJoel Capitao proposed openstack/ironic-ui-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/ironic-ui-distgit/+/5161611:40
rdogerritJoel Capitao proposed openstack/neutron-vpnaas-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/neutron-vpnaas-distgit/+/5161711:41
rdogerritJoel Capitao proposed openstack/placement-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/placement-distgit/+/5161811:41
rdogerritJoel Capitao proposed openstack/sahara-dashboard-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-dashboard-distgit/+/5161911:41
rdogerritJoel Capitao proposed openstack/cinderlib-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/5162011:41
rdogerritJoel Capitao proposed openstack/networking-baremetal-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-baremetal-distgit/+/5162111:41
rdogerritJoel Capitao proposed openstack/networking-bgpvpn-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-bgpvpn-distgit/+/5162211:41
rdogerritJoel Capitao proposed openstack/networking-sfc-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-sfc-distgit/+/5162311:41
rdogerritJoel Capitao proposed openstack/tap-as-a-service-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/tap-as-a-service-distgit/+/5162411:42
amoralejdlrn is now updated for centos8-yoga and centos9-yoga in trunk-centos8 and trunk11:45
amoralejlet's check promotions in yoga during next days to ensure there are no problems with api11:46
jcapitao[m]ack11:57
rdogerritJoel Capitao proposed openstack/sahara-plugin-ambari-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-ambari-distgit/+/5162511:58
rdogerritJoel Capitao proposed openstack/sahara-plugin-cdh-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-cdh-distgit/+/5162611:58
rdogerritJoel Capitao proposed openstack/sahara-plugin-mapr-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-mapr-distgit/+/5162711:58
rdogerritJoel Capitao proposed openstack/sahara-plugin-spark-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-spark-distgit/+/5162811:58
rdogerritJoel Capitao proposed openstack/sahara-plugin-storm-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-storm-distgit/+/5162911:58
rdogerritJoel Capitao proposed openstack/sahara-plugin-vanilla-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-vanilla-distgit/+/5163011:58
rdogerritMerged openstack/heat-agents-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/heat-agents-distgit/+/5161311:58
rdogerritJoel Capitao proposed openstack/sahara-image-elements-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-image-elements-distgit/+/5163111:58
rdogerritMerged openstack/heat-dashboard-distgit yoga-rdo: Fix the gpg key name  https://review.rdoproject.org/r/c/openstack/heat-dashboard-distgit/+/5161412:00
rdogerritMerged openstack/placement-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/placement-distgit/+/5161812:18
rdogerritMerged openstack/tap-as-a-service-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/tap-as-a-service-distgit/+/5162412:18
rdogerritMerged openstack/cinderlib-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/cinderlib-distgit/+/5162012:19
rdogerritMerged openstack/ironic-ui-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/ironic-ui-distgit/+/5161612:19
rdogerritMerged openstack/sahara-dashboard-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-dashboard-distgit/+/5161912:20
rdogerritMerged openstack/cloudkitty-dashboard-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/cloudkitty-dashboard-distgit/+/5161512:21
rdogerritMerged openstack/networking-bgpvpn-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-bgpvpn-distgit/+/5162212:22
rdogerritMerged openstack/networking-sfc-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-sfc-distgit/+/5162312:24
rdogerritMerged openstack/networking-baremetal-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-baremetal-distgit/+/5162112:24
rdogerritMerged openstack/neutron-vpnaas-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/neutron-vpnaas-distgit/+/5161712:25
rdogerritMerged openstack/sahara-image-elements-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-image-elements-distgit/+/5163112:33
rdogerritMerged openstack/sahara-plugin-mapr-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-mapr-distgit/+/5162712:36
rdogerritMerged openstack/sahara-plugin-spark-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-spark-distgit/+/5162812:36
rdogerritMerged openstack/sahara-plugin-ambari-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-ambari-distgit/+/5162512:36
rdogerritMerged openstack/sahara-plugin-storm-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-storm-distgit/+/5162912:36
rdogerritMerged openstack/sahara-plugin-vanilla-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-vanilla-distgit/+/5163012:37
rdogerritMerged openstack/sahara-plugin-cdh-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/sahara-plugin-cdh-distgit/+/5162612:38
rdogerritMerged rdo-jobs master: Remove redundant var skip_standalone_vm in DPA CI playbooks and job  https://review.rdoproject.org/r/c/rdo-jobs/+/5154712:52
rdogerritJoel Capitao proposed rdo-infra/releng master: DNM Script to list projects commit built not in release branch  https://review.rdoproject.org/r/c/rdo-infra/releng/+/5163212:53
rdogerritJoel Capitao proposed openstack/barbican-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/barbican-distgit/+/5163312:56
rdogerritJoel Capitao proposed openstack/neutron-dynamic-routing-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/neutron-dynamic-routing-distgit/+/5163412:56
rdogerritJoel Capitao proposed openstack/networking-bagpipe-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-bagpipe-distgit/+/5163512:57
rdogerritJoel Capitao proposed rdo-infra/releng master: DNM Script to list projects commit built not in release branch  https://review.rdoproject.org/r/c/rdo-infra/releng/+/5163212:59
jcapitao[m]apevec: FYI https://issues.redhat.com/browse/RDO-183?focusedId=24111214&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-24111214 13:02
apevec<jcapitao[m]> "apevec: FYI https://issues...." <- OT but since afk, testing this as anonymous and it redirects me to SSO...13:11
rdogerritMerged openstack/barbican-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/barbican-distgit/+/5163313:17
rdogerritMerged openstack/networking-bagpipe-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/networking-bagpipe-distgit/+/5163513:18
rdogerritMerged openstack/neutron-dynamic-routing-distgit yoga-rdo: Dummy commit to force rebuild  https://review.rdoproject.org/r/c/openstack/neutron-dynamic-routing-distgit/+/5163413:19
jcapitao[m]<apevec> "OT but since afk, testing this..." <- mmh even with https://issues.redhat.com/browse/RDO-189 we need to be authenticated to be able to browse it13:29
rdogerritJoel Capitao proposed rdo-infra/ansible-role-dlrn master: Switch from RSA review.r.o key fingerprint to ECDSA  https://review.rdoproject.org/r/c/rdo-infra/ansible-role-dlrn/+/4807613:33
jcapitao[m]karolinku: did you recheck tacker FTBFS in Trunk ?14:14
jcapitao[m]also for Horizon FTBFS you can unblock, see my comment in https://review.rdoproject.org/r/c/openstack/horizon-distgit/+/5156714:15
jcapitao[m]amoralej: https://review.rdoproject.org/r/c/rdoinfo/+/51550 when you have a chance please ?14:48
jcapitao[m]and also https://review.rdoproject.org/r/q/topic:add-python-attrs14:48
jcapitao[m]to unblock https://issues.redhat.com/browse/RDO-18514:48
jcapitao[m]btw we are almost good for centos8-yoga builder14:49
amoralejyes, it's progressing well14:50
amoralejjcapitao[m], there is python3-attrs in centos appstream14:50
amoralejor did we already override ?14:51
amoralejnop14:51
amoralejbefore updating we should first make sure we can not avoid it14:51
jcapitao[m]https://review.rdoproject.org/r/c/deps/python-jsonschema/+/50866/comments/ee2967ff_f927105614:52
jcapitao[m]I relied on your comment14:52
jcapitao[m]I haven't checked if it was strong requirement tbh14:52
amoraleja right!14:52
amoralejdamn14:52
amoralejit was me :)14:52
amoralejhttps://github.com/python-jsonschema/jsonschema/commit/a39e5c953a559b287c753bd604e3e11d218c29cf14:52
jcapitao[m]:)14:52
amoralejwhat if we try to leave with 4.16.0 ?14:53
amoraleji mean jsonschema14:53
amoralejironic already removed their >= constraint14:53
rdogerritMerged deps/python-django-pyscss c9s-caracal-rdo: Update to 2.0.3  https://review.rdoproject.org/r/c/deps/python-django-pyscss/+/5156814:53
amoralejchecking https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst14:54
jcapitao[m]4.18 seems a big bump14:56
jcapitao[m]but still backward compatible14:56
amoralejthey used italics for *should* be backwards compatible... :)14:58
amoralejyep, i don't know what's better, keep 4.16 or add 3 new deps and override one in centos14:59
amoralejmeh14:59
jcapitao[m]maybe we can use atttrs provided by centos to build jsonschema 4.19.115:00
amoralejnah15:01
amoraleji think it really requires it15:01
jcapitao[m]the alias functionality15:01
jcapitao[m]lemme check15:01
amoralejwell, unless the attrs from centos has a backport ...15:01
amoralejwould be cool15:01
amoralejcentos8-yoga is done, btw, centos9-yoga still missing some few builds15:03
jcapitao[m]alias funct available since 22.2.0 https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md#2220---2022-12-21 15:03
jcapitao[m]https://gitlab.com/redhat/centos-stream/rpms/python-attrs not updated since a while15:04
jcapitao[m]we have no choice15:04
jcapitao[m]I'd say let's wait until we are forced to bump jsonschema15:05
amoraleji'd +1 to that15:05
jcapitao[m]until then let's hope python-attrs will be bumped15:05
amoralejin rhel10 :)15:05
jcapitao[m]ah right ! https://gitlab.com/redhat/centos-stream/rpms/python-attrs/-/tree/c10s?ref_type=heads15:06
amoralej:)15:06
jcapitao[m]I closed the ticket https://issues.redhat.com/browse/RDO-18515:14
amoraleji left a reference to ironic change too15:17
amoralejjcapitao[m], karolinku[m] both yoga builders are consistent again \o/15:20
amoralejjcapitao++ karolinku++15:21
jcapitao[m]\o/15:21
jcapitao[m]good team work15:21
amoralejyep15:21
karolinku[m]hurrey!15:34
apevec> in rhel10 :)18:15
apevecbased will be F40, i.e. what you see in current Rawhide18:15
apevec<jcapitao[m]> "mmh even with https://issues...." <- weird, it's a public project and Security Level is None. In Firefox private window it does NOT redirect to sso.redhat.com, only in Chrome23:05

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!