*** tosky has quit IRC | 00:30 | |
*** jmasud has quit IRC | 01:47 | |
*** jmasud has joined #oooq | 02:43 | |
*** gouthamr has quit IRC | 02:59 | |
*** jmasud has quit IRC | 03:02 | |
*** jmasud has joined #oooq | 03:05 | |
*** apetrich has quit IRC | 03:10 | |
*** udesale has joined #oooq | 04:19 | |
*** ratailor has joined #oooq | 04:35 | |
*** jmasud has quit IRC | 04:58 | |
*** ykarel has joined #oooq | 05:00 | |
*** skramaja has joined #oooq | 05:03 | |
*** ysandeep|away is now known as ysandeep|ruck | 05:04 | |
*** jmasud has joined #oooq | 05:15 | |
*** gouthamr has joined #oooq | 06:01 | |
*** rlandy|bbl has quit IRC | 06:17 | |
*** marios has joined #oooq | 06:18 | |
*** matbu has quit IRC | 07:10 | |
*** matbu has joined #oooq | 07:11 | |
*** jmasud has quit IRC | 07:12 | |
*** slaweq has joined #oooq | 07:13 | |
*** udesale_ has joined #oooq | 07:35 | |
*** udesale has quit IRC | 07:35 | |
*** jpena|off is now known as jpena | 07:36 | |
*** slaweq has quit IRC | 07:39 | |
*** slaweq has joined #oooq | 07:42 | |
chandankumar | zbr: hello, need some help on this patch https://review.rdoproject.org/r/#/c/32019/ I am writting to rsync few files from different dir to log server but "msg": "Accessing files from outside the working dir /var/lib/zuul/builds/d00e8aa4ee5b414fa7d818efd000b156/work is prohibited" please have a look | 07:43 |
---|---|---|
chandankumar | some dirs are created by different users | 07:43 |
zbr | chandankumar: add become and hope that this task never runs on zuul worker as it may not allow you that. | 07:52 |
zbr | sorry, executor | 07:52 |
chandankumar | zbr: sure, thanks! | 07:54 |
zbr | rsync requires root in most cases, as chmod/chown required it, in addition to needed read access for source. | 07:55 |
zbr | you also need to be careful if you want to sync those or not, likely not for logs. | 07:55 |
*** apetrich has joined #oooq | 08:17 | |
*** jpodivin has joined #oooq | 08:19 | |
*** jpodivin has quit IRC | 08:20 | |
*** jpodivin has joined #oooq | 08:22 | |
*** ysandeep|ruck is now known as ysandeep|lunch | 08:26 | |
zbr | i am attending several devconf.cz talks these today and tomorrow, maybe you find some interesting too https://devconfcz2021.sched.com/ | 08:27 |
zbr | last night I found a design issue with tq/tqe ansible code, at least the second one fails to pass ansible syntax check on several playbooks. | 08:37 |
zbr | mainly because the try to include playbooks that do not exist in current repository. | 08:38 |
chandankumar | jpena: hello, I am working on fixing post log collection for promoter, the log files are created by promoter user, I need to copy it to zuul log exeecutor dir, https://review.rdoproject.org/r/#/c/32019/ but it "msg": "Accessing files from outside the working dir /var/lib/zuul/builds/7847c070a53547d7baaed01dad1376e1/work is prohibited" giving, please have a look when free. | 08:38 |
zbr | in production it "happens" to work because we install both inside the same folder, mixing them. | 08:38 |
zbr | but the code itself of tqe has invalid imports, so both ansible syntax check is failing and the new linter, where ability to load files become mandatory. | 08:39 |
zbr | ansible has no support for playbook-import-paths, it has paths for roles, collections, modules, but not for playbooks. | 08:40 |
zbr | in order to avoid those import failures i had to create 8 placeholder files: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/776399 | 08:41 |
zbr | still, this will likely override the tq real files, so is not really a solution. Any ideas? | 08:42 |
*** tosky has joined #oooq | 08:45 | |
chandankumar | zbr: moving playbooks from tq to tqe is also not going to help as we will hit same problem there also | 09:04 |
*** ykarel_ has joined #oooq | 09:05 | |
zbr | i wonder how crazy it would be to combine tq and tqe into one repo. | 09:06 |
*** ykarel has quit IRC | 09:08 | |
*** ysandeep|lunch is now known as ysandeep|ruck | 09:15 | |
chandankumar | zbr: may be we can bring this topic today during scrum call? cc bhagyashris | 09:20 |
zbr | clearly we should, but we may also have to think about the subject before, as the meeting is short. | 09:21 |
zbr | i know that the issue was opened several times in the past, but was defered each time due to worries about implications or effort | 09:23 |
zbr | i wonder if that would endup as a benefit that could save us time as "extras" is always added on top of tq, so it may not be so hard. | 09:24 |
*** dtantsur|afk is now known as dtantsur | 09:31 | |
*** derekh has joined #oooq | 09:38 | |
*** ykarel_ is now known as ykarel | 09:49 | |
bhagyashris | chandankumar, zbr in case if we have extra time then will discuss in today's meeting or else we discuss this in community call | 09:51 |
bhagyashris | https://hackmd.io/MMg4WDbYSqOQUhU2Kj8zNg?both#2021-02-23-Community-call | 09:52 |
bhagyashris | feel free to add topic in agenda section | 09:53 |
zbr | sshnaidm, marios: what is your take on the subject ^? does it make sense or not? at least from a high-level. | 09:53 |
sshnaidm | it's definitely a bad idea | 09:56 |
marios | zbr: it has been discussed before ... i mean thre will be a whole lot of pain to update all the places currently using those roles as 2 different repos , for starters | 09:58 |
marios | zbr: but at a high level it seems like a sane idea | 09:58 |
marios | zbr: and note it would break anyone that isn't us who may be using those roles too | 10:00 |
zbr | an alternative would be to add all files that cause include failures, to exclude list for linting. it lowers to coverage but is low-effort. | 10:00 |
marios | zbr: so there is a wider issue of how to do it, deprecation period for example and publicity | 10:00 |
marios | zbr: you can have a press conference | 10:01 |
zbr | maybe is too late to spend effort in fixing these design issue if tq, and we should only go the "add to exclude" way. | 10:01 |
sshnaidm | I think the job should be not to make linter pass by hacks, but configure them to help us to keep our code w/o errors, seems like the main goal of linters is lost here | 10:09 |
marios | chandankumar: sshnaidm: zbr: please folks when you next have time for reviews add these to your list https://review.opendev.org/c/openstack/tripleo-ci/+/775858 https://review.opendev.org/c/openstack/tripleo-ci/+/775858 https://review.opendev.org/c/openstack/python-tripleoclient/+/774580 (from https://review.opendev.org/q/topic:tripleo-ci-reduce ) | 10:27 |
marios | thank you | 10:27 |
marios | missed one (duplicated tripleo-ci/+/775858 above) there please https://review.opendev.org/c/openstack/tripleo-ci/+/774575 | 10:28 |
zbr | sshnaidm: let me put it this way: the linter is not at fault here, even running ansible-playbook --syntax-check ... here would fail in an epyc way. | 10:32 |
sshnaidm | zbr, doesn't matter in this case | 10:33 |
zbr | what happens is that I uncovered a very old and poor design decision. In fact likely syntax check already existed at that point but was not considered. | 10:34 |
zbr | it does matter, claiming that "linter is useless" is not a constructive approach, we should be able to recognize our mistakes. | 10:35 |
zbr | if ansible tells you that import_playbook: garbage.yml is an error, it a useful feature, not a bug. | 10:36 |
jpena | chandankumar: sorry I was busy with another issue. I've been looking at https://review.rdoproject.org/r/32019, and I think the issue is that you're trying to fetch logs from outside the zuul user home. As part of the promoter code (or somewhere before post-run), you should copy the logs you want to fetch somewhere in /home/zuul | 10:42 |
*** ksambor is now known as ksambor|lunch | 10:52 | |
*** ksambor|lunch is now known as ksambor | 10:53 | |
chandankumar | jpena: thanks! | 11:04 |
*** rlandy has joined #oooq | 12:28 | |
*** jpena is now known as jpena|lunch | 12:30 | |
rlandy | weshay|ruck: we're a go on 16.2 build containers on 8.4 | 12:34 |
rlandy | running a last test on image builds | 12:34 |
rlandy | ysandeep|ruck: ^^ | 12:34 |
ysandeep|ruck | rlandy, ack.. | 12:34 |
rlandy | if that works, I will put in a patch to move the integration line to 8.4 | 12:34 |
ysandeep|ruck | rlandy, fyi.. baremetal job are hitting an issue.. i am working on that | 12:35 |
ysandeep|ruck | folks can i please get some reviews on https://review.opendev.org/c/openstack/tripleo-quickstart/+/776391 to clear a promotion blocker. | 12:36 |
rlandy | ysandeep|ruck: ack - thanks | 12:40 |
weshay|ruck | akahat, bhagyashris want to go for it before the scrum or after? | 12:46 |
bhagyashris | weshay|ruck, after scrum | 12:47 |
akahat | weshay|ruck, after scrum | 12:47 |
weshay|ruck | bhagyashris, ok.. did we get the basic standalone to pass or skip? | 12:47 |
bhagyashris | weshay|ruck, standalone job is passing | 12:47 |
bhagyashris | https://review.rdoproject.org/r/#/c/31612/ | 12:48 |
weshay|ruck | bhagyashris, rock on | 12:48 |
bhagyashris | :) | 12:48 |
weshay|ruck | TODAY along side the mars rover landing.. WE SHALL LAUNCH THE NEW PROMOTER!!! | 12:49 |
weshay|ruck | WE SHALL BROADCAST THE PROMOTER IN TMUX!! alongside this video https://mars.nasa.gov/mars2020/timeline/landing/watch-online/ | 12:49 |
* zbr hopes that our promoter would have a better success ratio than musk rockets | 12:49 | |
weshay|ruck | ah.. here comes twitter | 12:50 |
weshay|ruck | rlandy, I have a recruiting call, will miss the 1/2 of scrum | 12:51 |
chandankumar | rlandy: marios sshnaidm I have emailed the tripleo-repo cli interface design https://hackmd.io/L2vZMEUtRoy-ZhHqM5GIeQ?view feel free to add comments | 12:53 |
marios | chandankumar: thanks | 12:53 |
sshnaidm | chandankumar, ack | 12:53 |
ysandeep|ruck | folks can i please get some reviews on https://review.opendev.org/c/openstack/tripleo-quickstart/+/776391 to clear a promotion blocker. | 12:54 |
ysandeep|ruck | weshay|ruck, arxcruz, ^^ | 12:54 |
weshay|ruck | ah dang.. look at that | 12:55 |
weshay|ruck | I thought we had guaranteed python3 on all upstream / rdo nodes | 12:55 |
rlandy | chandankumar++ | 12:56 |
ysandeep|ruck | weshay|ruck, seems like some corruption | 12:56 |
ysandeep|ruck | ~~~ | 12:56 |
ysandeep|ruck | [zuul@standalone ~]$ rpm -V python3-pip | 12:56 |
ysandeep|ruck | missing /usr/bin/pip3 | 12:56 |
rlandy | will check it out | 12:56 |
rlandy | weshay|ruck: ack | 12:56 |
weshay|ruck | ysandeep|ruck, ah for f's sake | 12:56 |
rlandy | bhagyashris; hey - you around to run scrum today? | 12:57 |
weshay|ruck | wtf | 12:57 |
weshay|ruck | ysandeep|ruck, ideally we can revert that patch | 12:57 |
weshay|ruck | and get to the root cause of the rpm issue | 12:57 |
ysandeep|ruck | sshnaidm, fyi.. we have a green run with depends on ^^ this patch - periodic-tripleo-ci-centos-7-standalone-stein https://review.rdoproject.org/zuul/build/8f71a447bbc544b9a11cdf79e1f59bcc : SUCCESS in 1h 15m 20s | 12:59 |
sshnaidm | ysandeep|ruck, ack, great | 12:59 |
bhagyashris | rlandy, yes | 13:00 |
ysandeep|ruck | weshay|ruck, yes.. I am trying to get the root cause | 13:00 |
chandankumar | rlandy: marios sshnaidm https://imgur.com/c3duIuB more colorful | 13:02 |
weshay|ruck | ysandeep|ruck++ | 13:02 |
marios | https://review.opendev.org/q/topic:tripleo-ci-reduce | 13:03 |
marios | sshnaidm: weshay|ruck: rlandy: chandankumar: zbr: wdyt folks https://review.opendev.org/c/openstack/tripleo-ci/+/776429 please add to reviews list when you next have time thanks | 13:15 |
rlandy | marios: ack - post 8-4 move | 13:15 |
*** ratailor has quit IRC | 13:16 | |
sshnaidm | marios, tripleo-tox-molecule is actually quite redundant job and doesn't check something important, I don't think it's worth to add it to run in every patch | 13:17 |
marios | sshnaidm: well we have it in our layout | 13:17 |
marios | sshnaidm: but sure | 13:17 |
sshnaidm | marios, not in every template | 13:17 |
marios | sshnaidm: i mean i was considering just adding the litners one | 13:17 |
sshnaidm | marios, given the fact it's very breakable, we add another instability | 13:18 |
marios | sshnaidm: i can make it just depend on linters. this was actually my original use case because it happened on one of my patches | 13:18 |
marios | sshnaidm: you mean linters? | 13:18 |
sshnaidm | marios, tripleo-tox-molecule | 13:18 |
marios | is breakable? | 13:18 |
marios | sshnaidm: ah kk | 13:18 |
marios | sshnaidm: sure so i can make it just depend on linters | 13:18 |
sshnaidm | marios, do linters check anything there? | 13:18 |
marios | sshnaidm: yeah | 13:19 |
sshnaidm | marios, what exactly? | 13:19 |
marios | sshnaidm: eg end of line or yaml etc i guess? | 13:19 |
sshnaidm | idk | 13:20 |
sshnaidm | marios, but you add it to general templates, that run on all tripleo project | 13:20 |
sshnaidm | is this the idea? | 13:20 |
marios | sshnaidm: well i thikn openstack-tox-linters is already in most places | 13:20 |
marios | sshnaidm: but yeah | 13:20 |
sshnaidm | marios, I don't know if in all | 13:22 |
sshnaidm | marios, and it's not only linters, every repo may be different | 13:22 |
sshnaidm | marios, maybe better to do it in each repo like: https://github.com/openstack/tripleo-common/blob/master/zuul.d/layout.yaml#L22-L27 | 13:22 |
marios | sshnaidm: ok yeah i have wf-1 there so i can check | 13:22 |
marios | sshnaidm: yeah tripleo-upgade also has an override | 13:22 |
sshnaidm | marios, for example in link you can see openstack-tox-py36 and others | 13:22 |
marios | sshnaidm: but in general you agree to the idea then | 13:22 |
sshnaidm | marios, yeah | 13:23 |
marios | sshnaidm: like tripleo-upgrade https://opendev.org/openstack/tripleo-upgrade/src/commit/0e1398a1bc73b6d3916891457114b701eacacfca/zuul.d/layout.yaml#L9 | 13:23 |
marios | sshnaidm: ack ok cool | 13:23 |
marios | sshnaidm: i'll look into the repos and fix up .. | 13:23 |
marios | sshnaidm: wil also remove th etox-molecule from dependencies | 13:23 |
sshnaidm | actually it's different in each repo and even in each branch | 13:24 |
sshnaidm | like tox jobs for various python versions | 13:25 |
marios | sshnaidm: well, let's fix it where we can, and how we can in each case | 13:25 |
marios | sshnaidm: i mean, we have lots more jobs running in master vs queens for example so ... we might just leave q alone | 13:25 |
sshnaidm | yeah, agree | 13:26 |
sshnaidm | we can just make it in master only | 13:26 |
sshnaidm | there is a little chance linters will fail on a backport.. | 13:26 |
*** jpena|lunch is now known as jpena | 13:31 | |
sshnaidm | jpena, can you please fill a ticker for vexxhost as mnaser asked yesterday to track the upstream issue? | 13:34 |
sshnaidm | s/ticker/ticket/ | 13:34 |
jpena | sshnaidm: yes, will do | 13:34 |
sshnaidm | jpena, thanks | 13:34 |
jpena | sshnaidm: do you have access to the vexxhost ticketing system, to add you in cc? | 13:34 |
weshay|ruck | -02-18 13:55:08,630 206395 INFO promoter Containers promote 'aggregate: 506ab006b10154bd16a3dd23f663f30d, commit: 526bb3e7cac37266def07e7ddeee85da46281ab2, distro: 81425d7de5e2d7d0fbbbb580279f04d24d099ab7, component: validation, timestamp: 1613621402' to current-tripleo: Attempting promotion | 13:56 |
weshay|ruck | mark rober | 14:01 |
ysandeep|ruck | weshay|ruck, rlandy downstream baremetal job broke on 15th after alan stopped rdo mirror as a part of decommissioning, we should use internal mirror instead.. this will fix jobs - https://code.engineering.redhat.com/gerrit/#/c/228319/ | 14:03 |
rlandy | ysandeep|ruck: ack - merging that | 14:04 |
ysandeep|ruck | rlandy, thanks! | 14:05 |
*** ysandeep|ruck is now known as ysandeep|afk | 14:11 | |
*** ykarel_ has joined #oooq | 14:14 | |
*** ykarel has quit IRC | 14:17 | |
*** marios is now known as marios|call | 14:18 | |
akahat | weshay|ruck, ussuri is promoting | 14:26 |
*** ykarel_ has quit IRC | 14:27 | |
weshay|ruck | akahat, bhagyashris nice.. /me following http://10.0.148.74/promoter_logs/container-push/20210218-142559.log | 14:28 |
bhagyashris | weshay|ruck, ok | 14:29 |
weshay|ruck | akahat, k.. the pull failed | 14:30 |
weshay|ruck | akahat, which container failed? | 14:30 |
akahat | weshay|ruck, are you sure there is tripleou namespace in rdo registry | 14:31 |
akahat | ? | 14:31 |
weshay|ruck | akahat, let's check | 14:31 |
akahat | weshay|ruck, pm you some links | 14:31 |
weshay|ruck | akahat, https://registry.rdoproject.org:8443/oapi/v1/namespaces/tripleoussuri/imagestreamtags/ | 14:32 |
akahat | weshay|ruck, bhagyashris this is because of this constructor: https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/dlrnapi_promoter/config.py#L374 | 14:35 |
akahat | we have different names for ussuri on different registry | 14:36 |
weshay|ruck | akahat, so.. let me show you one thing | 14:36 |
chandankumar | akahat: you can also set source and target namespace in config itslef | 14:36 |
weshay|ruck | akahat, bhagyashris http://promoter.rdoproject.org/config/CentOS-8/ussuri.ini | 14:36 |
chandankumar | instead of this hardcode | 14:36 |
weshay|ruck | look at the overrides for ussuri | 14:36 |
weshay|ruck | akahat, see it? | 14:36 |
akahat | weshay|ruck, yes.. let us try with it | 14:37 |
weshay|ruck | ok | 14:37 |
weshay|ruck | akahat, you have typo | 14:37 |
weshay|ruck | I'll fix | 14:38 |
weshay|ruck | hold | 14:38 |
weshay|ruck | bah.. I can't access akahat, wq | 14:38 |
akahat | that window got freeze. :D | 14:38 |
weshay|ruck | crazy | 14:38 |
weshay|ruck | akahat, k.. go ahead | 14:39 |
weshay|ruck | akahat, k.. go 4 it | 14:40 |
akahat | weshay|ruck, okay | 14:40 |
bhagyashris | weshay|ruck, http://10.0.148.74/promoter_logs/container-push/20210218-144021.log akahat | 14:41 |
akahat | weshay|ruck, bhagyashris great.. now it's pulling. | 14:41 |
weshay|ruck | :) | 14:42 |
bhagyashris | weshay|ruck, we are taking dinner break | 14:42 |
weshay|ruck | bhagyashris, akahat have dessert :) | 14:42 |
bhagyashris | and will be back after 1 and half hr | 14:42 |
* akahat will be back after some time. | 14:43 | |
*** tosky has quit IRC | 14:51 | |
*** tosky_ has joined #oooq | 14:51 | |
*** tosky_ is now known as tosky | 14:51 | |
*** ysandeep|afk is now known as ysandeep|ruck | 15:02 | |
ysandeep|ruck | weshay|ruck, rlandy i have a mtg invite in my calendar about feedback | 15:02 |
ysandeep|ruck | weshay|ruck, rlandy only i have joined, is that meeting canceled? | 15:03 |
rlandy | ysandeep|ruck: we are still on the last call | 15:03 |
rlandy | will be there in a few | 15:03 |
ysandeep|ruck | ack, thanks! | 15:04 |
*** marios|call is now known as marios | 15:28 | |
weshay|ruck | bhagyashris, akahat promotion died | 15:30 |
weshay|ruck | I think we're missing access to the images.rdoproject.org | 15:34 |
ysandeep|ruck | leaving for the day, rlandy good luck with 8.4 | 15:35 |
ysandeep|ruck | arxcruz, cya tommorow | 15:35 |
rlandy | ysandeep|ruck: thank you | 15:35 |
*** udesale__ has joined #oooq | 15:35 | |
*** ysandeep|ruck is now known as ysandeep|away | 15:35 | |
weshay|ruck | akahat, bhagyashris containers worked | 15:37 |
weshay|ruck | akahat, bhagyashris https://hub.docker.com/u/tripleou | 15:38 |
*** rlandy is now known as rlandy|training | 15:39 | |
*** udesale_ has quit IRC | 15:39 | |
arxcruz | ysandeep|away: namaste | 15:40 |
weshay|ruck | akahat, bhagyashris fyi.. http://paste.openstack.org/show/802790/ | 15:43 |
weshay|ruck | trying again w/ new ssh keys | 15:43 |
*** ykarel_ has joined #oooq | 15:48 | |
bhagyashris | weshay|ruck, ack | 15:49 |
zbr | helper for ansible terminology https://paste.debian.net/1185977/ -- not official but coming from a core member. | 15:51 |
weshay|ruck | bhagyashris, akahat we need to make a note.. that any new promoter server needs public key access to the image servers | 15:54 |
weshay|ruck | bhagyashris, akahat e.g. http://images.rdoproject.org/ | 15:54 |
bhagyashris | weshay|ruck, ack | 15:57 |
weshay|ruck | bhagyashris, akahat bah.. I think it failed again in the qcow2 routines | 15:59 |
weshay|ruck | bhagyashris, akahat key works.. something else is busted | 16:01 |
weshay|ruck | bhagyashris, akahat https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/dlrnapi_promoter/qcow_client.py#L45 | 16:03 |
* weshay|ruck wonders where this is set.. | 16:04 | |
weshay|ruck | def __init__(self, server_conf): | 16:04 |
weshay|ruck | self._host = server_conf['host'] | 16:04 |
weshay|ruck | self._user = os.environ.get("USER") | 16:04 |
weshay|ruck | self._client_type = server_conf['client'] | 16:04 |
weshay|ruck | self._keypath = server_conf['keypath'] | 16:04 |
weshay|ruck | self._client = os | 16:04 |
zbr | IT HAPPENED: https://libraries.io/pypi/ansible/3.0.0 -- embrace for impact on CI :p | 16:04 |
weshay|ruck | zbr, wait.. talk to me goose | 16:04 |
weshay|ruck | zbr, meet.google.com/oiu-xuws-hpb | 16:05 |
zbr | weshay|ruck: i am joking, i do not expect impact. joining | 16:05 |
*** udesale__ has quit IRC | 16:06 | |
*** skramaja has quit IRC | 16:08 | |
*** rlandy|training is now known as rlandy | 16:16 | |
bhagyashris | weshay|ruck, from here it gets that value https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/dlrnapi_promoter/config_environments/rdo/defaults.yaml#L18 | 16:17 |
*** ykarel_ is now known as ykarel | 16:21 | |
*** ykarel has quit IRC | 16:29 | |
*** jmasud has joined #oooq | 16:30 | |
*** jpodivin has quit IRC | 16:35 | |
*** jmasud has quit IRC | 16:36 | |
*** jpena is now known as jpena|off | 16:51 | |
weshay|ruck | bhagyashris, akahat rlandy I think we have a successful promotion :) http://10.0.148.74/promoter_logs/centos8_ussuri.log | 16:53 |
rlandy | weshay|ruck; woohoo | 16:54 |
akahat | \o/ | 16:55 |
bhagyashris | :) | 16:56 |
weshay|ruck | bhagyashris, akahat let's sync tomorrow | 17:02 |
weshay|ruck | because we have to figure out if we can shut down the promoter in rdo | 17:02 |
weshay|ruck | k? | 17:03 |
bhagyashris | weshay|ruck, sure | 17:03 |
*** jlarriba has joined #oooq | 17:04 | |
*** marios is now known as marios|out | 17:05 | |
*** jmasud has joined #oooq | 17:06 | |
akahat | weshay|ruck, ack | 17:07 |
* bhagyashris out | 17:10 | |
*** marios|out has quit IRC | 17:19 | |
*** jmasud has quit IRC | 17:46 | |
*** dtantsur is now known as dtantsur|afk | 18:00 | |
*** rlandy is now known as rlandy|training | 18:01 | |
weshay|ruck | rlandy|training, bhagyashris akahat HA... we're promoting again :) | 18:08 |
rlandy|training | weshay|ruck: review requested before merge ... https://code.engineering.redhat.com/gerrit/#/c/225518/ | 18:10 |
weshay|ruck | looks good | 18:13 |
rlandy|training | ugh - error - will correct | 18:13 |
rlandy|training | weshay|ruck: ok - check jobs running now | 18:19 |
rlandy|training | if that passes - we merge and hope | 18:19 |
rlandy|training | next run will tell us | 18:19 |
*** derekh has quit IRC | 18:24 | |
*** jmasud has joined #oooq | 19:51 | |
weshay|ruck | hrm... promotion problem | 20:05 |
*** slaweq has quit IRC | 20:21 | |
*** jmasud has quit IRC | 20:29 | |
*** rlandy|training is now known as rlandy | 20:33 | |
*** jmasud has joined #oooq | 20:36 | |
rlandy | problem? how so? | 20:38 |
*** chem has quit IRC | 20:40 | |
rlandy | weshay|ruck: https://code.engineering.redhat.com/gerrit/228372 Start 16.2 pipeline early for rhel 8.4 - so we can watch fallout now | 20:43 |
rlandy | will revert | 20:43 |
*** tosky has quit IRC | 23:31 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!