openstackgerrit | Paul Belanger proposed openstack-infra/project-config master: Remove legacy jobs from ansible-role-shade https://review.openstack.org/513968 | 00:09 |
---|---|---|
*** armaan has joined #openstack-infra | 00:12 | |
*** slaweq has quit IRC | 00:18 | |
*** andreww has quit IRC | 00:27 | |
*** bobh has quit IRC | 00:31 | |
*** slaweq has joined #openstack-infra | 00:32 | |
*** bobh has joined #openstack-infra | 00:35 | |
*** edmondsw has joined #openstack-infra | 00:36 | |
*** edmondsw has quit IRC | 00:41 | |
*** dave-mccowan has joined #openstack-infra | 00:54 | |
inc0 | SamYaple: fyi mariadb worked for me | 00:56 |
inc0 | fresh installation on fresh vms | 00:56 |
inc0 | so it still looks like something with gates | 00:56 |
SamYaple | inc0: and people in your channel | 00:59 |
SamYaple | i bet you fix one, youll fix both | 00:59 |
*** slaweq has quit IRC | 01:02 | |
inc0 | let's test mtu theory | 01:03 |
*** thorst has joined #openstack-infra | 01:09 | |
*** jamesmcarthur has joined #openstack-infra | 01:10 | |
*** jamesmcarthur has quit IRC | 01:13 | |
*** thorst has quit IRC | 01:14 | |
*** slaweq has joined #openstack-infra | 01:14 | |
*** jamesmcarthur has joined #openstack-infra | 01:16 | |
*** claudiub|2 has quit IRC | 01:19 | |
*** dhinesh has joined #openstack-infra | 01:38 | |
*** slaweq has quit IRC | 01:44 | |
*** slaweq has joined #openstack-infra | 01:44 | |
jlk | AJaeger: thanks. I've been distracted lately. | 02:02 |
*** dhinesh_ has joined #openstack-infra | 02:13 | |
*** dhinesh has quit IRC | 02:16 | |
*** slaweq has quit IRC | 02:17 | |
*** jamesmcarthur has quit IRC | 02:20 | |
*** jamesmcarthur has joined #openstack-infra | 02:20 | |
*** thorst has joined #openstack-infra | 02:22 | |
*** thorst has quit IRC | 02:22 | |
*** slaweq has joined #openstack-infra | 02:24 | |
*** jamesmcarthur has quit IRC | 02:25 | |
*** edmondsw has joined #openstack-infra | 02:25 | |
*** edmondsw has quit IRC | 02:29 | |
*** dhinesh_ has quit IRC | 02:34 | |
*** dhinesh has joined #openstack-infra | 02:35 | |
*** dave-mccowan has quit IRC | 02:47 | |
*** slaweq has quit IRC | 02:57 | |
*** LindaWang has joined #openstack-infra | 03:03 | |
*** slaweq has joined #openstack-infra | 03:09 | |
*** felipemonteiro has joined #openstack-infra | 03:13 | |
*** felipemonteiro__ has joined #openstack-infra | 03:18 | |
*** felipemonteiro has quit IRC | 03:21 | |
*** dhajare has joined #openstack-infra | 03:26 | |
Jeffrey4l | hi, can i load a project-level role in another project zuul's jobs definition? | 03:28 |
*** felipemonteiro has joined #openstack-infra | 03:28 | |
*** felipemonteiro__ has quit IRC | 03:31 | |
SamYaple | Jeffrey4l: what are you trying to achive? | 03:31 |
Jeffrey4l | SamYaple, load kolla-ansible zuul tasks/roles/playbooks in kolla. then i can reuse what kolla-ansible already have. | 03:32 |
SamYaple | yea taht should work | 03:32 |
SamYaple | Jeffrey4l: job definitions are global, so you should be able to call a kolla-ansible job | 03:33 |
Jeffrey4l | after read the zuulv3 jobs.roles i am think roles can only load galaxy and zuul's roles. | 03:33 |
SamYaple | i dont think galaxy roles are implemented yet | 03:34 |
Jeffrey4l | SamYaple, use the kolla-ansible job directly should not works. | 03:34 |
Jeffrey4l | yes. galarxy role is not implements. | 03:34 |
Jeffrey4l | and only zuul's role can be loaded. | 03:34 |
*** bobh has quit IRC | 03:34 | |
SamYaple | Jeffrey4l: you can absolutely use kolla-ansible job in kolla project | 03:34 |
Jeffrey4l | any other projects level roles can not be load, which i am want to archive. | 03:35 |
Jeffrey4l | SamYaple, mind explain the details? | 03:35 |
SamYaple | Jeffrey4l: https://review.openstack.org/513975 | 03:36 |
SpamapS | So, I believe jobs defined in a trusted repo can be used. But if the jobs are defined in kolla-ansible then they can't be pulled in by some other repo. But I could be wrong. | 03:36 |
SamYaple | SpamapS: you are wrong there, yea | 03:37 |
SamYaple | SpamapS: trusted repos cant use untrusted jobs. untrusted can use trusted. untrusted can use untrusted | 03:37 |
SpamapS | How do we protect the namespace then? | 03:37 |
SamYaple | SpamapS: they are not project namespaced. its a global list | 03:38 |
Jeffrey4l | cool. let me try this. | 03:38 |
* SpamapS should know.. wrote some code and tests on this.. but inheritance is hard on brain | 03:38 | |
SpamapS | SamYaple: seems like it's too easy for projects to create conflicting job names. | 03:38 |
SamYaple | SpamapS: which zuul will reject | 03:38 |
SamYaple | and yes you can do that | 03:38 |
SamYaple | it cant merge though | 03:39 |
SpamapS | SamYaple: so I can DoS you by redefining all your jobs. :( | 03:39 |
SpamapS | oh I see | 03:39 |
SamYaple | SpamapS: odyssey4me did that the other day lol | 03:39 |
SpamapS | the gate is the key there | 03:39 |
SamYaple | yup | 03:39 |
SpamapS | so first come first serve method of namespace protection | 03:39 |
*** slaweq has quit IRC | 03:39 | |
SamYaple | SpamapS: it has been recommended to prefix your jobs with your project name for politness | 03:39 |
SamYaple | ive seen it in the docs too | 03:39 |
SpamapS | I think I just have a personal bug where inheritance rules never sink in until I've broken them 10 times. | 03:41 |
SamYaple | oh man. youre telling me. i just pretend they dont exist and keep it simple | 03:42 |
*** slaweq has joined #openstack-infra | 03:43 | |
*** felipemonteiro has quit IRC | 03:43 | |
*** dhajare has quit IRC | 03:44 | |
SamYaple | SpamapS: btw im not sure if "trusted repos can't use untrusted jobs" is even correct. i just know trusted repos can depends-on patches but thats it | 03:45 |
SamYaple | since the list is global, i dont think there is a way to know what came from trusted or not built in | 03:45 |
SpamapS | yeah that sounds right | 03:46 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources master: Fix on Speaker Filter Query https://review.openstack.org/513976 | 03:54 |
openstackgerrit | Merged openstack-infra/openstackid-resources master: Fix on Speaker Filter Query https://review.openstack.org/513976 | 03:55 |
*** yamamoto has joined #openstack-infra | 04:00 | |
*** bhavik1 has joined #openstack-infra | 04:04 | |
*** edmondsw has joined #openstack-infra | 04:13 | |
*** slaweq has quit IRC | 04:15 | |
*** edmondsw has quit IRC | 04:17 | |
*** slaweq has joined #openstack-infra | 04:20 | |
*** thorst has joined #openstack-infra | 04:23 | |
*** slaweq has quit IRC | 04:24 | |
*** gmann_afk is now known as gmann | 04:26 | |
*** thorst has quit IRC | 04:28 | |
*** bobh has joined #openstack-infra | 04:50 | |
*** slaweq has joined #openstack-infra | 04:54 | |
openstackgerrit | Merged openstack-infra/openstack-zuul-jobs master: Remove manila legacy jobs https://review.openstack.org/513075 | 05:03 |
openstackgerrit | Flavio Percoco proposed openstack-infra/project-config master: Add ansible-role-k8s-(keystone|mariadb) to zuul.d https://review.openstack.org/513023 | 05:11 |
*** bhavik1 has quit IRC | 05:18 | |
*** bobh has quit IRC | 05:21 | |
*** jamesmcarthur has joined #openstack-infra | 05:23 | |
*** psachin has joined #openstack-infra | 05:25 | |
*** armaan has quit IRC | 05:26 | |
*** slaweq has quit IRC | 05:26 | |
*** jamesmcarthur has quit IRC | 05:27 | |
*** slaweq has joined #openstack-infra | 05:30 | |
*** armaan has joined #openstack-infra | 05:30 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: [WIP] disk-usage refactoring https://review.openstack.org/512085 | 05:58 |
*** edmondsw has joined #openstack-infra | 06:01 | |
openstackgerrit | Merged openstack-infra/project-config master: Requirements propose_updates runs master only https://review.openstack.org/513618 | 06:01 |
*** slaweq has quit IRC | 06:02 | |
*** edmondsw has quit IRC | 06:06 | |
*** slaweq has joined #openstack-infra | 06:13 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: block-device lvm: fix umount phase https://review.openstack.org/503958 | 06:21 |
*** thorst has joined #openstack-infra | 06:25 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: devstack-plugin list : run on on master only https://review.openstack.org/513983 | 06:29 |
*** thorst has quit IRC | 06:29 | |
*** lennyb has quit IRC | 06:41 | |
*** dhinesh has quit IRC | 06:54 | |
Jeffrey4l | for the node /etc/hosts, how the file is rendered? i saw "# BEGIN ANSIBLE GENERATED HOSTS" such part.. | 06:57 |
*** rwsu has quit IRC | 07:10 | |
*** bobh has joined #openstack-infra | 07:23 | |
*** rwsu has joined #openstack-infra | 07:23 | |
*** bobh has quit IRC | 07:29 | |
*** armaan has quit IRC | 07:33 | |
*** armaan has joined #openstack-infra | 07:34 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Add stats for executor and merger count https://review.openstack.org/513940 | 07:44 |
*** edmondsw has joined #openstack-infra | 07:49 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Report initial pipeline changes under correct key https://review.openstack.org/513949 | 07:49 |
*** armaan has quit IRC | 07:50 | |
*** armaan has joined #openstack-infra | 07:50 | |
*** slaweq has quit IRC | 07:51 | |
*** edmondsw has quit IRC | 07:53 | |
*** slaweq has joined #openstack-infra | 07:53 | |
AJaeger | infra-root, zuul v3 parallelizes too good - we now get problems accessing zanata. I added some information to the etherpad. Question is whether we can somehow rate-limit the number of parallel running translation proposal jobs? | 08:00 |
AJaeger | infra-root, one option: Move the few translation jobs for stable branches into periodic-stable and run this 30 mins later than periodic (currently 1 min later). But that's just a work around | 08:01 |
AJaeger | other than that: Lot of successfull periodic runs and proposal jobs today! | 08:02 |
AJaeger | Oh, just found semaphore, let me try that... | 08:08 |
*** dhajare has joined #openstack-infra | 08:08 | |
*** dhajare has quit IRC | 08:14 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Add translation semaphore https://review.openstack.org/514039 | 08:14 |
*** armaan has quit IRC | 08:14 | |
AJaeger | proposed fix ^ | 08:15 |
*** armaan has joined #openstack-infra | 08:15 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/zuul feature/zuulv3: Fix typo, it's branches https://review.openstack.org/514040 | 08:18 |
*** d0ugal has quit IRC | 08:18 | |
*** d0ugal has joined #openstack-infra | 08:19 | |
*** slaweq_ has joined #openstack-infra | 08:21 | |
*** yamamoto has quit IRC | 08:23 | |
*** bobh has joined #openstack-infra | 08:25 | |
*** slaweq has quit IRC | 08:26 | |
*** thorst has joined #openstack-infra | 08:26 | |
*** dhajare has joined #openstack-infra | 08:27 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove unused oslo.messaging playbooks https://review.openstack.org/514041 | 08:28 |
*** bobh has quit IRC | 08:30 | |
*** thorst has quit IRC | 08:30 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove unused jobs and playbooks https://review.openstack.org/514042 | 08:34 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove unused playbooks https://review.openstack.org/514042 | 08:36 |
*** lennyb has joined #openstack-infra | 08:38 | |
*** slaweq has joined #openstack-infra | 08:38 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: [WIP] Using -t devpts for /dev/pts mounts https://review.openstack.org/514043 | 08:41 |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul feature/zuulv3: Make multiple parent jobs returning same var undefined behavior https://review.openstack.org/514044 | 08:51 |
*** slaweq_ has quit IRC | 08:56 | |
*** slaweq_ has joined #openstack-infra | 08:57 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Add publish-install-guide https://review.openstack.org/514047 | 08:58 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Build native v3 install-guide docs https://review.openstack.org/514048 | 08:58 |
*** slaweq has quit IRC | 08:59 | |
*** slaweq has joined #openstack-infra | 08:59 | |
*** slaweq_ has quit IRC | 09:01 | |
*** aspiers has quit IRC | 09:03 | |
*** aspiers has joined #openstack-infra | 09:04 | |
openstackgerrit | Noam Angel proposed openstack/diskimage-builder master: cloud-init element systemctl support https://review.openstack.org/512489 | 09:13 |
*** dhajare has quit IRC | 09:14 | |
*** tosky has joined #openstack-infra | 09:16 | |
*** armaan has quit IRC | 09:17 | |
*** yamamoto has joined #openstack-infra | 09:24 | |
*** srwilkers is now known as srwilkers^zzzz | 09:25 | |
*** bobh has joined #openstack-infra | 09:26 | |
*** thorst has joined #openstack-infra | 09:26 | |
*** bobh has quit IRC | 09:31 | |
*** yamamoto has quit IRC | 09:31 | |
*** thorst has quit IRC | 09:32 | |
*** edmondsw has joined #openstack-infra | 09:37 | |
*** edmondsw has quit IRC | 09:41 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul feature/zuulv3: Use end time based sorting for applying parent data https://review.openstack.org/514049 | 09:42 |
*** mewald has joined #openstack-infra | 09:43 | |
*** mewald has left #openstack-infra | 09:53 | |
mordred | AJaeger: I think semaphore is a great option! | 09:56 |
AJaeger | mordred: and so easy to do - was really happy to see that ;) | 09:56 |
tobiash | yay, first semaphore usage in openstack deployment :) | 10:04 |
*** claudiub|2 has joined #openstack-infra | 10:05 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Use native v3 publishing for project-team-guide https://review.openstack.org/514053 | 10:08 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Remove project-team-guide-publish https://review.openstack.org/514054 | 10:08 |
AJaeger | tobiash: build-wheels uses it already | 10:08 |
tobiash | ah, didn't know that | 10:08 |
AJaeger | tobiash: didn't knew before today either ;) | 10:09 |
*** fabo has quit IRC | 10:11 | |
*** slaweq has quit IRC | 10:12 | |
mordred | tonyb: removing tox_install.sh does not work | 10:13 |
mordred | tonyb: I'm still investigating. the issue is that it puts both constraints and requirements.txt into tox's knowledge, so then tox decides to be smart and recreate the venv :( | 10:15 |
*** bobh has joined #openstack-infra | 10:27 | |
*** bobh has quit IRC | 10:32 | |
*** ociuhandu has joined #openstack-infra | 10:34 | |
*** pbourke has quit IRC | 10:35 | |
*** pbourke has joined #openstack-infra | 10:37 | |
*** ociuhandu has quit IRC | 10:39 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul feature/zuulv3: Fix undefined sort order when applying parent data https://review.openstack.org/514056 | 10:39 |
*** ykarel|away has joined #openstack-infra | 10:57 | |
*** ykarel|off has joined #openstack-infra | 10:57 | |
*** bhavik1 has joined #openstack-infra | 11:03 | |
*** bhavik1 has quit IRC | 11:05 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Have tox-siblings edit requirements files instead https://review.openstack.org/514058 | 11:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Avoid tox_install.sh for constraints support https://review.openstack.org/508061 | 11:12 |
mordred | tonyb: ^^ there is a possibility to update how tox-siblings works- we'll see if it works with the shade patch now | 11:12 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: WIP Avoid tox_install.sh for constraints support https://review.openstack.org/508061 | 11:13 |
mordred | changed it to not do the devstack jobs while we play | 11:13 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Fix doc typo https://review.openstack.org/513932 | 11:15 |
*** psachin has quit IRC | 11:15 | |
AJaeger | project-config-core, please review https://review.openstack.org/513983 - to not have another perioidic job propose content thta the team needs to abandon since this is not needed for stable branches | 11:18 |
*** ykarel|off has quit IRC | 11:18 | |
*** ykarel|away has quit IRC | 11:18 | |
mordred | AJaeger: lgtm | 11:20 |
*** yamamoto has joined #openstack-infra | 11:21 | |
*** edmondsw has joined #openstack-infra | 11:25 | |
*** bobh has joined #openstack-infra | 11:28 | |
*** harlowja has quit IRC | 11:28 | |
*** thorst has joined #openstack-infra | 11:28 | |
*** edmondsw has quit IRC | 11:30 | |
*** bobh has quit IRC | 11:32 | |
*** thorst has quit IRC | 11:33 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Check that zuul.d/projects.yaml is sorted https://review.openstack.org/514061 | 11:40 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Have tox-siblings edit requirements files instead https://review.openstack.org/514058 | 11:46 |
*** yamamoto has quit IRC | 11:46 | |
*** makowals has joined #openstack-infra | 11:51 | |
*** thorst has joined #openstack-infra | 11:52 | |
*** thorst has quit IRC | 11:52 | |
*** yamamoto has joined #openstack-infra | 11:56 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Have tox-siblings edit requirements files instead https://review.openstack.org/514058 | 12:00 |
*** yolanda has joined #openstack-infra | 12:09 | |
*** ykarel|away has joined #openstack-infra | 12:10 | |
*** ykarel|off has joined #openstack-infra | 12:10 | |
*** yolanda has quit IRC | 12:13 | |
*** armaan has joined #openstack-infra | 12:15 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Have tox-siblings edit requirements files instead https://review.openstack.org/514058 | 12:18 |
*** armaan has quit IRC | 12:19 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: It's Zuul https://review.openstack.org/514062 | 12:20 |
*** abishop has quit IRC | 12:25 | |
*** bobh has joined #openstack-infra | 12:29 | |
*** dave-mccowan has joined #openstack-infra | 12:30 | |
*** bobh has quit IRC | 12:33 | |
*** yamamoto has quit IRC | 12:37 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Have tox-siblings edit requirements files instead https://review.openstack.org/514058 | 12:46 |
*** ykarel|away has quit IRC | 12:47 | |
*** ykarel|off has quit IRC | 12:47 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Have tox-siblings edit requirements files instead https://review.openstack.org/514058 | 12:54 |
*** nicolasbock has joined #openstack-infra | 13:04 | |
*** yamamoto has joined #openstack-infra | 13:05 | |
*** yolanda has joined #openstack-infra | 13:11 | |
*** armaan has joined #openstack-infra | 13:25 | |
mordred | tonyb, AJaeger: ^^ ok - that version is working now - have been testing with https://review.openstack.org/#/c/508061 | 13:27 |
*** bobh has joined #openstack-infra | 13:30 | |
*** bobh has quit IRC | 13:34 | |
*** dave-mccowan has quit IRC | 13:38 | |
openstackgerrit | Anastasia Kravets proposed openstack-infra/project-config master: [ec2-api] Increase timeout for rally job https://review.openstack.org/514065 | 13:38 |
*** jamesmcarthur has joined #openstack-infra | 13:39 | |
*** jamesmcarthur has quit IRC | 13:43 | |
*** rkukura has quit IRC | 13:46 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Avoid tox_install.sh for constraints support https://review.openstack.org/508061 | 13:48 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Turn on voting for functional tips jobs https://review.openstack.org/514066 | 13:53 |
*** thorst has joined #openstack-infra | 13:53 | |
openstackgerrit | Monty Taylor proposed openstack/os-client-config master: Add shade-functional-tips jobs https://review.openstack.org/514067 | 13:57 |
*** ykarel|away has joined #openstack-infra | 13:58 | |
*** ykarel|off has joined #openstack-infra | 13:58 | |
*** ykarel|off is now known as ykarel | 13:58 | |
*** ykarel|away has quit IRC | 13:58 | |
*** thorst has quit IRC | 13:59 | |
*** superdan is now known as dansmith | 14:18 | |
*** wolverineav has joined #openstack-infra | 14:20 | |
*** wolverineav has quit IRC | 14:25 | |
*** bobh has joined #openstack-infra | 14:52 | |
*** armaan has quit IRC | 14:53 | |
*** armaan has joined #openstack-infra | 14:53 | |
*** AJaeger has quit IRC | 14:56 | |
*** wolverineav has joined #openstack-infra | 14:57 | |
*** AJaeger has joined #openstack-infra | 14:58 | |
*** jamesmcarthur has joined #openstack-infra | 14:58 | |
*** edmondsw has joined #openstack-infra | 15:01 | |
openstackgerrit | Merged openstack-infra/project-config master: Remove legacy jobs in Senlin https://review.openstack.org/512996 | 15:03 |
openstackgerrit | Merged openstack-infra/project-config master: Add ansible-role-k8s-(keystone|mariadb) to zuul.d https://review.openstack.org/513023 | 15:03 |
openstackgerrit | Merged openstack-infra/project-config master: Zuul-v3: add required projects for neutron-lib periodic jobs https://review.openstack.org/512811 | 15:03 |
*** edmondsw has quit IRC | 15:06 | |
*** thorst has joined #openstack-infra | 15:13 | |
*** LindaWang has quit IRC | 15:13 | |
AJaeger | project-config-core, please review https://review.openstack.org/514039 - to get us more stable translation jobs | 15:14 |
AJaeger | team, do we have a policy on maximal timeout? I've seen twice today 10800s = 3 hours and find that a lot ;/ | 15:15 |
dmsimard | AJaeger: We should look at what we had in v2 and compare, I know of some TripleO jobs that do last that long (in-place upgrades for example) | 15:16 |
pabelanger | AJaeger: we do have a cap in zuulv3, I cannot remember what it is. But if any jobs go over that, zuul with -1 the patch as syntax error. But agree, we should be working with projects to reduce job runs where possible | 15:17 |
*** slaweq has joined #openstack-infra | 15:17 | |
*** thorst has quit IRC | 15:18 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/zuul-jobs master: Persist iptables rules https://review.openstack.org/513943 | 15:19 |
mordred | AJaeger, pabelanger, dmsimard: 10800 is from v2 (we had to fix a fewplaces where we didn't copy over the old timeout correctly) | 15:21 |
mordred | but I agree - we should figure out how to not have 3 hour jobs, fix those, then lower the config max | 15:21 |
*** slaweq has quit IRC | 15:22 | |
pabelanger | ++ | 15:22 |
AJaeger | https://review.openstack.org/513892 and https://review.openstack.org/514065 are the two changs I noticed | 15:24 |
AJaeger | indeed, there're quite a few with 10800 in openstack-zuul-jobs | 15:25 |
openstackgerrit | David Moreau Simard proposed openstack-infra/openstack-zuul-jobs master: Add integration test coverage for iptables persistence https://review.openstack.org/513934 | 15:27 |
AJaeger | checked zuul v3 source - 10800 is maximum | 15:27 |
dmsimard | AJaeger, pabelanger, mordred: I think this all goes in the same bucket as limiting the amount of nodes, concurrency, etc. any one project might have at a given time. I guess there is no notion of quota ? | 15:28 |
AJaeger | dmsimard: indeed there's none currently | 15:28 |
dmsimard | Like we have some "hard" per-job limits for nodes, timeout for example | 15:28 |
AJaeger | since we push now jobs to project teams, I fear we'll have some of that discussion in the future... | 15:29 |
AJaeger | bbl, would appreciate reviews of https://review.openstack.org/514039 | 15:30 |
*** ykarel has quit IRC | 15:30 | |
pabelanger | dmsimard: well, ideally we shouldn't need to implement that. we don't want to have to police jobs, just provide infrastructure and have it be shared | 15:31 |
dmsimard | pabelanger: quota systems are in place to avoid having to police jobs :) | 15:33 |
dmsimard | pabelanger: to prevent "noisy neighbors" in a multi-tenant environment | 15:33 |
dmsimard | not much different than not having unlimited quotas in a public cloud environment | 15:33 |
*** lamt___ is now known as lamt | 15:34 | |
pabelanger | sure, but i think the idea here is, we are a community of projects. It make sense to all work together and keep job run times lower, as it means for jobs an hour will be run. Spliting up in to a quota won't really solve that. I mean, it is something we could technically do, but hopefully we are far, far away from doing something like that | 15:37 |
*** Hal has joined #openstack-infra | 15:41 | |
*** Hal1 has joined #openstack-infra | 15:41 | |
*** Hal is now known as Guest62613 | 15:41 | |
*** armaan has quit IRC | 15:44 | |
*** armaan has joined #openstack-infra | 15:44 | |
*** Hal1 has quit IRC | 15:45 | |
*** Guest62613 has quit IRC | 15:45 | |
*** ociuhandu has joined #openstack-infra | 15:49 | |
dmsimard | pabelanger: I, too, would love everyone to be reasonable and do the right thing :) | 15:50 |
*** ykarel has joined #openstack-infra | 15:51 | |
*** armaan has quit IRC | 15:53 | |
*** armaan has joined #openstack-infra | 15:53 | |
*** armax has joined #openstack-infra | 16:15 | |
pabelanger | dmsimard: mind a +3 https://review.openstack.org/513968/ will remove some legacy jobs | 16:17 |
*** yamamoto has quit IRC | 16:17 | |
openstackgerrit | Anastasia Kravets proposed openstack-infra/project-config master: [ec2-api] Remove timeout for rally job https://review.openstack.org/514065 | 16:23 |
*** bobh has quit IRC | 16:24 | |
*** yamamoto has joined #openstack-infra | 16:26 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Remove deletion of lock file for yum / rpm https://review.openstack.org/514079 | 16:27 |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql master: Add subunit2sql CLI option to use non_subunit_name https://review.openstack.org/507192 | 16:29 |
*** jamesmcarthur has quit IRC | 16:30 | |
*** ociuhandu has quit IRC | 16:30 | |
*** yamamoto has quit IRC | 16:31 | |
*** ykarel has quit IRC | 16:37 | |
SpamapS | dmsimard: pabelanger mordred IMO there are legitimate reasons to have > 3 hour jobs. But there isn't really a sustainable way to do that at OpenStack community scale. | 16:46 |
*** armax has quit IRC | 16:47 | |
pabelanger | agree | 16:47 |
*** armax has joined #openstack-infra | 16:48 | |
*** edmondsw has joined #openstack-infra | 16:49 | |
SpamapS | Perhaps timeout-per-nodeset would be one way. | 16:49 |
SpamapS | or label maybe | 16:50 |
SpamapS | like, have a label with a max of X and a longer timeout, and that one can be used sparingly and its use worked out between projects who need it. | 16:50 |
*** salv-orlando has joined #openstack-infra | 16:51 | |
*** fultonj has joined #openstack-infra | 16:53 | |
*** edmondsw has quit IRC | 16:54 | |
*** rossella_s has quit IRC | 16:57 | |
*** fultonj has quit IRC | 17:03 | |
*** Hal has joined #openstack-infra | 17:03 | |
*** Hal is now known as Guest38877 | 17:04 | |
*** felipemonteiro has joined #openstack-infra | 17:11 | |
*** yamamoto has joined #openstack-infra | 17:11 | |
*** felipemonteiro has quit IRC | 17:12 | |
*** felipemonteiro has joined #openstack-infra | 17:13 | |
*** thorst has joined #openstack-infra | 17:14 | |
*** yamamoto has quit IRC | 17:16 | |
*** armax has quit IRC | 17:16 | |
*** thorst has quit IRC | 17:18 | |
*** felipemonteiro has quit IRC | 17:19 | |
*** armax has joined #openstack-infra | 17:19 | |
*** armax has quit IRC | 17:25 | |
AJaeger | question to the expert: If I have a parent with irrelevant files, and the child is irrelevant files as well - will the child override the parent list of irrelevant files? | 17:30 |
AJaeger | But with a variant, this will not happen - meaning, if I add additional irrelevant files in the project directly? | 17:31 |
AJaeger | Also, can I see somehow the complete job defintion with all parameter? | 17:31 |
* AJaeger read the great zuul v3 manual - and now understands that this happens with parents but not variants | 17:34 | |
AJaeger | so, variant merges | 17:34 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 17:40 |
*** dave-mccowan has joined #openstack-infra | 17:41 | |
*** yamamoto has joined #openstack-infra | 17:41 | |
*** yamamoto has quit IRC | 17:43 | |
*** yamamoto has joined #openstack-infra | 17:43 | |
*** yamamoto has quit IRC | 17:43 | |
*** salv-orlando has quit IRC | 17:55 | |
*** salv-orlando has joined #openstack-infra | 17:55 | |
*** fultonj has joined #openstack-infra | 18:01 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 18:02 |
openstackgerrit | Merged openstack-infra/project-config master: drop legacy aodh jobs https://review.openstack.org/512411 | 18:02 |
*** salv-orlando has quit IRC | 18:04 | |
*** salv-orlando has joined #openstack-infra | 18:05 | |
*** slaweq has joined #openstack-infra | 18:08 | |
*** salv-orlando has quit IRC | 18:09 | |
*** dhinesh has joined #openstack-infra | 18:14 | |
*** slaweq has quit IRC | 18:17 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: remove legacy aodh jobs https://review.openstack.org/512412 | 18:18 |
*** florianf has quit IRC | 18:25 | |
*** jamesmcarthur has joined #openstack-infra | 18:30 | |
*** armaan has quit IRC | 18:31 | |
*** armaan has joined #openstack-infra | 18:32 | |
*** jamesmcarthur has quit IRC | 18:35 | |
*** edmondsw has joined #openstack-infra | 18:37 | |
*** felipemonteiro has joined #openstack-infra | 18:38 | |
*** edmondsw has quit IRC | 18:41 | |
*** yamamoto has joined #openstack-infra | 18:43 | |
*** d0ugal has quit IRC | 18:44 | |
*** thorst has joined #openstack-infra | 18:44 | |
*** slaweq has joined #openstack-infra | 18:47 | |
*** thorst has quit IRC | 18:49 | |
*** rkukura has joined #openstack-infra | 18:50 | |
*** aspiers[m] has quit IRC | 18:50 | |
*** ilpianista_ has quit IRC | 18:51 | |
*** masayukig[m] has quit IRC | 18:51 | |
*** d0ugal has joined #openstack-infra | 18:52 | |
*** yamamoto has quit IRC | 18:54 | |
*** kong has quit IRC | 18:54 | |
*** kong has joined #openstack-infra | 18:56 | |
tobiash | AJaeger: tristanC's zuul web patches add a job view to the zuul dashboard which can list job details | 19:00 |
*** salv-orlando has joined #openstack-infra | 19:05 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Fix typo, it's branches https://review.openstack.org/514040 | 19:08 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 19:10 |
*** dhinesh has quit IRC | 19:12 | |
*** rkukura has quit IRC | 19:13 | |
*** felipemonteiro has quit IRC | 19:25 | |
*** salv-orlando has quit IRC | 19:26 | |
*** slaweq has quit IRC | 19:31 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 19:35 |
*** masayukig[m] has joined #openstack-infra | 19:37 | |
*** slaweq has joined #openstack-infra | 19:38 | |
*** zzzeek has quit IRC | 19:42 | |
*** slaweq has quit IRC | 19:43 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 19:50 |
openstackgerrit | Merged openstack-infra/project-config master: Remove legacy jobs from ansible-role-shade https://review.openstack.org/513968 | 19:53 |
*** ilpianista_ has joined #openstack-infra | 19:57 | |
*** aspiers[m] has joined #openstack-infra | 19:57 | |
*** jamesmcarthur has joined #openstack-infra | 20:06 | |
*** jamesmcarthur has quit IRC | 20:11 | |
*** e0ne has joined #openstack-infra | 20:19 | |
*** salv-orlando has joined #openstack-infra | 20:24 | |
*** edmondsw has joined #openstack-infra | 20:26 | |
*** salv-orlando has quit IRC | 20:29 | |
*** edmondsw has quit IRC | 20:30 | |
*** bobh has joined #openstack-infra | 20:41 | |
*** jamesmcarthur has joined #openstack-infra | 20:42 | |
*** bobh has quit IRC | 20:42 | |
*** bobh has joined #openstack-infra | 20:42 | |
*** slaweq has joined #openstack-infra | 20:43 | |
*** e0ne has quit IRC | 20:45 | |
*** thorst has joined #openstack-infra | 20:46 | |
*** jamesmcarthur has quit IRC | 20:46 | |
*** slaweq has quit IRC | 20:48 | |
*** bobh has quit IRC | 20:49 | |
*** thorst has quit IRC | 20:51 | |
*** mjblack has quit IRC | 20:57 | |
*** kambiz has quit IRC | 20:57 | |
*** HenryG has quit IRC | 20:59 | |
*** felipemonteiro has joined #openstack-infra | 21:09 | |
*** felipemonteiro__ has joined #openstack-infra | 21:10 | |
*** david-lyle has quit IRC | 21:12 | |
*** kzaitsev_pi has quit IRC | 21:13 | |
*** felipemonteiro has quit IRC | 21:14 | |
*** kzaitsev_pi has joined #openstack-infra | 21:15 | |
*** jamesmcarthur has joined #openstack-infra | 21:18 | |
*** felipemonteiro__ has quit IRC | 21:21 | |
*** jamesmcarthur has quit IRC | 21:23 | |
*** salv-orlando has joined #openstack-infra | 21:37 | |
*** aeng has joined #openstack-infra | 21:41 | |
*** zzzeek has joined #openstack-infra | 21:44 | |
*** slaweq has joined #openstack-infra | 21:47 | |
*** slaweq has quit IRC | 21:52 | |
openstackgerrit | Merged openstack-infra/project-config master: Add translation semaphore https://review.openstack.org/514039 | 21:52 |
openstackgerrit | Merged openstack-infra/project-config master: [ec2-api] Remove timeout for rally job https://review.openstack.org/514065 | 21:52 |
openstackgerrit | Merged openstack-infra/project-config master: Add publish-install-guide https://review.openstack.org/514047 | 21:55 |
*** srwilkers^zzzz is now known as srwilkers | 22:00 | |
*** mjblack has joined #openstack-infra | 22:02 | |
*** edmondsw has joined #openstack-infra | 22:14 | |
*** edmondsw has quit IRC | 22:18 | |
*** wolverineav has quit IRC | 22:19 | |
*** claudiub|2 has quit IRC | 22:29 | |
*** kambiz has joined #openstack-infra | 22:31 | |
*** thorst has joined #openstack-infra | 22:46 | |
*** bobh has joined #openstack-infra | 22:50 | |
*** thorst has quit IRC | 22:51 | |
*** masber has joined #openstack-infra | 22:52 | |
*** masuberu has joined #openstack-infra | 22:55 | |
*** gildub has joined #openstack-infra | 22:55 | |
*** masber has quit IRC | 22:59 | |
*** masber has joined #openstack-infra | 22:59 | |
*** masuberu has quit IRC | 23:00 | |
*** tosky has quit IRC | 23:12 | |
*** bobh has quit IRC | 23:18 | |
*** oanson has quit IRC | 23:25 | |
*** oanson has joined #openstack-infra | 23:25 | |
*** stakeda has joined #openstack-infra | 23:40 | |
*** gildub has quit IRC | 23:47 | |
*** ianychoi has joined #openstack-infra | 23:54 | |
*** ianychoi_ has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!