*** ykarel|away is now known as ykarel | 04:57 | |
chandankumar | ykarel: hello | 05:47 |
---|---|---|
chandankumar | ykarel: can you take a look at this bug https://bugs.launchpad.net/tripleo/+bug/1939023 | 05:47 |
chandankumar | ykarel: the job is timing out, it might be related to ovs update | 05:47 |
ykarel | chandankumar, looking | 05:48 |
ykarel | chandankumar, in quick look doesn't look related to ovs, but will check more in some time | 05:53 |
ykarel | also need to check why only wallaby if it's only affecting wallaby | 05:54 |
chandankumar | ykarel: yes correct | 06:06 |
chandankumar | ykarel: can you pass me the repo link of nfvinfo? | 06:06 |
ykarel | chandankumar, http://mirror.centos.org/centos/8-stream/nfv/x86_64/openvswitch-2/ | 06:07 |
chandankumar | ykarel: sorry git repo link | 06:08 |
ykarel | https://git.centos.org/rpms/openvswitch | 06:08 |
chandankumar | ykarel: sorry I was looking for this "https://review.rdoproject.org/r/nfvinfo" got it, thanks :-) | 06:09 |
ykarel | ohkk i misread nfvinfo | 06:10 |
chandankumar | ykarel: for master and wallaby the ovs version is same | 06:14 |
chandankumar | in current run, both are passing | 06:15 |
chandankumar | *for both release it is passing | 06:15 |
chandankumar | wallaby and master | 06:15 |
ykarel | chandankumar, ussuri+ all using same ovs version | 06:15 |
chandankumar | ykarel: for victoria it is openvswitch2.13-2.13.0-120.el8.x86_64 | 06:16 |
chandankumar | from wallaby openvswitch2.15-2.15.0-32.el8s.x86_64 is used | 06:17 |
ykarel | chandankumar, ahhk right, ovs2.15 is added in wallaby+ only | 06:17 |
*** dpawlik6 is now known as dpawlik | 07:07 | |
*** holser is now known as holser_ | 07:32 | |
*** jpena|off is now known as jpena | 07:33 | |
zbr | marios|ruck: it WORKED! https://review.opendev.org/c/openstack/tripleo-quickstart/+/801776 - please double check, maybe i am dreaming | 08:22 |
marios | zbr: :) looking | 08:22 |
zbr | i will now clean it up, so we can merge it. We will add the code to install from zuul in follow-up, using galaxy for start should be enough. | 08:23 |
zbr | as you can see I removed places where we adulterated ansible paths | 08:23 |
marios | zbr: but there is no depends-on there where are you installing the collection | 08:25 |
zbr | why to have one? i am installing it from galaxy | 08:25 |
marios | https://review.opendev.org/c/openstack/tripleo-quickstart/+/801776/15/install-deps.sh | 08:25 |
marios | zbr: yeah i see you have it there ^^ | 08:25 |
marios | zbr: so does it mean it obsoletes https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/793331 | 08:26 |
zbr | totally | 08:26 |
marios | zbr: great :) | 08:27 |
*** ykarel is now known as ykarel|lunch | 08:27 | |
zbr | there is no need to deploy collections/modules to remotes, only controller needs them | 08:27 |
marios | zbr: good timing too you made it within contract 'by wednesday' ;) | 08:27 |
zbr | that is because ansible does this by itselt: read about ansiballz | 08:27 |
* marios cancels hit from the dark web i hope they will refund me | 08:27 | |
zbr | done = merged, we still have work to do. | 08:28 |
marios | zbr: checking the multinode cos i dont believe you yet | 08:28 |
marios | ;) | 08:28 |
zbr | but we now know that it works | 08:28 |
zbr | please do | 08:28 |
marios | 2021-08-11 18:34:05.222447 | primary | TASK [repo-setup : Get DLRN hash current using tripleo_get_hash (no mirror)] *** | 08:29 |
marios | 2021-08-11 18:34:05.222596 | primary | Wednesday 11 August 2021 18:34:05 +0000 (0:00:00.189) 0:00:12.839 ****** | 08:29 |
marios | 2021-08-11 18:34:06.656856 | primary | ok: [subnode-1] | 08:29 |
marios | nice | 08:29 |
zbr | if you or others are interested i can explain in a meet what i learned about how ansible runs modules. there are few things that are not really documented. | 08:29 |
zbr | like: "only python files are included in ansiballz archibe", so you cannot have data-files (like config.yaml) | 08:30 |
marios | zbr: will you abandon https://review.opendev.org/c/openstack/tripleo-quickstart/+/801776 or, if you prefer split out the install bit and i can have my stuff in https://review.opendev.org/c/openstack/tripleo-quickstart/+/791486 | 08:31 |
zbr | i made it an implicit config, in constants.py, you will see soon. | 08:31 |
marios | zbr: i could rebase +/791486 onto your install patch at tripleo-quickstart/+/801776 | 08:31 |
zbr | once we know the limitations, we will be able to write modules much easier. | 08:31 |
zbr | i will do it as soon i clean it, i need to remove debugging code from it | 08:32 |
marios | zbr: k | 08:32 |
zbr | can you point me to an example of code where we check if zuul cloned a sibling and install from it? | 08:36 |
zbr | i want to write the code to install from local when tripleo-repos is cloned, so it would enable use with depends-on. | 08:36 |
marios | zbr: what do you mean by cloned a sibling and install from it? | 08:39 |
zbr | when you use depends-on, zuul clones both repos so the code can test with both, but is up to your testing code to know how to make use of the other repo. | 08:40 |
marios | zbr: yeah i know what you mean sec | 08:43 |
marios | zbr: maybe you mean that https://opendev.org/openstack/tripleo-quickstart-extras/src/commit/4c225d64654bffc057daf89edaecb866b8890d3b/roles/build-test-packages/tasks/main.yml#L197-L200 | 08:44 |
* zbr still digging for a bash example of doing if -f zuul-repo-path .... | 08:44 | |
zbr | i need bash version, i am sure we did it in several places, but just.... | 08:45 |
marios | zbr: we should also make sure this method works ok for dstream like eg. https://code.engineering.redhat.com/gerrit/c/testproject/+/262629 | 08:50 |
marios | zbr: i'll update the depends-on there lets see | 08:50 |
*** sshnaidm|afk is now known as sshnaidm | 08:55 | |
zbr | that reminded me that i have a little bit of cleanup to do on that gerrit server. | 09:00 |
zbr | i realised i have >20 draft comments, some 4yrs old. | 09:01 |
marios | biab | 09:15 |
bhagyashris | folks plz add into your review list https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34706 thanks marios for review | 09:36 |
*** ykarel|lunch is now known as ykarel | 09:46 | |
zbr | marios: to double check, your patch is about making use of get hash and you want me to only perform the install in mine, right? makes sense. | 10:06 |
marios | zbr: yeah i think it can be split? so i keep my stuff in the wireup patch | 10:07 |
zbr | no problem with that | 10:07 |
marios | zbr: i think if your patch doesn't touch repo setup role and only the ansible.cfg/install-deps etc | 10:08 |
marios | zbr: ack thanks | 10:08 |
frenzy_friday | Hey arxcruz zbr this finally passed. Pl add it to your review list https://review.opendev.org/c/opendev/elastic-recheck/+/803897 | 10:19 |
arxcruz | frenzy_friday: great, i'll take a look | 10:29 |
zbr | frenzy_friday: done, few comments | 10:33 |
*** dviroel|ruck|out is now known as dviroel|ruck | 11:24 | |
*** jpena is now known as jpena|lunch | 11:33 | |
*** beagles is now known as eagles | 11:35 | |
*** rlandy is now known as rlandy|rover | 11:41 | |
rlandy|rover | dviroel|ruck: hi - how's your first day on ruck/rover? | 11:45 |
dviroel|ruck | rlandy|rover: hi, so far so good | 11:46 |
dviroel|ruck | 1 gate blocker with patch in progress | 11:46 |
dviroel|ruck | :) | 11:46 |
chandankumar | rlandy|rover: hey | 11:48 |
rlandy|rover | gate blocker or promotion blocker? | 11:48 |
rlandy|rover | chandankumar: hey - we should chat for a few | 11:48 |
rlandy|rover | have meeting in 10 mins | 11:48 |
chandankumar | rlandy|rover: yes sure | 11:48 |
rlandy|rover | but let's catch up | 11:48 |
rlandy|rover | chandankumar: https://meet.google.com/foc-edaw-nxp?pli=1&authuser=0 | 11:49 |
dviroel|ruck | rlandy|rover: here https://bugs.launchpad.net/tripleo/+bug/1939674 | 11:52 |
dviroel|ruck | also affects upstream gate | 11:53 |
weshay|ruck | rlandy|rover, added backfil form to https://docs.google.com/document/d/1gIRpNW0yZ-Dciw00vqeH6axisrQBqLpaEXmxf8f0xNA/edit | 12:15 |
rlandy|rover | chandankumar: out ... we can continue fs035 https://meet.google.com/foc-edaw-nxp?pli=1&authuser=0 | 12:21 |
chandankumar | rlandy|rover: sure | 12:21 |
chandankumar | rlandy|rover: https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset035-wallaby/d385cc6/logs/undercloud/home/zuul/tempest/tempest.log.txt.gz | 12:23 |
chandankumar | rlandy|rover: https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset035-wallaby/fb267a1/logs/undercloud/home/zuul/tempest/tempest.log.txt.gz | 12:23 |
chandankumar | rlandy|rover: test_create_image_from_stopped_server | 12:24 |
zbr | marios: chandankumar: please review https://review.opendev.org/c/openstack/tripleo-repos/+/804221 -- this change contains changes already included in the published version of the collection, the one we used for testing on tq. | 12:24 |
*** jpena|lunch is now known as jpena | 12:24 | |
weshay|ruck | rlandy|rover, I assume ur have ubi-9 as the base for cs9 container builds? | 12:28 |
* weshay|ruck looking for my notes on centos base.. vs ubi-8 | 12:28 | |
rlandy|rover | sec will get | 12:28 |
rlandy|rover | tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server | 12:29 |
marios | will do zbr | 12:30 |
marios | zbr: hmm... replace requests | 12:31 |
marios | zbr: i am working on added the status code checking that i told you about :) | 12:31 |
marios | zbr: so there is another conflict anyway will have a look | 12:31 |
marios | requests.exceptions.ConnectionError i am literally catching those in my code will push review in a bit trying to fix a test | 12:32 |
zbr | well, use requests goes away, that is not debatable. | 12:33 |
*** jpena is now known as jpena|off | 12:33 | |
bhagyashris | arxcruz, zbr, sshnaidm, rlandy|rover , marios, ysandeep, bhagyashris, svyas, soniya29, pojadhav, akahat, weshay|ruck , chandankumar, frenzy_friday, dviroel|ruck , | 12:51 |
bhagyashris | TripleO CI planning meeting in 9 mins | 12:51 |
bhagyashris | https://hackmd.io/P5sTPMSBREe5kBS_4jDhIg?both#2021-08-12-Unified-Sprint-49-Planning @ line no-211 | 12:51 |
bhagyashris | https://meet.google.com/tzj-biyv-ekk?authuser=0 | 12:52 |
zbr | marios: i hope that the path looks more clear now: https://review.opendev.org/q/topic:%22tripleo-get-hash%22+(status:open%20OR%20status:merged) | 12:52 |
zbr | there is still some code to change in the middle one but at least we have a clear path | 12:53 |
weshay|ruck | rlandy|rover, still in mtg here.. will be late | 12:56 |
marios | zbr: k will chek | 12:59 |
bhagyashris | akahat, chandankumar dviroel|ruck rlandy|rover weshay|ruck | 13:00 |
bhagyashris | planning meeting | 13:01 |
bhagyashris | weshay|ruck, rlandy|rover ^ | 13:02 |
akahat | arxcruz, hey.. i'm adding lint job for golang.. i found btrfs-progs-devel package is not there in c8-stream | 13:23 |
akahat | "No package btrfs-progs-devel available." | 13:23 |
akahat | https://logserver.rdoproject.org/59/34559/10/check/golangci-lint-ci-config/9a221a3/job-output.txt | 13:23 |
akahat | review: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34559 | 13:24 |
arxcruz | akahat: yeah, i think it's under development package | 13:24 |
arxcruz | akahat: on centos, it's available, not sure on stream | 13:24 |
arxcruz | akahat: i'll take a look after | 13:24 |
akahat | arxcruz, okay. | 13:24 |
*** ysandeep|PTO is now known as ysandeep | 13:26 | |
marios | rlandy|rover: bhagyashris: https://github.com/rdo-infra/ci-config/blob/4ec33ac45640a73bf7223b370a243e0817ca78b8/ci-scripts/dlrnapi_promoter/config_environments/rdo/CentOS-8/master.yaml#L37-L38 | 13:43 |
marios | scen10 ^^ | 13:43 |
bhagyashris | https://review.rdoproject.org/r/c/config/+/34575 | 13:44 |
rlandy|rover | thanks | 13:44 |
bhagyashris | https://issues.redhat.com/secure/RapidBoard.jspa?rapidView=11751&view=detail&selectedIssue=TRIPLEOCI-594 | 13:45 |
marios | zbr: please add to reveiws https://review.opendev.org/c/openstack/tripleo-repos/+/804385 | 13:49 |
bhagyashris | rlandy|rover, https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34688 | 13:51 |
chandankumar | rlandy|rover: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34688 | 13:51 |
ykarel | chandankumar, added findings for wallaby timeout issue https://bugs.launchpad.net/tripleo/+bug/1939023/comments/9 | 13:59 |
ykarel | kopecmartin, fyi ^^ i noticed you were also investigating as per last comment | 14:00 |
chandankumar | ykarel: kopecmartin awesome, we were also headed that path but with different test, thanks for digging in :-) | 14:01 |
chandankumar | ykarel++ kopecmartin++ | 14:01 |
ykarel | can try revert to confirm and look for the fix | 14:02 |
chandankumar | let me go with wallaby | 14:03 |
chandankumar | rlandy|rover: dviroel|ruck testing fs035 here https://review.rdoproject.org/r/c/testproject/+/24995 | 14:06 |
chandankumar | with revert | 14:06 |
rlandy|rover | cool - thanks | 14:07 |
*** holser is now known as holser_ | 14:11 | |
* frenzy_friday be back soon | 14:20 | |
*** dmellado_ is now known as dmellado | 14:24 | |
zbr | i just spoke with our jira folks and they merged my two RHN ids into one, so no more confusions. | 14:29 |
zbr | for plublic jira is normal to login with "personal" redhat logins but these logins can be linked to redhat, giving us full access. | 14:29 |
zbr | if anyone needs the same trick just email to rh-issues@ and mention both accounts and which one you want to keep. | 14:30 |
arxcruz | akahat: dnf --enablerepo=powertools install device-mapper-devel btrfs-progs-devel | 14:33 |
arxcruz | akahat: that's how i install it | 14:33 |
arxcruz | need to enable the powertools, not sure on stream | 14:33 |
akahat | arxcruz, let me try this on local machine. | 14:41 |
rlandy|rover | dviroel|ruck: will recheck https://review.rdoproject.org/r/c/testproject/+/24995 after https://review.opendev.org/c/openstack/tripleo-common/+/804342 merges | 14:42 |
rlandy|rover | chandankumar: ^^ we could also test with an earlier hash | 14:42 |
* rlandy|rover tries | 14:42 | |
akahat | arxcruz, no. not working for c8-stream | 14:43 |
*** jpena|off is now known as jpena | 14:43 | |
dviroel|ruck | rlandy|rover: ack | 14:43 |
weshay|ruck | arxcruz, rlandy|rover are we updating the review / merge list for tempest consolidation? | 14:44 |
arxcruz | weshay|ruck: what you mean ? in the jira ? | 14:44 |
weshay|ruck | recharge day tomorrow .. potentially rlandy|rover and i can merge stuff | 14:44 |
weshay|ruck | arxcruz, the hackmd | 14:44 |
rlandy|rover | weshay|ruck: arxcruz: we'ere going with fs001 | 14:45 |
arxcruz | weshay|ruck: ahh, no, i'll do it | 14:45 |
rlandy|rover | so less damage | 14:45 |
weshay|ruck | ++ | 14:45 |
* akahat will be back in few hours | 14:45 | |
rlandy|rover | arxcruz: ^^ but yeah later today or tomorrow would be a goo dtime | 14:45 |
arxcruz | rlandy|rover: https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/804396 and https://review.opendev.org/c/openstack/tripleo-quickstart/+/804399 | 14:53 |
arxcruz | i'll monitor these patches and check if it will work as expected | 14:54 |
weshay|ruck | ++ | 14:56 |
rlandy|rover | weshay|ruck: https://review.rdoproject.org/etherpad/p/tcib-c9-containers-stream9-development | 14:57 |
rlandy|rover | Using https://quay.io/repository/centos/centos?tag=stream9-development&tab=tags as the base image: | 14:58 |
rlandy|rover | weshay|ruck: ^^ ubi9 you asked about | 14:58 |
weshay|ruck | ah thanks | 15:03 |
* dviroel|ruck lunch | 15:11 | |
*** jpena is now known as jpena|off | 15:34 | |
rlandy|rover | zbr++ | 15:43 |
rlandy|rover | jira access | 15:43 |
weshay|ruck | dviroel|ruck, assigned you a task | 15:46 |
* dviroel|ruck looking | 15:48 | |
weshay|ruck | dviroel|ruck, https://github.com/pycontribs/gri | 16:03 |
weshay|ruck | dviroel|ruck, http://monocle.usersys.redhat.com/openstack/user_groups/rhos-dfg-pcci | 16:04 |
weshay|ruck | rlandy|rover, ^ | 16:05 |
weshay|ruck | check that last link | 16:05 |
rlandy|rover | nice | 16:06 |
*** marios is now known as marios|out | 16:08 | |
weshay|ruck | dviroel|ruck, https://review.rdoproject.org/r/c/testproject/+/34907/2/.zuul.yaml#1 | 16:16 |
weshay|ruck | https://review.rdoproject.org/r/c/testproject/+/34916/1/.zuul.yaml | 16:16 |
weshay|ruck | https://review.rdoproject.org/r/q/project:testproject | 16:17 |
rlandy|rover | fs035 still going | 16:18 |
rlandy|rover | lunch brb | 16:24 |
weshay|ruck | dviroel|ruck, oh one more trick to share.. https://zuul.openstack.org/status#tripleo | 16:31 |
*** ykarel is now known as ykarel|away | 16:31 | |
weshay|ruck | you can plug "tripleo" into the zuul search and get a good view of all running tripleo jobs | 16:31 |
weshay|ruck | go practice when there is a blocker | 16:31 |
dviroel|ruck | awesome, thanks | 16:33 |
rlandy|rover | weshay|ruck: dviroel|ruck: going to w+ https://review.opendev.org/c/openstack/tripleo-common/+/804379/ | 16:49 |
rlandy|rover | so it hits the gate | 16:49 |
rlandy|rover | note the commented out upgrades | 16:50 |
rlandy|rover | will put in a patch to revert that | 16:50 |
weshay|ruck | rock.. nice work | 16:55 |
rlandy|rover | weshay|ruck: is it possible to update the version of a patch cherry-picked? | 16:56 |
rlandy|rover | https://review.opendev.org/c/openstack/tripleo-common/+/804342 | 16:56 |
rlandy|rover | otherwise will jus cherry pick again | 16:56 |
rlandy|rover | otherwise we will have to comment out upgrades again | 16:58 |
rlandy|rover | hmm later cherry pick has merge conflicts | 17:03 |
rlandy|rover | will have to comment out upgrades here as well | 17:03 |
weshay|ruck | dang it and he didn't cherry pick it correctly | 17:05 |
weshay|ruck | rlandy|rover, meet.google.com/mah-tren-evo | 17:06 |
akahat | weshay|ruck, rlandy|rover i'm enableing c8 master on promoter... want to jump in? | 17:07 |
weshay|ruck | akahat, no.. you got it :0 | 17:07 |
weshay|ruck | :) | 17:07 |
*** holser_ is now known as holser | 17:44 | |
akahat | weshay|ruck, rlandy|rover i've enabled master on promoter.rdoproject.org, please take a look in config files for criteria, if changes needs to be done please let me know. | 17:48 |
*** sshnaidm is now known as sshnaidm|afk | 17:55 | |
*** holser is now known as holser_ | 18:04 | |
rlandy|rover | weshay|ruck: ugh - we need to fix the cherry-picks | 18:09 |
rlandy|rover | fixed | 18:13 |
dviroel|ruck | :) | 18:15 |
rlandy|rover | dviroel|ruck: beware the cherry-pick | 18:20 |
rlandy|rover | and yatin to the rescue again | 18:24 |
rlandy|rover | dviroel|ruck: weshay|ruck: ^^ fs035 - first run looks good | 18:27 |
rlandy|rover | rerunning to make sure | 18:27 |
dviroel|ruck | \o/ | 18:27 |
rlandy|rover | with depends-on https://review.opendev.org/c/openstack/puppet-tripleo/+/804344 | 18:27 |
rlandy|rover | we will also need that patch on xena | 18:28 |
rlandy|rover | locked to earlier hash | 18:28 |
rlandy|rover | 18:28 | |
rlandy|rover | Project | 18:28 |
rlandy|rover | Branch | 18:28 |
rlandy|rover | Pipeline | 18:28 |
rlandy|rover | Change | 18:28 |
rlandy|rover | Duration | 18:28 |
rlandy|rover | Start time | 18:28 |
rlandy|rover | Result | 18:28 |
rlandy|rover | periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset035-wallabytestprojectmastercheck24995,85 | 18:28 |
rlandy|rover | 3 hrs 26 mins 50 secs2021-08-12 15:01:02SUCCESS | 18:28 |
rlandy|rover | running again | 18:28 |
* dviroel|ruck ☕ | 19:09 | |
rlandy|rover | https://hackmd.io/VCiz5V_RR9GSWDksMPnnGw | 19:11 |
rlandy|rover | no patches here to mereg | 19:11 |
rlandy|rover | merge | 19:11 |
rlandy|rover | arxcruz: ^^ am I looking in the right place? | 19:12 |
rlandy|rover | weshay|ruck: ^^ no patches afaict to merge today | 19:12 |
rlandy|rover | for templist allow list fs001 | 19:12 |
weshay|ruck | don't know | 19:15 |
rlandy|rover | skip that for now | 19:16 |
rlandy|rover | anything else we need to do in quiet times? | 19:16 |
weshay|ruck | rlandy|rover, sagi's patch is about to land.. please +2 wf https://review.opendev.org/c/openstack/tripleo-common/+/804342 | 19:36 |
weshay|ruck | rlandy|rover, /me notes w/ approved backports only one core is required | 19:36 |
rlandy|rover | done | 19:36 |
rlandy|rover | back with ipa failures downstream | 19:37 |
rlandy|rover | happiness is | 19:37 |
rlandy|rover | weshay|ruck: putting in patch to removed the commented out upgrades tests | 19:37 |
weshay|ruck | rlandy|rover, hey.. one ruck/rover improvement... | 19:37 |
rlandy|rover | patches | 19:37 |
weshay|ruck | it may be helpful if we put up a change so that tripleo-ci-testing has a previous-tripleo-ci-testing | 19:38 |
weshay|ruck | so we can check the last result more easily | 19:38 |
rlandy|rover | weshay|ruck: ^^ where do you want to see previous-tripleo-ci-testing? | 19:38 |
dviroel|ruck | is the a stable-core team to approve stable branch patches? | 19:38 |
weshay|ruck | in dlrn | 19:38 |
rlandy|rover | promoter thing? | 19:39 |
weshay|ruck | wallaby promoted :) | 19:39 |
rlandy|rover | yeah | 19:39 |
weshay|ruck | rlandy|rover, no.. that would be pre zuul playbook | 19:39 |
rlandy|rover | because added hash to patches to test | 19:39 |
* rlandy|rover confused | 19:40 | |
rlandy|rover | pre zuul playbook in which job? | 19:40 |
rlandy|rover | one that creates tripleo-ci-testing? | 19:40 |
weshay|ruck | ya | 19:41 |
rlandy|rover | 804342,2 | 19:42 |
rlandy|rover | failed | 19:42 |
rlandy|rover | shooy | 19:42 |
rlandy|rover | recheck | 19:42 |
weshay|ruck | rlandy|rover, I think here: https://review.rdoproject.org/r/gitweb?p=config.git;a=blob;f=playbooks/tripleo-ci-base-promote-consistent-to-tripleo-ci-testing/run.yaml | 19:42 |
rlandy|rover | victoria one is ready | 19:42 |
rlandy|rover | k - pre-playbook to relink | 19:43 |
rlandy|rover | <opendevreview> Merged openstack/tripleo-common master: Remove rehdat-release package from UBI8 image https://review.opendev.org/c/openstack/tripleo-common/+/804379 | 19:43 |
rlandy|rover | one down | 19:43 |
dviroel|ruck | yey | 19:44 |
rlandy|rover | wallaby failed | 19:45 |
weshay|ruck | rlandy|rover, fwiw https://review.rdoproject.org/r/c/config/+/34934 | 19:46 |
weshay|ruck | rlandy|rover, restarted wallaby patch | 19:47 |
rlandy|rover | weshay|ruck: victoria one looks ready to go | 19:47 |
weshay|ruck | ha.. thanks dviroel|ruck /me was lazy there | 20:03 |
weshay|ruck | fixing | 20:03 |
weshay|ruck | rlandy|rover, need anything? | 20:57 |
rlandy|rover | weshay|ruck: don't think so ... just going to w+ the tripleo-common patches as they pass | 20:58 |
weshay|ruck | ack | 20:58 |
rlandy|rover | don;t think order matters, right? | 20:58 |
weshay|ruck | I don't *think* so.. not for this one.. | 20:58 |
rlandy|rover | we can merge victoria before wallaby? | 20:58 |
rlandy|rover | then put in patches to get rid of commented out upgrades | 20:59 |
rlandy|rover | doing that now | 20:59 |
weshay|ruck | the upgrade jobs are remarked out.... maybe other upgrade jobs would fail.. from other repos | 20:59 |
rlandy|rover | so I can get some votes on them | 20:59 |
weshay|ruck | like.. tht | 20:59 |
weshay|ruck | if the content-provider didn't work | 20:59 |
weshay|ruck | that's all I can think of | 20:59 |
rlandy|rover | the content provider should start working | 20:59 |
rlandy|rover | still watching fs035 | 20:59 |
weshay|ruck | ya.. but for an upgrade job.. | 21:00 |
weshay|ruck | it would need two | 21:00 |
rlandy|rover | need both to have merged | 21:00 |
rlandy|rover | right | 21:00 |
rlandy|rover | weshay|ruck: other than that, just to setup interview panel and questions | 21:00 |
rlandy|rover | and get back to c9 | 21:00 |
weshay|ruck | ++ | 21:01 |
rlandy|rover | some failures on bm - but will deal with that next week | 21:01 |
rlandy|rover | sagi is already working c9 deployments | 21:01 |
rlandy|rover | wonder if it's worth just doing that | 21:01 |
rlandy|rover | and forget scen000 | 21:01 |
weshay|ruck | rlandy|rover, should we give this a go? https://review.rdoproject.org/r/c/config/+/34934 | 21:35 |
rlandy|rover | weshay|ruck: now? | 21:41 |
weshay|ruck | meh.. up to you | 21:41 |
rlandy|rover | 5:41 on thursday before recharge and weekend | 21:41 |
weshay|ruck | it's technically friday | 21:42 |
rlandy|rover | prefer now | 21:42 |
rlandy|rover | not | 21:42 |
rlandy|rover | would rather do it on monday | 21:42 |
weshay|ruck | ok | 21:42 |
rlandy|rover | when we can run and revert | 21:42 |
rlandy|rover | or we merge try and revert | 21:42 |
rlandy|rover | otherwise we may mess with four days worth of promotions | 21:43 |
dviroel|ruck | out for the day, good night | 21:51 |
*** dviroel|ruck is now known as dviroel|ruck|out | 21:51 | |
rlandy|rover | good night | 21:54 |
rlandy|rover | https://review.opendev.org/c/openstack/puppet-tripleo/+/804344 | 22:03 |
rlandy|rover | weshay|ruck: ^^ good to fix fs035 | 22:04 |
rlandy|rover | three passing runs | 22:04 |
rlandy|rover | times are down | 22:04 |
rlandy|rover | chandankumar++ thank you | 22:04 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!