| *** evrardjp has quit IRC | 00:05 | |
| *** evrardjp has joined #zuul | 00:06 | |
| *** akrpan-pure has quit IRC | 00:07 | |
| *** tosky has quit IRC | 00:16 | |
| *** zenkuro has quit IRC | 01:19 | |
| *** sshnaidm|rover has quit IRC | 01:59 | |
| *** sshnaidm has joined #zuul | 02:00 | |
| *** bhavikdbavishi has joined #zuul | 03:18 | |
| *** bhavikdbavishi has quit IRC | 03:31 | |
| *** bhavikdbavishi has joined #zuul | 04:08 | |
| *** ykarel has joined #zuul | 05:12 | |
| *** evrardjp has quit IRC | 05:33 | |
| *** evrardjp has joined #zuul | 05:33 | |
| *** bhavikdbavishi1 has joined #zuul | 06:00 | |
| *** bhavikdbavishi has quit IRC | 06:01 | |
| *** bhavikdbavishi1 is now known as bhavikdbavishi | 06:01 | |
| *** bhavikdbavishi has quit IRC | 06:06 | |
| *** bhavikdbavishi has joined #zuul | 06:06 | |
| *** bhavikdbavishi1 has joined #zuul | 06:11 | |
| *** bhavikdbavishi has quit IRC | 06:13 | |
| *** bhavikdbavishi1 is now known as bhavikdbavishi | 06:13 | |
| *** ykarel_ has joined #zuul | 06:21 | |
| *** ykarel has quit IRC | 06:23 | |
| *** bhavikdbavishi has quit IRC | 06:51 | |
| *** bhavikdbavishi has joined #zuul | 06:52 | |
| *** reiterative has quit IRC | 06:54 | |
| *** reiterative has joined #zuul | 06:54 | |
| *** bhavikdbavishi has quit IRC | 07:04 | |
| *** bhavikdbavishi has joined #zuul | 07:29 | |
| *** bhavikdbavishi1 has joined #zuul | 07:32 | |
| *** bhavikdbavishi has quit IRC | 07:34 | |
| *** bhavikdbavishi1 is now known as bhavikdbavishi | 07:34 | |
| *** ykarel_ is now known as ykarel | 07:36 | |
| *** piotrowskim has joined #zuul | 07:54 | |
| *** holser has joined #zuul | 08:01 | |
| *** holser has quit IRC | 08:11 | |
| *** ykarel is now known as ykarel|lunch | 09:08 | |
| *** zbr has quit IRC | 10:02 | |
| *** zbr has joined #zuul | 10:02 | |
| *** zenkuro has joined #zuul | 10:03 | |
| *** ssbarnea has joined #zuul | 10:05 | |
| *** bhavikdbavishi has quit IRC | 10:06 | |
| *** zbr has quit IRC | 10:07 | |
| *** zbr has joined #zuul | 10:08 | |
| *** zbr has quit IRC | 10:08 | |
| *** zbr has joined #zuul | 10:10 | |
| *** zenkuro has quit IRC | 10:11 | |
| *** zenkuro has joined #zuul | 10:12 | |
| *** tosky has joined #zuul | 10:50 | |
| sassyn | great fungi | 11:04 |
|---|---|---|
| *** sassyn has quit IRC | 11:04 | |
| *** bhavikdbavishi has joined #zuul | 11:06 | |
| *** bhavikdbavishi1 has joined #zuul | 11:08 | |
| *** bhavikdbavishi has quit IRC | 11:10 | |
| *** bhavikdbavishi1 is now known as bhavikdbavishi | 11:10 | |
| *** ykarel|lunch is now known as ykarel | 11:13 | |
| *** armstrongs has joined #zuul | 11:43 | |
| *** ssbarnea has quit IRC | 11:43 | |
| *** armstrongs has quit IRC | 11:52 | |
| *** bhavikdbavishi has quit IRC | 13:16 | |
| *** bhavikdbavishi has joined #zuul | 13:17 | |
| *** bhavikdbavishi has quit IRC | 13:20 | |
| *** bhavikdbavishi has joined #zuul | 14:19 | |
| *** bhavikdbavishi1 has joined #zuul | 14:22 | |
| *** bhavikdbavishi has quit IRC | 14:24 | |
| *** bhavikdbavishi1 is now known as bhavikdbavishi | 14:24 | |
| *** bhavikdbavishi has quit IRC | 14:58 | |
| *** holser has joined #zuul | 15:18 | |
| *** holser has quit IRC | 15:36 | |
| *** rfolco has joined #zuul | 16:03 | |
| *** rfolco has quit IRC | 16:04 | |
| *** rfolco has joined #zuul | 16:05 | |
| *** rfolco has quit IRC | 16:07 | |
| *** rfolco has joined #zuul | 16:08 | |
| *** ikhan has joined #zuul | 16:36 | |
| *** hamalq has joined #zuul | 17:00 | |
| *** ikhan has quit IRC | 17:01 | |
| *** ikhan has joined #zuul | 17:16 | |
| *** ikhan has quit IRC | 17:21 | |
| *** akrpan-pure has joined #zuul | 17:45 | |
| akrpan-pure | In older versions of nodepool, there was a "ready-script" field you could use to run a script after a node was started but before it was added to the pool (this was a very old version, so it may have been gone for years). This seems to be absent in newer versions of nodepool | 17:47 |
| akrpan-pure | Is there any way currently to have nodepool run some command after starting a node, ideally before adding it to the pool of available nodes? | 17:48 |
| *** ikhan has joined #zuul | 17:56 | |
| *** ykarel has quit IRC | 17:56 | |
| akrpan-pure | Currently my best bet seems to be either cloud-init (which the nodepool-base element seems to disable) or a cron @reboot job | 17:56 |
| fungi | i don't believe so, nodepool no longer expects to be able to log into the nodes it boots. in opendev we perform some basic sanity checks in a pre playbook within our base job, from which all other jobs inherit, so broken nodes are discarded and the builds retried as early as possible | 17:56 |
| akrpan-pure | Oh interesting, okay, then I'll probably lean towards one of the more "vanilla" options then | 17:57 |
| akrpan-pure | Thanks! | 17:57 |
| fungi | akrpan-pure: an example, we include this role in our base job's pre.yaml: https://zuul-ci.org/docs/zuul-jobs/general-roles.html#role-validate-host | 18:01 |
| akrpan-pure | Oooh will do some research, thanks again! | 18:02 |
| fungi | so if the node can't reach zuul_site_traceroute_host the node will be discarded near the beginning of the build and zuul will automatically retry with a new node | 18:02 |
| *** hamalq has quit IRC | 18:04 | |
| *** hamalq has joined #zuul | 18:16 | |
| *** hamalq has quit IRC | 18:20 | |
| *** ikhan has quit IRC | 18:38 | |
| -openstackstatus- NOTICE: An OVH network outage caused Zuul to report POST_FAILURE results with no summary/logs for some builds completing between 16:10 and 17:06 UTC; these should be safe to recheck now | 18:46 | |
| *** ikhan has joined #zuul | 19:16 | |
| *** rfolco has quit IRC | 19:27 | |
| *** ikhan has quit IRC | 20:04 | |
| *** ikhan has joined #zuul | 21:03 | |
| *** holser has joined #zuul | 21:06 | |
| *** ikhan has quit IRC | 21:08 | |
| *** ikhan has joined #zuul | 21:16 | |
| *** ikhan has quit IRC | 21:22 | |
| *** holser has quit IRC | 22:36 | |
| *** ikhan has joined #zuul | 23:16 | |
| *** ikhan has quit IRC | 23:21 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!