*** rlandy is now known as rlandy|afk | 00:24 | |
*** ysandeep has quit IRC | 01:51 | |
*** dsneddon has quit IRC | 03:28 | |
*** jmasud has joined #oooq | 03:35 | |
*** jmasud has quit IRC | 03:50 | |
*** jmasud has joined #oooq | 03:54 | |
*** skramaja has joined #oooq | 04:02 | |
*** rlandy|afk has quit IRC | 04:48 | |
*** ykarel|away is now known as ykarel | 04:49 | |
*** udesale has joined #oooq | 05:25 | |
*** raukadah is now known as chkumar|rover | 05:34 | |
*** jfrancoa has joined #oooq | 05:39 | |
*** marios has joined #oooq | 06:08 | |
*** ratailor has joined #oooq | 06:16 | |
*** jtomasek has joined #oooq | 06:35 | |
*** saneax has joined #oooq | 06:47 | |
sshnaidm|afk | zbr, hi | 06:48 |
---|---|---|
*** sshnaidm|afk is now known as sshnaidm | 06:48 | |
sshnaidm | zbr, thanks for linting fix in https://review.opendev.org/#/c/704279/ but that should be in separate patch | 06:48 |
chkumar|rover | marios, Good morning | 06:57 |
chkumar|rover | marios, did something got changed on manifest side | 06:57 |
chkumar|rover | marios, in some of the periodic jobs http://logs.rdoproject.org/openstack-periodic-master/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-singlenode-featureset050-upgrades-master/0166626/logs/undercloud/home/zuul/undercloud_install.log we are seeing image not found during standalone deploy | 06:57 |
chkumar|rover | on using skopeo it gives manifest unknown | 06:58 |
chkumar|rover | please have a look when free, thanks! | 06:58 |
chkumar|rover | sshnaidm, zbr it is good to go https://review.opendev.org/#/c/680573/ | 06:59 |
chkumar|rover | zbr, https://review.rdoproject.org/zuul/config-errors | 07:02 |
chkumar|rover | collect-logs repo access issue | 07:02 |
marios | chkumar|rover: o/ | 07:03 |
marios | chkumar|rover: not aware of any changes yesterday | 07:03 |
chkumar|rover | marios, ok, re-runned these jobs in testproject | 07:03 |
sshnaidm | chkumar|rover, https://review.opendev.org/#/c/704345/ is good to go | 07:04 |
marios | chkumar|rover: we are still pushing manifest with _manifest until we merge that (or similar) but it didn't merge yet https://review.rdoproject.org/r/#/c/22979/ | 07:05 |
chkumar|rover | marios, ok, thanks :-) | 07:10 |
*** jtomasek has quit IRC | 07:24 | |
*** ykarel is now known as ykarel|lunch | 07:35 | |
*** marios has quit IRC | 07:56 | |
*** jtomasek has joined #oooq | 08:07 | |
*** marios_ has joined #oooq | 08:09 | |
*** holser has joined #oooq | 08:12 | |
*** tosky has joined #oooq | 08:13 | |
*** tesseract has joined #oooq | 08:16 | |
*** amoralej|off is now known as amoralej | 08:20 | |
*** ykarel|lunch is now known as ykarel | 08:31 | |
*** bogdando has joined #oooq | 08:43 | |
*** holser has quit IRC | 08:46 | |
*** jpena|off is now known as jpena | 08:52 | |
*** ccamacho has joined #oooq | 08:57 | |
zbr | sshnaidm: probably you could have saved some time wf https://review.opendev.org/#/c/704395/ | 08:58 |
zbr | i really wonder how that happened | 08:58 |
zbr | because the linters job should never had passed the gate | 08:59 |
sshnaidm | zbr, so we don't need this? https://review.opendev.org/#/c/704502/2 | 09:00 |
zbr | we need it merged asap | 09:01 |
zbr | ahh, it was already included in the other for yesterday | 09:01 |
zbr | better idea to check existing reviews before creating new one, it was more than 8h old | 09:01 |
zbr | and the queue in this repo is not so big | 09:01 |
sshnaidm | zbr, can we please make an order there and not duplicate fixes in all roles? Let's keep role patches alone and linters fixes separately, don't mix changes in one patch | 09:02 |
chkumar|rover | marios_, we got an upgrade bug https://bugs.launchpad.net/tripleo/+bug/1861083 whom can we forward? | 09:02 |
openstack | Launchpad bug 1861083 in tripleo "Master containerized undercloud upgrade job failed with tripleo_podman' role not found " [Critical,Triaged] | 09:02 |
sshnaidm | zbr, all linter, tox, flake and everything that is not functional - in one whole patch | 09:03 |
sshnaidm | zbr, and please abandon everything that is not of these | 09:03 |
zbr | sshnaidm: so, do you know how it managed to get broken? | 09:04 |
marios_ | chkumar|rover: see pvt for roster | 09:04 |
sshnaidm | zbr, what is broken? | 09:05 |
chkumar|rover | matbu, o/ Please have a look at this bug https://bugs.launchpad.net/tripleo/+bug/1861083 when free | 09:05 |
openstack | Launchpad bug 1861083 in tripleo "Master containerized undercloud upgrade job failed with tripleo_podman' role not found " [Critical,Triaged] | 09:05 |
zbr | sshnaidm: i found two different broken linting issues on master on operator yesterday, broken, not improvements. | 09:06 |
sshnaidm | zbr, what exactly? | 09:06 |
zbr | newlines on inventory files, and flake8 was also broken. | 09:06 |
zbr | for flake8 i have a theory, but for the other one, no idea. | 09:07 |
sshnaidm | zbr, and what should fix inventory files? | 09:07 |
sshnaidm | it's neither yaml, nor bash or py | 09:07 |
zbr | sshnaidm: f***, I know why, it will happen again. | 09:08 |
*** marios_ is now known as marios | 09:08 | |
zbr | look inside tox.ini at linters | 09:08 |
zbr | instead of calling "pre-commit run -a" it does a very silly thing | 09:08 |
zbr | a very good example of how to not to use linters in tox, fixing now. | 09:09 |
sshnaidm | python -m pre_commit run yamllint -a ? | 09:09 |
zbr | wait, you will see my rewrite | 09:10 |
zbr | and i know why i found it, apparently i am the only one that runs precommit locally. | 09:13 |
sshnaidm | you're only one that runs precommit | 09:14 |
matbu | chkumar|rover: yep i will | 09:16 |
chkumar|rover | matbu, thanks :-) | 09:16 |
sshnaidm | zbr, can you +2 https://review.opendev.org/#/c/704279 | 09:28 |
zbr | sshnaidm: right after you make the .yamllint a rel symlink to root one | 09:30 |
sshnaidm | zbr, in followup | 09:30 |
zbr | promise? ;) okey. | 09:30 |
sshnaidm | zbr, no lint more lint fixes! | 09:31 |
sshnaidm | lint no more, 11 statement | 09:31 |
sshnaidm | zbr, why wouldn't you include this yamllint in your linters patch? | 09:32 |
zbr | is unrelated, but i +2 yours, no need to worry. | 09:32 |
zbr | sshnaidm: do i remember correctly that we are never supposed to have something in gate that is not identical in check? | 09:35 |
zbr | i think i found a way to avoid future bugs due to them getting out of sync | 09:35 |
sshnaidm | zbr, all voting jobs should be in check and gate, ys | 09:38 |
sshnaidm | non-voting should be in check only | 09:39 |
*** dsneddon has joined #oooq | 09:47 | |
*** dsneddon has quit IRC | 09:52 | |
zbr | sshnaidm: upstream has a check for these, which I was going to convert into a pre-commit hook during next weekend. | 10:05 |
*** jbadiapa has joined #oooq | 10:05 | |
chkumar|rover | brb | 10:05 |
zbr | if you are curious, i may need a hand on https://pypi.org/project/zuul-lint/ ;) | 10:05 |
zbr | soon we will now if we did a zuul nonsense before we create the PR | 10:06 |
sshnaidm | omg, zuul-lint | 10:10 |
zbr | sshnaidm: btw, you may find this script useful https://github.com/ssbarnea/harem/blob/master/bin/render-yaml | 10:12 |
zbr | i use it to test anchors, when needed. | 10:12 |
zbr | maybe i should have call it zoolander | 10:13 |
sshnaidm | interesting | 10:14 |
zbr | sshnaidm: re pep8 issue, should I keep a pep8 alias in tox for compatibility? | 10:17 |
sshnaidm | zbr, take a look at #sf-ops please | 10:17 |
sshnaidm | zbr, we're out of place in logs on rdo | 10:18 |
*** soniya29 has joined #oooq | 10:20 | |
*** holser has joined #oooq | 10:25 | |
*** holser has quit IRC | 10:26 | |
*** holser has joined #oooq | 10:26 | |
chkumar|rover | arxcruz, sshnaidm marios https://review.rdoproject.org/r/#/c/24701/ what do you think about this | 10:42 |
chkumar|rover | ? | 10:42 |
marios | chkumar|rover: you mean for fs20 split? i thought we didn't want standalone so we can use a multinode like fs10/fs1 is the main thing i can think of | 10:44 |
chkumar|rover | marios, fs020 is main, I was taking a look at this one, as both jobs are same as sometimes false positive results were coming so thought giving a try | 10:45 |
marios | chkumar|rover: hmm so you mean as well as fs10/fs1 for *.api? | 10:46 |
marios | chkumar|rover: in this case, not sure, since it would mean big increase in the runtime for it... we might have some pushback for that | 10:46 |
marios | chkumar|rover: since standalone is meant to be faster test | 10:46 |
chkumar|rover | marios, yes same goes for fs10/fs01 for *.api | 10:47 |
chkumar|rover | marios, I was checking the time how much it got increased and decreased | 10:47 |
marios | chkumar|rover: well not really i mean standalone is special case | 10:47 |
marios | chkumar|rover: but i'm confused. is it *instead* of fs10/fs1 or both? | 10:48 |
chkumar|rover | marios, ok | 10:48 |
chkumar|rover | marios, we have two types of jobs, standalone and multinode, on multinode your work on splitting api & scenario tests are needed | 10:48 |
chkumar|rover | marios, for standalone same kind of job, I wanted to see if I split the tests whether it will be useful or not as it will run in periodic | 10:49 |
marios | chkumar|rover: k so as well as no instead. ack i added some of the chat into review see what others think as well | 10:50 |
chkumar|rover | marios, great, thanks :-) | 10:50 |
arxcruz | marios: chkumar|rover i'm okay with that | 10:58 |
arxcruz | looks good | 10:58 |
marios | arxcruz: ack comment on the review we can have the async discussion there | 11:04 |
arxcruz | ok | 11:05 |
*** dtantsur|afk is now known as dtantsur | 11:07 | |
zbr | sshnaidm: EmilienM: we need to merge https://review.opendev.org/#/c/704512/5 on operator asap to prevent regression | 11:26 |
sshnaidm | zbr, lemme check if it works | 11:29 |
marios | panda: can you check comment/question at https://review.rdoproject.org/r/#/c/24665/2/ci-scripts/dlrnapi_promoter/dlrnapi_promoter.py when you have time please | 11:32 |
marios | panda: going to update in a sec ^^ see if you agree better with v3 thanks | 11:45 |
chkumar|rover | sshnaidm, few of the jobs are hitting with 500 error on rdo-cloud periodic jobs, I think there might be capacity issue | 11:45 |
sshnaidm | chkumar|rover, logs..? | 11:46 |
chkumar|rover | sshnaidm, http://logs.rdoproject.org/00/24700/1/check/periodic-tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001-master/8554e88/logs/undercloud/home/zuul/overcloud_deploy.log | 11:46 |
chkumar|rover | recent one | 11:46 |
sshnaidm | chkumar|rover, http://logs.rdoproject.org/00/24700/1/check/periodic-tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001-master/8554e88/logs/undercloud/var/log/extra/errors.txt.txt | 11:49 |
sshnaidm | chkumar|rover, I see there ironic timeouts | 11:49 |
sshnaidm | ERROR ironic.conductor.utils [req-ced5d74c-6112-41af-b111-f0e541287006 - - - - -] Timeout reached while waiting for callback for node | 11:50 |
chkumar|rover | sshnaidm, is it ok? | 11:52 |
sshnaidm | chkumar|rover, definitely not ok | 11:52 |
sshnaidm | chkumar|rover, http://logs.rdoproject.org/00/24700/1/check/periodic-tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001-master/8554e88/logs/ | 11:52 |
sshnaidm | chkumar|rover, two of bmc failed to provision, no logs | 11:52 |
sshnaidm | chkumar|rover, it can be because of network failures in the tenant, worth to talk to kforde | 11:52 |
*** soniya29 has quit IRC | 11:55 | |
chkumar|rover | brb | 11:56 |
*** soniya29 has joined #oooq | 12:01 | |
EmilienM | zbr: done | 12:15 |
*** jpena is now known as jpena|lunch | 12:23 | |
arxcruz | chkumar|rover: marios are the fs020 tests split already merged? I can check but an answer would be faster :) | 12:33 |
arxcruz | just want to check some tests I'm doing | 12:33 |
chkumar|rover | arxcruz, nope | 12:33 |
arxcruz | chkumar|rover: cool, thanks | 12:33 |
marios | arxcruz: no | 12:33 |
arxcruz | marios: efcharistó | 12:34 |
marios | arxcruz: see https://tree.taiga.io/project/tripleo-ci-board/task/1383 for links to reviews | 12:34 |
marios | arxcruz: παρακαλώ | 12:34 |
arxcruz | marios: actually, i need to have it not merged so, i'm good :D | 12:34 |
marios | arxcruz: ack | 12:34 |
panda | marios: commented. also, did you hear what happened with ppc containers ? ci-centos job was down, so in the end there were no ppc containers available for the hash that promoted to master. | 12:40 |
chkumar|rover | arxcruz, https://bugs.launchpad.net/tripleo/+bug/1861102 | 12:41 |
openstack | Launchpad bug 1861102 in tripleo "Multiple neutron tempest plugin tests failure with AttributeError: 'NoneType' object has no attribute 'open_session'" [High,Triaged] | 12:41 |
marios | panda: ack .. no i didn't hear about ppc containers. so it *was* just that there were no ppc tagged containers for the hash we were promoting as suspected... good i guess? | 12:41 |
panda | mmmh master promoted again and no ppc too | 12:42 |
marios | panda: or at least not yet proven to be 'our fault' :D | 12:42 |
panda | marios: yep | 12:42 |
marios | panda: ack on the comment i'll update that in a bit switched to other stuffs for now | 12:43 |
marios | panda: thanks for checking | 12:43 |
arxcruz | chkumar|rover: is this already with the new ssh patch on tempest ? | 12:43 |
chkumar|rover | arxcruz, nope | 12:44 |
panda | mjturek: master promoted again, but no sign of ppc containers in rdo :( | 12:44 |
chkumar|rover | arxcruz, that issue was poped up in master, so i am testing with neutron tempest plugin master in train https://review.rdoproject.org/r/#/c/24683/ | 12:55 |
*** rlandy has joined #oooq | 12:59 | |
*** dsneddon has joined #oooq | 13:00 | |
chkumar|rover | weshay|ruck, meeting time | 13:01 |
rlandy | chkumar|rover: how much more hardware do you want? | 13:01 |
rlandy | we could spare the stein box if needed | 13:01 |
chkumar|rover | rlandy, may be we can reuse the box and run the tests in group. | 13:02 |
rlandy | chkumar|rover: k - let me know | 13:02 |
rlandy | marios: hey | 13:03 |
rlandy | marios: so ... I reran https://review.rdoproject.org/r/#/c/24339/ | 13:04 |
rlandy | now we have more failures :( | 13:04 |
*** dsneddon has quit IRC | 13:04 | |
rlandy | marios: also - let me know when you have time to touch base about rhel containers | 13:05 |
chkumar|rover | rlandy, https://sf.hosted.upshift.rdu2.redhat.com/logs/84/190384/14/check/tripleo-podman-integration-rhel-8-standalone-rhos-16/c1b132f/logs/undercloud/home/zuul/repo_setup.log | 13:05 |
*** ykarel is now known as ykarel|mtg | 13:06 | |
chkumar|rover | rlandy, Failed to download metadata for repo 'podman-override' | 13:06 |
chkumar|rover | baseurl is correct, but not sure why it is coming | 13:07 |
rlandy | chkumar|rover: looking | 13:10 |
chkumar|rover | today rhel8 train will promote. | 13:10 |
*** amoralej is now known as amoralej|lunch | 13:12 | |
*** jpena|lunch is now known as jpena | 13:20 | |
*** dtantsur is now known as dtantsur|lunch | 13:20 | |
marios | rlandy: o/ thanks, i didn't check that fs20 split yet /#/c/24339/ not sure i'll get to it... re containers, i switched to that a litle while ago and trying to progress.. i updated some nits in the manual steps | 13:20 |
*** udesale_ has joined #oooq | 13:22 | |
sshnaidm | zbr, seems like markdown linter requires ruby: https://39039997fcbb4b828585-e86ceb7af3919e0f43bac254438f726c.ssl.cf2.rackcdn.com/704423/4/check/openstack-tox-pep8/8221045/job-output.txt | 13:22 |
zbr | yep, i know. there is no actively maintained python based linter. fixable anyway. | 13:23 |
marios | rlandy: we can catch up on calls in bit and then after ? | 13:23 |
*** udesale has quit IRC | 13:25 | |
*** ratailor has quit IRC | 13:25 | |
*** skramaja has quit IRC | 13:27 | |
arxcruz | chkumar|rover: this is a very hard to track issue | 13:27 |
arxcruz | chkumar|rover: but here's what I found | 13:27 |
arxcruz | it's a concurrency issue | 13:27 |
arxcruz | chkumar|rover: are you with me? if you want we can have a gmeet session, because it's hard to follow | 13:28 |
chkumar|rover | arxcruz, you mean the bm failaues | 13:28 |
chkumar|rover | ? | 13:28 |
arxcruz | chkumar|rover: the neutron tempest failure | 13:28 |
zbr | weshay|ruck: wf https://review.opendev.org/#/c/704020/ *now* -- logs | 13:28 |
chkumar|rover | arxcruz, ah there is a fix merged already https://review.opendev.org/#/c/701018/ | 13:29 |
chkumar|rover | arxcruz, I am testing it with current patch, if still not works, then we can update the concurrency, | 13:29 |
chkumar|rover | currently in another meeting | 13:29 |
arxcruz | chkumar|rover: (╯°□°)╯︵ ┻━┻ | 13:30 |
arxcruz | so many time on this :/ | 13:30 |
arxcruz | anyway, great, one less problem to worry about | 13:30 |
*** marios is now known as marios|call | 13:30 | |
*** saneax has quit IRC | 13:31 | |
rlandy | chkumar|rover: looks like one of two options - proxy or not compatible | 13:31 |
chkumar|rover | jpena, https://sf.hosted.upshift.rdu2.redhat.com/logs/84/190384/14/check/tripleo-podman-integration-rhel-8-standalone-rhos-16/c1b132f/logs/undercloud/home/zuul/repo_setup.log please have a look | 13:31 |
rfolco | https://hackmd.io/IhMCTNMBSF6xtqiEd9Z0Kw?both | 13:32 |
rfolco | weshay|ruck, around? | 13:33 |
rfolco | community mtg | 13:33 |
weshay|ruck | hey yes.. in mtg | 13:33 |
rfolco | https://meet.google.com/bqx-xwht-wky?authuser=1 | 13:33 |
rfolco | re: - (wes/folco) centos7/8 container name collision centos-binary-xxxx | 13:34 |
rlandy | chkumar|rover: have you asked jpena re: 'Failed to download metadata for repo'? | 13:36 |
chkumar|rover | jpena, yes pinged above | 13:36 |
jpena | I'm checking | 13:36 |
chkumar|rover | matbu, got the idea where to fix the upgrade issue | 13:38 |
chkumar|rover | let me propose the patch thanks ykarel|mtg | 13:38 |
matbu | chkumar|rover: im pushing somethin atm | 13:39 |
chkumar|rover | matbu, ok then | 13:39 |
chkumar|rover | will test it in ci | 13:39 |
rlandy | sshnaidm: we should touch base about training OVB ... some time today? | 13:39 |
sshnaidm | rlandy, yeah, ping me when you're ready | 13:40 |
jpena | chkumar|rover: the issue is caused by the SSL certificate in the log server, which is not recognized by the VM (it must be signed by an internal CA). We can either get the CA cert in the VM, or set "sslverify=no" in the podman-override repo file | 13:40 |
rlandy | chkumar|rover: jpena: when we create the .repo file? if so, let's just try it. easiest path | 13:44 |
chkumar|rover | setting sslverify to no | 13:44 |
jpena | rlandy: yes, I've tested it locally | 13:44 |
rlandy | ok - minor change of the patch | 13:45 |
rlandy | putting in change | 13:45 |
*** Goneri has joined #oooq | 13:48 | |
bogdando | ola devops ppl | 13:48 |
bogdando | did you got perchance any experience with tweaking ssh connection transport over high latency? | 13:48 |
bogdando | like 500ms, to have it working seamlessly and having ansible never timed out | 13:48 |
chkumar|rover | rlandy, sslverify support needs to be added to tq | 13:51 |
chkumar|rover | proposing patch | 13:51 |
matbu | chkumar|rover: what do you have in mind ? | 13:55 |
chkumar|rover | matbu, https://opendev.org/openstack/tripleo-upgrade/src/branch/master/tasks/common/undercloud_prerequisites.yaml#L8 | 13:55 |
chkumar|rover | adding tripleo-ansible here | 13:55 |
matbu | ha yep | 13:55 |
matbu | this is what i have pushed | 13:55 |
chkumar|rover | if present then | 13:55 |
marios|call | black review from zbr at * https://review.opendev.org/#/c/703980/4 | 13:58 |
chkumar|rover | matbu, https://bugs.launchpad.net/tripleo/+bug/1861083 please add the bug link in commit message thanks :-) | 13:59 |
openstack | Launchpad bug 1861083 in tripleo "Master containerized undercloud upgrade job failed with tripleo_podman' role not found " [Critical,Triaged] | 13:59 |
matbu | chkumar|rover: yep i will do | 13:59 |
chkumar|rover | weshay|ruck, train might promote today, fingers crossed | 14:03 |
chkumar|rover | fs020 is still running | 14:03 |
*** pojadhav is now known as pojadhav|afk | 14:06 | |
*** marios|call is now known as marios | 14:07 | |
chkumar|rover | weshay|ruck, heading home, see ya in a bit | 14:07 |
*** ykarel|mtg is now known as ykarel | 14:09 | |
*** soniya29 has quit IRC | 14:11 | |
*** dtantsur|lunch is now known as dtantsur | 14:12 | |
*** ykarel is now known as ykarel|away | 14:18 | |
*** amoralej|lunch is now known as amoralej | 14:27 | |
*** hamzy__ is now known as hamzy | 14:28 | |
weshay|ruck | chkumar|rover, you still w/ me? | 14:34 |
weshay|ruck | ah dam | 14:34 |
weshay|ruck | zbr, how we doing w/ collect-logs? need reviews? | 14:37 |
weshay|ruck | zbr, please join #sf-ops | 14:37 |
*** TrevorV has joined #oooq | 14:37 | |
rlandy | marios: http://pastebin.test.redhat.com/830996 .. that's as far as my container build went. | 14:48 |
marios | rlandy: ack, me not much further * http://paste.openstack.org/raw/788871/ | 14:48 |
marios | rlandy: lets sync in 10 mins? | 14:48 |
rlandy | yep | 14:49 |
chkumar|rover | weshay|ruck, I am back | 14:56 |
weshay|ruck | chkumar|rover, hey... can we chat for 5? | 14:56 |
weshay|ruck | ruck rover stuff | 14:56 |
chkumar|rover | weshay|ruck, yes | 14:56 |
weshay|ruck | https://meet.google.com/yjs-egvk-cxp?authuser=1 | 14:57 |
*** jtomasek has quit IRC | 15:00 | |
*** dsneddon has joined #oooq | 15:01 | |
chkumar|rover | weshay|ruck, https://code.engineering.redhat.com/gerrit/#/c/190384/ | 15:05 |
*** dsneddon has quit IRC | 15:06 | |
chkumar|rover | weshay|ruck, http://pkgs.devel.redhat.com/cgit/rpms/podman/tree/podman.spec?h=stream-container-tools-1.0-rhel-8.1.0 | 15:06 |
chkumar|rover | weshay|ruck, https://code.engineering.redhat.com/gerrit/#/c/190384/ | 15:10 |
chkumar|rover | rlandy, commented back on sslverify patch | 15:17 |
rlandy | chkumar|rover: ^^ added depends-on to that to include tq patch | 15:17 |
rlandy | k - updating | 15:18 |
chkumar|rover | rlandy, yup thanks :-) | 15:18 |
rlandy | chkumar|rover: hmmm ... actually I am not sure it should be 1 - we can see what impact it has on the other repos .. will see how the tests shake out | 15:20 |
chkumar|rover | rlandy, ok | 15:20 |
rlandy | chkumar|rover: if the patch passes tests, great | 15:20 |
chkumar|rover | works for me | 15:27 |
chkumar|rover | weshay|ruck, rlandy sshnaidm zbr please get this merged https://review.opendev.org/#/c/704564/ in your evening | 15:28 |
*** jjoyce has joined #oooq | 15:33 | |
*** jjoyce has quit IRC | 15:34 | |
*** jjoyce has joined #oooq | 15:36 | |
*** jjoyce is now known as fuzzball81 | 15:38 | |
*** migi has joined #oooq | 15:41 | |
*** Goneri has quit IRC | 15:47 | |
*** jfrancoa has quit IRC | 15:51 | |
chkumar|rover | weshay|ruck, rlandy arxcruz ssbarnea sshnaidm rfolco need feedback on this review https://review.rdoproject.org/r/#/c/24701/ | 15:54 |
sshnaidm | chkumar|rover, I think it's worth to make list of running tests in this job, current running job and 020 job | 15:57 |
sshnaidm | chkumar|rover, so we can compare them and see if we miss some tests anywhere | 15:57 |
sshnaidm | chkumar|rover, without list of jobs I don't know which coverage it has | 15:57 |
chkumar|rover | sshnaidm, yes, good point, will add that. | 15:58 |
*** pojadhav|afk is now known as pojadhav | 16:00 | |
chkumar|rover | Thanks folks, See ya tomorrow, Have a nice day ahead :-) | 16:02 |
*** chkumar|rover is now known as raukadah | 16:02 | |
*** marios is now known as marios|call | 16:03 | |
raukadah | migi, Will schedule a time tomorrow, sorry | 16:03 |
raukadah | migi, you are in which time zone? | 16:03 |
rlandy | raukadah: think this may be working ... https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/stream/64a145b7a3914fc08fefcd193243a9a1?logfile=console.log | 16:04 |
rlandy | repo-setup has not bailed yet | 16:05 |
*** jfrancoa has joined #oooq | 16:06 | |
*** udesale_ has quit IRC | 16:22 | |
*** marios|call is now known as marios | 16:37 | |
*** marios is now known as marios|out | 16:44 | |
sshnaidm | rlandy, weshay|ruck so what about ovb sync for bootcamp, should we do it today or later? | 16:44 |
rlandy | fine by me either way | 16:45 |
weshay|ruck | just holla | 16:45 |
rlandy | now? | 16:45 |
weshay|ruck | I have time now | 16:45 |
*** jpena is now known as jpena|brb | 16:45 | |
*** rfolco is now known as rfolco|bbl | 16:46 | |
*** soniya29 has joined #oooq | 16:47 | |
weshay|ruck | sshnaidm, guestion to you ^ | 16:48 |
sshnaidm | weshay|ruck, rlandy yes, let's do it | 16:48 |
*** bogdando has quit IRC | 16:48 | |
rlandy | k | 16:48 |
weshay|ruck | https://meet.google.com/seq-eimc-kpw?authuser=1 | 16:48 |
*** marios|out has quit IRC | 16:59 | |
*** tesseract has quit IRC | 17:01 | |
*** TrevorV has quit IRC | 17:12 | |
*** soniya29 has quit IRC | 17:19 | |
*** holser has quit IRC | 17:20 | |
*** holser__ has joined #oooq | 17:20 | |
weshay|ruck | rlandy, weird.. my key is correct in this | 17:21 |
rlandy | raukadah: podman job is at tempest | 17:21 |
rlandy | looks good | 17:21 |
raukadah | rlandy, awesome, It is going to fail | 17:21 |
rlandy | it's fine | 17:21 |
raukadah | i will file bug tomorrow | 17:21 |
rlandy | unrelated problem | 17:21 |
rlandy | raukadah: k - we can talk about roles tomorrow before we merge any duplicate stuff | 17:22 |
rlandy | weshay|ruck: weird | 17:22 |
rlandy | can you ssh to the bootcamp0 instance? | 17:22 |
rlandy | getting ip | 17:22 |
*** jpena|brb is now known as jpena | 17:24 | |
arxcruz | raukadah: how log is the fs020 taking to run? | 17:26 |
*** TrevorV has joined #oooq | 17:26 | |
raukadah | arxcruz, you mean this review https://review.rdoproject.org/r/#/c/24683/ ? still waiting on zuul | 17:29 |
arxcruz | raukadah: no, in general | 17:29 |
rlandy | woohoo base container built | 17:30 |
raukadah | arxcruz, https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-centos-7-ovb-1ctlr_2comp-featureset020-master 17895 secs | 17:31 |
rlandy | weshay|ruck: ^^ | 17:31 |
*** chem has quit IRC | 17:32 | |
*** chem has joined #oooq | 17:33 | |
weshay|ruck | rlandy, nice | 17:36 |
rlandy | coul duse some help on how to change the kolla-build.conf | 17:36 |
rlandy | could use | 17:37 |
*** holser__ has quit IRC | 17:41 | |
*** holser has joined #oooq | 17:42 | |
weshay|ruck | zbr, please turn gzip off in the upstream logs | 17:55 |
weshay|ruck | zbr, https://5b52484e38164f93b6c2-9e0477d6144af66a12f4a85c337959e0.ssl.cf2.rackcdn.com/682410/15/gate/tripleo-ci-centos-7-containers-undercloud-minion/51bd12e/logs/undercloud/home/zuul/ | 17:55 |
zbr | weshay|ruck: the change is still in gate | 17:55 |
* weshay|ruck looks | 17:56 | |
zbr | 702883 | 17:56 |
weshay|ruck | zbr, where is the when condition? https://review.opendev.org/#/c/704020/8/tasks/collect.yml | 17:57 |
raukadah | weshay|ruck, do we want to include minions jobs in promotion pipeline? | 17:57 |
weshay|ruck | should be a subset of undercloud.. but it's always safer to have every gate job in promotion | 17:58 |
weshay|ruck | so I would say yes | 17:58 |
raukadah | weshay|ruck, will get job definition and patches up tomorrow | 17:59 |
weshay|ruck | zbr, I think you need to update your patches | 18:00 |
*** derekh has quit IRC | 18:00 | |
weshay|ruck | zbr, please take another look as upstream logs are getting zipped | 18:00 |
weshay|ruck | and now are not html browsable | 18:00 |
zbr | weshay|ruck: is known, sshnaidm agreed a this being a temporary workaround to prevent rdo from colapsing | 18:02 |
zbr | weshay|ruck: https://review.opendev.org/#/c/702883/2 part of it | 18:03 |
zbr | weshay|ruck: making now the when... | 18:06 |
*** dtantsur is now known as dtantsur|afk | 18:07 | |
sshnaidm | zbr, hmm.. I still see something is gzipped: https://feabd393e4f0f9d5bf69-aab3be9bb5aeae7aa25cf74024d6596b.ssl.cf5.rackcdn.com/702883/2/check/tripleo-ci-centos-7-containers-multinode-rocky/740f6b7/logs/undercloud/home/zuul/ | 18:10 |
sshnaidm | zbr, like overcloud_prep_containers.log.txt.gz | 18:10 |
sshnaidm | but not all | 18:10 |
weshay|ruck | rfolco|bbl, ugh | 18:10 |
weshay|ruck | ping me | 18:10 |
zbr | https://review.opendev.org/#/c/704649/1 | 18:12 |
sshnaidm | zbr, |bool ? | 18:12 |
*** holser has quit IRC | 18:14 | |
*** amoralej is now known as amoralej|off | 18:18 | |
zbr | sshnaidm: why? passed ansible-lint, not reason to worry. | 18:25 |
sshnaidm | zbr, ansible-lint is too easy to pass :) | 18:25 |
zbr | true | 18:25 |
migi | raukadah: hey | 18:29 |
*** holser has joined #oooq | 18:30 | |
*** jpena is now known as jpena|off | 18:32 | |
*** holser has quit IRC | 18:40 | |
*** dsneddon has joined #oooq | 18:58 | |
migi | raukadah: I am in GMT+1 | 19:00 |
weshay|ruck | rfolco|bbl, nevermind.. found what I was looking for | 19:00 |
migi | weshay|ruck: hey I'm at home but looks like it's scheduled for 2morrow ? | 19:02 |
*** TrevorV has quit IRC | 19:03 | |
weshay|ruck | migi, sorry man.. I told you in the email.. tomorrow tommorrow | 19:04 |
weshay|ruck | I love you tomorrow | 19:04 |
weshay|ruck | you're always | 19:04 |
weshay|ruck | a | 19:04 |
weshay|ruck | da | 19:04 |
weshay|ruck | y | 19:04 |
weshay|ruck | away | 19:04 |
migi | weshay|ruck: cool | 19:05 |
*** rfolco|bbl has quit IRC | 19:19 | |
*** TrevorV has joined #oooq | 19:26 | |
rlandy | weshay|ruck: rhos-15 latest looks good | 20:16 |
weshay|ruck | rlandy, it's still running | 20:16 |
weshay|ruck | did you cheat and ssh in? | 20:16 |
rlandy | no - but sometimes it fails deploy earlier | 20:17 |
weshay|ruck | aye | 20:17 |
rlandy | I'm extrapolating - it could still fail | 20:17 |
*** rfolco has joined #oooq | 20:24 | |
*** TrevorV has quit IRC | 20:57 | |
rlandy | weshay|ruck: have a few minutes to review instance creation scripts | 21:12 |
weshay|ruck | rlandy, post them to gitlab internal | 21:13 |
rlandy | k | 21:16 |
weshay|ruck | rfolco, updated centos-8 container build user stories | 21:19 |
*** jbadiapa has quit IRC | 21:24 | |
*** jfrancoa has quit IRC | 22:18 | |
zbr | i hope you will look into merging https://review.opendev.org/#/c/704649/ asap, i go offline now. | 22:21 |
*** jmasud has quit IRC | 22:34 | |
rlandy | weshay|ruck: https://gitlab.cee.redhat.com/snippets/1666 | 22:44 |
*** rfolco has quit IRC | 22:46 | |
*** rlandy is now known as rlandy|bbl | 23:32 | |
weshay|ruck | rlandy|bbl, thanks | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!