*** jmasud has joined #oooq | 00:14 | |
*** jmasud has quit IRC | 00:25 | |
*** jmasud has joined #oooq | 02:04 | |
*** jmasud has quit IRC | 03:19 | |
*** jmasud has joined #oooq | 03:26 | |
*** ykarel has joined #oooq | 03:41 | |
*** ratailor has joined #oooq | 04:37 | |
*** ykarel has quit IRC | 05:09 | |
*** marios has joined #oooq | 05:19 | |
*** saneax has joined #oooq | 05:30 | |
*** udesale has joined #oooq | 05:41 | |
*** jpodivin has joined #oooq | 05:50 | |
*** slaweq has joined #oooq | 06:00 | |
*** ysandeep|away is now known as ysandeep | 06:17 | |
*** ykarel has joined #oooq | 06:56 | |
*** amoralej|off is now known as amoralej | 06:58 | |
*** ykarel is now known as ykarel|pto | 07:13 | |
*** skramaja has joined #oooq | 07:14 | |
*** ykarel|pto has quit IRC | 07:21 | |
*** jpena|off is now known as jpena | 07:21 | |
marios | anbanerj|ruck: o/ so we decided to keep both of those? https://review.opendev.org/c/openstack/tripleo-ci/+/788258 https://review.opendev.org/c/openstack/tripleo-ci/+/788257 | 08:00 |
---|---|---|
*** derekh has joined #oooq | 08:01 | |
*** ysandeep is now known as ysandeep|lunch | 08:02 | |
marios | anbanerj|ruck: i commented, personally would prefer to squash into one unless there is a better reason not to | 08:04 |
marios | anbanerj|ruck: i think you can just abandon 788257 and include the fixes in 788258 | 08:16 |
*** jmasud has quit IRC | 08:40 | |
*** ratailor_ has joined #oooq | 09:22 | |
*** jmasud has joined #oooq | 09:22 | |
*** jmasud has quit IRC | 09:22 | |
*** ratailor has quit IRC | 09:25 | |
*** ysandeep|lunch is now known as ysandeep | 09:26 | |
*** tosky has joined #oooq | 09:45 | |
*** ratailor__ has joined #oooq | 09:55 | |
*** ratailor_ has quit IRC | 09:57 | |
soniya29 | kopecmartin, akahat, arxcruz, weshay|ruck, we have retrospective colliding with today's retrospective meeting | 10:06 |
akahat | soniya29, we can move it tomorrow 6 PM if possible | 10:08 |
arxcruz | soniya29: no problem for me | 10:09 |
soniya29 | akahat, arxcruz, but tommorow we have planning meeting as well | 10:20 |
soniya29 | akahat, arxcruz, but both meetings won't collide so no problem | 10:24 |
arxcruz | ok | 10:24 |
soniya29 | kopecmartin, weshay|ruck, raukadah, Let's move the tempest meeting tommorrow since we have retro today | 10:25 |
kopecmartin | ack | 10:26 |
marios | needs reviews please https://review.opendev.org/c/openstack/tripleo-ci/+/784392 | 10:31 |
arxcruz | bhagyashris: where can I see ppc containers ? | 10:49 |
bhagyashris | arxcruz, ppc container should be here https://trunk.registry.rdoproject.org:8443/oapi/v1/namespaces/tripleomaster/imagestreamtags but currently ppc container build job is failing https://ci.centos.org/job/tripleo-upstream-containers-build-master-ppc64le/ | 10:58 |
bhagyashris | that's why those are not available | 10:59 |
bhagyashris | arxcruz, fyi yesterday i pinged mjturek regarding the failure and totald me he will restored job ASAP | 11:03 |
arxcruz | bhagyashris: so we can blame mjturek !! I knew it!!! | 11:04 |
bhagyashris | told * | 11:04 |
arxcruz | bhagyashris: can you schedule a meeting so we can discuss the manifest thing ? | 11:12 |
arxcruz | bhagyashris: from what I understood, we need to have 3 different repos | 11:12 |
arxcruz | for example | 11:12 |
arxcruz | quay.io/tripleomaster/openstack-nova | 11:12 |
bhagyashris | arxcruz, sure | 11:12 |
arxcruz | that will be the principal one | 11:12 |
arxcruz | then quay.io/tripleomaster/openstack-nova-amd64 | 11:12 |
arxcruz | and quay.io/tripleomaster/openstack-nova-ppc | 11:13 |
arxcruz | then we write a manifest to quay.io/tripleomaster/openstack-nova:hash | 11:13 |
arxcruz | pointint to openstack-nova-amd64:hash and openstack-nova-ppc:hash | 11:13 |
bhagyashris | yes | 11:14 |
arxcruz | the sha for the hashs must be different to use the annotate command to set ppc and amd64 | 11:14 |
bhagyashris | i didn't get last point ^ | 11:15 |
bhagyashris | arxcruz, is that ok to discuss after repro | 11:16 |
bhagyashris | retro | 11:16 |
arxcruz | bhagyashris: sure | 11:16 |
bhagyashris | okay | 11:16 |
arxcruz | bhagyashris: add weshay|ruck and ronelle as well :) | 11:16 |
bhagyashris | arxcruz, yes | 11:16 |
bhagyashris | arxcruz, asfik, the amd64 and ppc containers will be available on source registry means trunk.registry.rdoproject.org and from there will pull those containers on promoter server and will create manifest and push that to docker.io | 11:21 |
bhagyashris | currently we are only pushing amd64 | 11:21 |
arxcruz | bhagyashris: so, from docker manifest documentation | 11:21 |
arxcruz | you create a manifest with: | 11:22 |
arxcruz | docker manifest create openstack-nova:latest | 11:22 |
arxcruz | for example | 11:22 |
arxcruz | this is pointing to openstack-nova | 11:22 |
arxcruz | then you can do a docker manifest add openstack-nova-ppc:latest | 11:22 |
arxcruz | docker manifest add openstack-nova-amd64:latest | 11:22 |
arxcruz | and then annotate with docker manifest annotate --arch amd64 openstack-nova-amd64:latest | 11:23 |
arxcruz | and docker manifest annotate --arch ppc openstack-nova-ppc:latest | 11:23 |
arxcruz | then you can push with docker manifest push openstack-nova:latest quay.io/tripleo/openstack-nova:latest | 11:24 |
bhagyashris | yes | 11:24 |
bhagyashris | arxcruz, here we are doing same stuff https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/container-push/roles/containers-promote/tasks/manifest-push.yml that you said | 11:28 |
marios | bhagyashris: arxcruz: fyi here are the notes from when i created that manifest-push.yml ^^^ https://tree.taiga.io/project/tripleo-ci-board/us/1221 | 11:30 |
marios | bhagyashris: arxcruz: not following your discussion but the commands are there as examples | 11:30 |
* marios fetch coffee refill | 11:30 | |
*** jpena is now known as jpena|lunch | 11:31 | |
arxcruz | marios: thanks this helps | 11:33 |
arxcruz | so, it seems podman you're able to tag an image with ppc or amd | 11:33 |
arxcruz | ops | 11:33 |
arxcruz | with docker you can tag the same image with ppc and amd and add on the manifest | 11:33 |
arxcruz | but podman requires the sha | 11:34 |
arxcruz | so the sha for both images would be the same and this won't work | 11:34 |
bhagyashris | ohh ok so podman stuff is little different thats why i was wondering about sha stuff ... | 11:35 |
bhagyashris | arxcruz, ^ :D | 11:35 |
*** rlandy has joined #oooq | 11:38 | |
*** rlandy is now known as rlandy|rover | 11:38 | |
*** jfrancoa has quit IRC | 11:40 | |
rlandy|rover | bhagyashris: hi - weshay|ruck and I have the prod chain meeting at the time you booked the promoter sync | 11:43 |
*** udesale_ has joined #oooq | 11:43 | |
*** udesale has quit IRC | 11:44 | |
arxcruz | bhagyashris: yeah, it's different, so i don't know how will we handle that | 11:46 |
bhagyashris | rlandy|rover, ack | 11:51 |
*** dviroel|afk is now known as dviroel | 11:51 | |
*** udesale has joined #oooq | 11:52 | |
*** udesale_ has quit IRC | 11:53 | |
*** jfrancoa has joined #oooq | 11:54 | |
*** udesale_ has joined #oooq | 11:55 | |
*** udesale_ has quit IRC | 11:56 | |
*** udesale_ has joined #oooq | 11:57 | |
*** udesale has quit IRC | 11:57 | |
*** rlandy|rover is now known as rlandy|rover|mtg | 11:58 | |
*** ysandeep is now known as ysandeep|afk | 12:12 | |
anbanerj|ruck | marios, ok, updating the reverts in one patch | 12:17 |
*** ratailor__ has quit IRC | 12:19 | |
*** jpena|lunch is now known as jpena | 12:19 | |
*** amoralej is now known as amoralej|lunch | 12:22 | |
marios | bhagyashris: o/ hey do we need to create a UniSPrint43 tag? | 12:31 |
weshay|ruck | arxcruz, zbr, sshnaidm, rlandy, marios, ysandeep, bhagyashris, svyas, soniya29, pojadhav, akahat, weshay, chandankumar, frenzy_friday Retrospective :) | 12:36 |
*** ysandeep|afk is now known as ysandeep | 12:56 | |
*** skramaja has quit IRC | 13:02 | |
*** skramaja has joined #oooq | 13:06 | |
*** amoralej|lunch is now known as amoralej | 13:15 | |
ysandeep | weshay|ruck, rlandy|rover|mtg fyi.. i have added details about "How to open ticket for baremetal issues" on our tripleo-ci-infra doc | 13:31 |
rlandy|rover|mtg | ysandeep++ | 13:34 |
weshay|ruck | rlandy|rover|mtg, if there is time/space we should raise psi | 13:34 |
weshay|ruck | not detail.. but | 13:34 |
rlandy|rover|mtg | yay - ussuri promoting | 13:55 |
rlandy|rover|mtg | weshay|ruck: ^^ can you kick openstack-periodic-integration-stable7 line - so we clear the last outstanding line before new ruck/rovers take over | 13:59 |
weshay|ruck | k | 13:59 |
rlandy|rover|mtg | bhagyashris: I don't think I am permissioned to start new jira boards etc. | 14:07 |
rlandy|rover|mtg | do you have access to check/grant permissions? | 14:08 |
rlandy|rover|mtg | weshay|ruck: I'll join CIX | 14:25 |
bhagyashris | rlandy|rover|mtg, let me check | 14:26 |
rlandy|rover|mtg | thanks | 14:32 |
*** rlandy|rover|mtg is now known as rlandy|rover | 14:41 | |
weshay|ruck | rlandy|rover, https://sf.hosted.upshift.rdu2.redhat.com/logs/74/238474/2/check/periodic-tripleo-ci-rhel-8-bm_envA-3ctlr_1comp-featureset035-rhos-17/3c73663/job-output.txt | 14:47 |
weshay|ruck | checkout 2021-04-27 19:07:11.588827 | primary | TASK [build-test-packages : Copy from ready directories if configured] ********* | 14:47 |
weshay|ruck | rlandy|rover, have you seen that w/ other depends-on internally? | 14:48 |
rlandy|rover | weshay|ruck: not really | 14:49 |
bhagyashris | rlandy|rover, i have assigned the administration role to you. please check if you have rights to start/complete the sprint board | 15:06 |
rlandy|rover | bhagyashris: ack - I have the complete sprint button available to me now | 15:07 |
rlandy|rover | thank you | 15:07 |
bhagyashris | rlandy|rover, ack | 15:07 |
weshay|ruck | marios, comments on the get-hash patch | 15:07 |
weshay|ruck | bhagyashris, how are you handling the jira sprint? closing it out like last time? | 15:07 |
bhagyashris | weshay|ruck, yeah, | 15:09 |
marios | weshay|ruck: yeah i saw from alex thanks i was thinking about what to reply i mean indeed we have had the same thought. so in 2 minds about whether we should merge for now and move later if we need to? | 15:10 |
weshay|ruck | marios, I'm just curious where he would see this being packaged.. which would play into where it lives | 15:10 |
weshay|ruck | perhaps in rhos-bootstrap??? don't know.. it may be easier to do this in ci-config or it's own repo in rdo | 15:11 |
weshay|ruck | get it built in pip and move on | 15:11 |
weshay|ruck | seems like rdo would be good, as it pairs more w/ the dlrn server code | 15:12 |
weshay|ruck | than anything else I think of | 15:12 |
bhagyashris | weshay|ruck, fyi i have create new sprint board for sprint 44 https://projects.engineering.redhat.com/secure/RapidBoard.jspa?rapidView=4285 | 15:12 |
bhagyashris | created* | 15:12 |
weshay|ruck | zbr, don't forget to sync w/ soniya29 to figure out what's possible and not possible w/ regards to py39 tox in tempest repos | 15:13 |
marios | weshay|ruck: sorry arguing about puppet with alex on tripleo will check and reply on the get hash in a bit one argument at a time ;0 | 15:14 |
zbr | ok | 15:14 |
weshay|ruck | marios, np | 15:15 |
*** dviroel is now known as dviroel|lunch | 15:22 | |
rlandy|rover | weshay|ruck: ysandeep: fyi - downstream dlrn broken | 15:30 |
rlandy|rover | [rhos-dev] [outage][OSP Trunk] OSP Trunk builds currently not working | 15:30 |
ysandeep | yeah.. yup saw that email from javier | 15:31 |
rlandy|rover | marios: on get-hash review now | 15:47 |
*** jpodivin has quit IRC | 15:47 | |
rlandy|rover | sorry about delay | 15:47 |
marios | anbanerj|ruck: o/ hey can you update those soon so we can be ready - likely posting the release patch tomorrow so we need those to be voting again https://review.opendev.org/c/openstack/tripleo-ci/+/788258 & https://review.opendev.org/c/openstack/tripleo-ci/+/788257 (imo abandon 788257 and just include everythin on 788258 | 15:52 |
marios | ack rlandy|rover thanks | 15:52 |
*** jmasud has joined #oooq | 15:53 | |
weshay|ruck | zbr, bah.. abandon is busted in gri :) | 15:56 |
*** ysandeep is now known as ysandeep|away | 15:56 | |
weshay|ruck | gri -f abandon | 15:56 |
anbanerj|ruck | marios, looks like I am doing something wrong - when I pull the patch with Revert it doesnt show the changes on my local. lemme sort that out | 15:57 |
marios | anbanerj|ruck: ack | 15:58 |
*** rlandy|rover is now known as rlandy|rover|mtg | 16:01 | |
*** udesale_ has quit IRC | 16:03 | |
zbr | weshay|ruck: what do you mean by busted? | 16:09 |
zbr | it does not work? | 16:09 |
zbr | if it remember well it requires http access for these operations, but i do remember it as working but I did not use it myself. | 16:10 |
zbr | i wanted to avoid accidents | 16:10 |
*** marios is now known as marios|out | 16:13 | |
*** ysandeep|away is now known as ysandeep | 16:14 | |
ysandeep | weshay|ruck, around? | 16:17 |
*** jpena is now known as jpena|off | 16:18 | |
anbanerj|ruck | rlandy|rover|mtg, marios|out https://review.opendev.org/c/openstack/tripleo-ci/+/788542 - abandoned both of the reverts and updated everything in this patch (wallaby non voting) | 16:18 |
weshay|ruck | ysandeep, aye | 16:18 |
ysandeep | weshay|ruck, http://pastebin.test.redhat.com/959716 | 16:19 |
*** dviroel|lunch is now known as dviroel | 16:20 | |
ysandeep | i think https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/roles/tripleo_bootstrap/tasks/main.yml#L38 - this will try to install using local repo not any url | 16:20 |
weshay|ruck | ysandeep, https://sf.hosted.upshift.rdu2.redhat.com/logs/openstack-periodic-integration-rhos-17/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-rhel-8-ovb-1ctlr_2comp-featureset020-internal-rhos-17/afa781c/logs/overcloud-controller-0/var/log/dnf.log.txt.gz | 16:21 |
ysandeep | weshay|ruck, i don't think the deploy failure and ^^ is related, because we are not passing any url to the ansible task https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/roles/tripleo_bootstrap/tasks/main.yml#L38 | 16:22 |
*** marios|out has quit IRC | 16:30 | |
ysandeep | weshay|ruck, another observation, cloud-init started running at 10:08 | 16:30 |
ysandeep | https://sf.hosted.upshift.rdu2.redhat.com/logs/openstack-periodic-integration-rhos-17/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-rhel-8-ovb-1ctlr_2comp-featureset020-internal-rhos-17/afa781c/logs/overcloud-controller-0/var/log/cloud-init.log.txt.gz | 16:30 |
ysandeep | but the dnf.logs are from 05:08 | 16:30 |
weshay|ruck | ysandeep, meet.google.com/ysq-kzxq-adt | 16:31 |
ysandeep | afaik.. cloud-int should run first.. i wonder those dnf.logs are from image build | 16:31 |
*** dsneddon has joined #oooq | 16:31 | |
ysandeep | weshay|ruck, joining | 16:31 |
ysandeep | weshay|ruck, https://sf.hosted.upshift.rdu2.redhat.com/images/redhat8/rhos-17/ | 16:34 |
*** amoralej is now known as amoralej|off | 16:42 | |
*** derekh has quit IRC | 17:04 | |
akahat | openstack upshift is down? | 17:04 |
*** ysandeep is now known as ysandeep|away | 17:14 | |
akahat | weshay|ruck, there? | 17:21 |
weshay|ruck | akahat, aye | 17:21 |
weshay|ruck | what are you trying to hit? | 17:21 |
akahat | weshay|ruck, i want to run this template in testproject: https://review.rdoproject.org/r/gitweb?p=rdo-jobs.git;a=blob;f=zuul.d/ci-config-molecule-python-pipeline.yaml | 17:21 |
akahat | and i tried it here: https://review.rdoproject.org/r/c/testproject/+/31611/7/.zuul.yaml | 17:21 |
akahat | but it just run noop job.. what went wrong here ^^ | 17:22 |
weshay|ruck | akahat, rdo runs in vexhost | 17:23 |
weshay|ruck | https://review.rdoproject.org/zuul/status | 17:23 |
weshay|ruck | looks up | 17:23 |
akahat | weshay|ruck, on upshift i was trying to start my machine for testing... But it seems down | 17:24 |
weshay|ruck | akahat, it's just running the no-op | 17:24 |
weshay|ruck | akahat, ya.. psi/upshift may be borked... migration blew things up | 17:25 |
akahat | weshay|ruck, i want to run all the jobs in templates. | 17:26 |
weshay|ruck | akahat, trying to login | 17:27 |
weshay|ruck | seems down | 17:27 |
weshay|ruck | check announce-list and outtage list.. psi has been all over it | 17:28 |
weshay|ruck | akahat, /me gets Gateway Timeout | 17:28 |
akahat | weshay|ruck, same. | 17:28 |
weshay|ruck | akahat, you using rdo-ci-fx2-01-s8-drac.mgmt.rdoci.lab.eng.rdu2.redhat.com ? | 17:29 |
akahat | weshay|ruck, yes. | 17:29 |
weshay|ruck | start a vm on that | 17:29 |
akahat | weshay|ruck, ok | 17:29 |
rlandy|rover|mtg | weshay|ruck: 1-on-1? | 17:31 |
rlandy|rover|mtg | ugh ... we are delete failed again downstream | 17:33 |
weshay|ruck | rlandy|rover|mtg, in ovb | 17:34 |
weshay|ruck | ? | 17:34 |
weshay|ruck | let's chat tomorrow | 17:34 |
rlandy|rover|mtg | weshay|ruck: k- sending one question in ovt | 17:35 |
rlandy|rover|mtg | pvt | 17:36 |
*** rlandy|rover|mtg is now known as rlandy|rover | 17:36 | |
rlandy|rover | weshay|ruck: yep ... ovb - manually deleting | 17:37 |
*** anbanerj|ruck has quit IRC | 18:19 | |
*** anbanerj|ruck has joined #oooq | 18:20 | |
rlandy|rover | weshay|ruck: k- finally getting somewhere with OVB stack deletes | 19:06 |
rlandy|rover | port are down but not deleted | 19:07 |
rlandy|rover | may be our workaround | 19:07 |
rlandy|rover | may be more OVN issue | 19:07 |
rlandy|rover | manual port delete works | 19:07 |
rlandy|rover | but you have to find all the ports associated | 19:07 |
weshay|ruck | ysandeep|away, ^ you, myself and rlandy|rover should meet up tomorrow re: internal fun and we'd like to see the logs to the internal cleanup | 19:20 |
rlandy|rover | agreed | 19:20 |
rlandy|rover | doing some manual fun and games here | 19:20 |
weshay|ruck | may have to be friday | 19:20 |
weshay|ruck | depending the planning mtg | 19:20 |
rlandy|rover | probably not the best way about it | 19:20 |
rlandy|rover | I am basiaclly pulling out virtual wires | 19:20 |
rlandy|rover | not elegant | 19:20 |
rlandy|rover | three stack left to go | 19:21 |
rlandy|rover | but these have active ports | 19:21 |
rlandy|rover | will need more investigation | 19:21 |
rlandy|rover | the other stacks had down ports | 19:21 |
rlandy|rover | 2021-04-28 19:32:43,507 7195 WARNING promoter Candidate label 'tripleo-ci-testing': NO candidate hash promoted to current-tripleo | 19:35 |
rlandy|rover | ugh | 19:35 |
rlandy|rover | weshay|ruck: need to hack the promoter for queens | 19:35 |
rlandy|rover | c7 one | 19:35 |
rlandy|rover | no images | 19:35 |
weshay|ruck | rlandy|rover, ah crud.. k | 19:35 |
rlandy|rover | weshay|ruck: we didn't get a local override for that yet? | 19:36 |
weshay|ruck | just turn off that module then turn it back on | 19:36 |
rlandy|rover | yeah | 19:36 |
weshay|ruck | rlandy|rover, don't think so | 19:36 |
rlandy|rover | ok | 19:36 |
rlandy|rover | weshay|ruck: just trying to clear the decks for the new ruck/rovers | 19:36 |
rlandy|rover | give them some runway | 19:36 |
rlandy|rover | weshay|ruck: k - hacked up the global vars and the releases | 19:46 |
rlandy|rover | will revert those when queens is done | 19:46 |
weshay|ruck | rlandy|rover, ? | 19:46 |
weshay|ruck | global vars and releases? | 19:46 |
rlandy|rover | dlrn-promoter.sh | 19:46 |
weshay|ruck | oh k | 19:46 |
rlandy|rover | and global_defaults | 19:46 |
*** saneax has quit IRC | 20:06 | |
*** jmasud has quit IRC | 20:07 | |
*** jmasud has joined #oooq | 20:15 | |
rlandy|rover | 2021-04-28 20:17:19,784 16285 INFO promoter Summary: Promoted 1 hashes this round | 20:24 |
rlandy|rover | reverting | 20:24 |
*** jfrancoa has quit IRC | 20:24 | |
rlandy|rover | weshay|ruck: am I crazy? | 20:27 |
rlandy|rover | did queens promote or not? | 20:27 |
weshay|ruck | heh.. /me looks.. OH you can't tell from the logs.. lolz | 20:27 |
rlandy|rover | don't joke | 20:28 |
rlandy|rover | I think it promoted one hash | 20:28 |
rlandy|rover | but dlrn didn;t move | 20:28 |
rlandy|rover | allowed_clients: registries_client,dlrn_client | 20:29 |
rlandy|rover | ^^ left in dlrn_client | 20:29 |
weshay|ruck | rlandy|rover, https://hub.docker.com/r/tripleoqueens/centos-binary-base/tags?page=1&ordering=last_updated | 20:29 |
weshay|ruck | TAG | 20:29 |
weshay|ruck | fc3eaa73026fec9feec3ef4e6295d08215d8b4ce_aaad73da | 20:29 |
weshay|ruck | docker pull tripleoqueens/centos-binary-base:fc3eaa73026fec9feec3ef4e6295d08215d8b4ce_aaad73da | 20:29 |
weshay|ruck | Last pushed23 minutes agobyrdotripleomirror | 20:29 |
weshay|ruck | https://trunk.rdoproject.org/centos7-queens/current-tripleo/delorean.repo | 20:29 |
rlandy|rover | commit.yaml2021-04-22 00:53 1.1K | 20:30 |
rlandy|rover | ^^ 04/22 | 20:30 |
rlandy|rover | 7 days ago | 20:30 |
rlandy|rover | current-tripleo | 20:30 |
rlandy|rover | queens | 20:30 |
rlandy|rover | CentOS-7 | 20:30 |
rlandy|rover | 2 days ago | 20:30 |
rlandy|rover | weshay|ruck: ^^ says there was an update two days ago | 20:31 |
weshay|ruck | was the hash old? | 20:31 |
weshay|ruck | could have been | 20:31 |
rlandy|rover | https://trunk.rdoproject.org/centos7-queens/tripleo-ci-testing/ | 20:31 |
rlandy|rover | ^^ 04/26 | 20:31 |
rlandy|rover | periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset010-queensopenstack/tripleo-cimasteropenstack-periodic-integration-stable70000000 | 20:32 |
rlandy|rover | 1 hr 56 mins 39 secs2021-04-28 16:28:20FAILURE | 20:32 |
rlandy|rover | weshay|ruck: oh shoot, it failed | 20:32 |
* rlandy|rover rekicks | 20:32 | |
rlandy|rover | k - one stack left - too many ports :( | 20:43 |
rlandy|rover | training | 21:14 |
*** jmasud has quit IRC | 21:20 | |
*** slaweq has quit IRC | 21:25 | |
*** jmasud has joined #oooq | 21:27 | |
*** dviroel is now known as dviroel|away | 22:14 | |
*** rlandy|rover is now known as rlandy|rover|bbl | 22:24 | |
*** tosky has quit IRC | 22:48 | |
*** gchamoul has quit IRC | 23:11 | |
*** gchamoul has joined #oooq | 23:11 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!