*** AlexeyAbashkin has quit IRC | 00:02 | |
*** apetrich has quit IRC | 00:05 | |
*** apetrich has joined #openstack-mistral | 00:06 | |
*** yangyapeng has quit IRC | 00:12 | |
*** yangyapeng has joined #openstack-mistral | 00:12 | |
*** AlexeyAbashkin has joined #openstack-mistral | 00:16 | |
*** yangyapeng has quit IRC | 00:17 | |
*** AlexeyAbashkin has quit IRC | 00:20 | |
*** yangyape_ has joined #openstack-mistral | 01:13 | |
*** yangyape_ has quit IRC | 01:13 | |
*** yangyape_ has joined #openstack-mistral | 01:14 | |
*** yangyapeng has joined #openstack-mistral | 01:16 | |
openstackgerrit | Hieu LE proposed openstack/mistral master: Implement policy in code - docs and reno (end) https://review.openstack.org/511769 | 01:17 |
---|---|---|
*** yangyape_ has quit IRC | 01:19 | |
openstackgerrit | Hieu LE proposed openstack/mistral master: Implement policy in code - environment (5) https://review.openstack.org/511696 | 01:24 |
openstackgerrit | Hieu LE proposed openstack/mistral master: Implement policy in code - execution (6) https://review.openstack.org/511698 | 01:26 |
openstackgerrit | Hieu LE proposed openstack/mistral master: Implement policy in code - event trigger (11) https://review.openstack.org/511738 | 01:28 |
*** mcdoker181818 has quit IRC | 01:48 | |
*** harlowja has quit IRC | 01:58 | |
*** toure_biab is now known as toure | 01:59 | |
*** toure is now known as toure_biab | 01:59 | |
*** gkadam-away has joined #openstack-mistral | 03:15 | |
*** mcdoker181818 has joined #openstack-mistral | 03:17 | |
*** gkadam-away is now known as gkadam | 03:19 | |
*** AlexeyAbashkin has joined #openstack-mistral | 03:37 | |
*** AlexeyAbashkin has quit IRC | 03:42 | |
*** AlexeyAbashkin has joined #openstack-mistral | 04:15 | |
*** AlexeyAbashkin has quit IRC | 04:19 | |
*** Kevin_Zheng has quit IRC | 04:28 | |
*** bobh has joined #openstack-mistral | 04:29 | |
*** bobh has quit IRC | 04:35 | |
*** jaosorior has joined #openstack-mistral | 04:49 | |
rakhmerov | mcdoker181818: hi, did this happen in HA mode? | 04:56 |
rakhmerov | so, anyway, yes, a script like this is the only option for now to fix this situation | 04:57 |
rakhmerov | in HA mode sometimes delayed calls get lost, we're working to fix this | 04:58 |
rakhmerov | it happens w/o mistral engine dying | 04:58 |
mcdoker181818 | Good morning, what is HA mode? | 05:01 |
mcdoker181818 | When is deployed multiple mistral engines, not one? | 05:03 |
*** yangyapeng has quit IRC | 05:31 | |
*** yangyapeng has joined #openstack-mistral | 05:33 | |
*** apetrich has quit IRC | 05:44 | |
*** apetrich has joined #openstack-mistral | 05:46 | |
mcdoker181818 | I have another question :) Is it correct behaviour that "break_on" will be worked only if task was Error state? https://github.com/openstack/mistral/blob/826760fbdc5ac7e73ce747275f091c58f8fb73af/mistral/engine/policies.py#L350 Why it isn't worked after any state of task? | 06:42 |
d0ugal | rakhmerov: ^ | 06:42 |
rakhmerov | mcdoker181818: yes | 06:43 |
rakhmerov | multiple engines | 06:43 |
rakhmerov | on "break-on", yes. The logic is correct | 06:47 |
rakhmerov | aaahh, wait a second.. | 06:47 |
rakhmerov | maybe not | 06:47 |
rakhmerov | well, yes | 06:48 |
rakhmerov | if state is SUCCESS then the task won't be retried at all and hence "break-on" doesn't make sense in this case | 06:48 |
rakhmerov | mcdoker181818: ^ | 06:48 |
rakhmerov | the whole "retry" semantics is about retrying failed tasks | 06:49 |
rakhmerov | but if it's successful then it won't be retried and the loop will break anyway | 06:49 |
rakhmerov | mcdoker181818: makes sense? | 06:50 |
mcdoker181818 | But this workflow will reexecute tasks | 06:59 |
mcdoker181818 | https://thepasteb.in/p/Vmh0oRWwvDWt4 | 06:59 |
d0ugal | mcdoker181818: we use continue-on and it seems to work when the tasks are succesful... but now you are making me want to check them all :-D | 07:00 |
mcdoker181818 | :В | 07:07 |
mcdoker181818 | rakhmerov: No, I tested with one engine. Do you have plan how it will be fixed? I am very interested :) | 07:07 |
*** jpich has joined #openstack-mistral | 07:09 | |
rakhmerov | working on that | 07:10 |
mcdoker181818 | Ok, thasks | 07:11 |
mcdoker181818 | Where is place when i can track progress? ticket? | 07:13 |
mcdoker181818 | Sorry, but I still do not understand. Is it correct that "continue-on" works after task was success state? Or is it bug? | 07:33 |
d0ugal | mcdoker181818: we use it in a couple of places like this: https://github.com/openstack/tripleo-common/blob/2ed060f77e412c5416442d5062090ccaec726424/workbooks/baremetal.yaml#L46-L52 | 07:52 |
d0ugal | mcdoker181818: that action shouldn't ever ERROR (unless there is an unrelated issue) | 07:52 |
d0ugal | and I believe these work, otherwise we would have some problems :) | 07:54 |
d0ugal | but I am just spinning up a new environment, so I'll check soon | 07:55 |
*** yangyape_ has joined #openstack-mistral | 08:22 | |
*** yangyapeng has quit IRC | 08:24 | |
*** AlexeyAbashkin has joined #openstack-mistral | 08:26 | |
*** jamielennox has quit IRC | 08:57 | |
*** jamielennox has joined #openstack-mistral | 09:02 | |
*** shardy has joined #openstack-mistral | 09:26 | |
*** Kevin_Zheng has joined #openstack-mistral | 09:33 | |
*** daidv_ has quit IRC | 10:59 | |
*** int32bit has joined #openstack-mistral | 11:01 | |
*** yangyape_ has quit IRC | 11:03 | |
*** yangyapeng has joined #openstack-mistral | 11:04 | |
*** int32bit has quit IRC | 11:06 | |
*** yangyapeng has quit IRC | 11:08 | |
*** Qiming_ has quit IRC | 11:11 | |
*** Qiming has joined #openstack-mistral | 11:13 | |
*** Kevin_Zheng has quit IRC | 11:43 | |
*** Qiming has quit IRC | 11:44 | |
*** Qiming has joined #openstack-mistral | 11:45 | |
*** dprince has joined #openstack-mistral | 12:00 | |
*** gkadam has quit IRC | 12:00 | |
*** bobh has joined #openstack-mistral | 12:04 | |
*** bobh has quit IRC | 12:06 | |
*** bobh has joined #openstack-mistral | 12:11 | |
*** bobh has quit IRC | 12:38 | |
openstackgerrit | Brad P. Crochet proposed openstack/mistral master: DNM: TEST Zuul v3 jobs https://review.openstack.org/509428 | 12:55 |
openstackgerrit | Brad P. Crochet proposed openstack/mistral master: DNM: TEST Zuul v3 jobs https://review.openstack.org/509428 | 12:56 |
*** bobh has joined #openstack-mistral | 13:08 | |
*** d0ugal_ has joined #openstack-mistral | 13:59 | |
*** d0ugal has quit IRC | 13:59 | |
*** d0ugal_ has quit IRC | 14:01 | |
*** d0ugal has joined #openstack-mistral | 14:01 | |
*** jaosorior has quit IRC | 14:12 | |
*** AlexeyAbashkin has quit IRC | 14:38 | |
*** AlexeyAbashkin has joined #openstack-mistral | 14:40 | |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Invoke AuthHook before ContextHook https://review.openstack.org/513372 | 14:40 |
*** yangyapeng has joined #openstack-mistral | 14:56 | |
openstackgerrit | Brad P. Crochet proposed openstack/mistral master: DNM: TEST Zuul v3 jobs https://review.openstack.org/509428 | 15:03 |
thrash | ^^^^ good progress on zuulv3... Almost all are native v3 jobs | 15:04 |
*** jpich has quit IRC | 15:13 | |
d0ugal | nice! | 15:26 |
mcdoker181818 | cool! | 15:28 |
*** AlexeyAbashkin has quit IRC | 15:42 | |
*** int32bit has joined #openstack-mistral | 16:05 | |
*** int32bit has quit IRC | 16:07 | |
*** gkadam has joined #openstack-mistral | 16:17 | |
*** gkadam has quit IRC | 17:05 | |
*** harlowja has joined #openstack-mistral | 17:14 | |
*** thrash is now known as thrash|biab | 17:16 | |
*** AlexeyAbashkin has joined #openstack-mistral | 17:28 | |
*** AlexeyAbashkin has quit IRC | 17:33 | |
*** mcdoker181818 has quit IRC | 17:44 | |
*** weshay|ruck is now known as weshay|ruck|afk5 | 17:53 | |
*** weshay|ruck|afk5 is now known as weshay|afk50min | 17:54 | |
*** thrash|biab is now known as thrash | 18:39 | |
*** weshay|afk50min is now known as weshay|ruck | 18:51 | |
*** AlexeyAbashkin has joined #openstack-mistral | 19:11 | |
*** AlexeyAbashkin has quit IRC | 19:15 | |
openstackgerrit | Brad P. Crochet proposed openstack/mistral master: DNM: TEST Zuul v3 jobs https://review.openstack.org/509428 | 19:35 |
*** jtomasek has quit IRC | 20:07 | |
*** dprince has quit IRC | 20:19 | |
*** harlowja has quit IRC | 20:33 | |
*** bobh has quit IRC | 20:56 | |
*** shardy has quit IRC | 21:45 | |
*** thrash is now known as thrash|g0ne | 21:55 | |
*** AlexeyAbashkin has joined #openstack-mistral | 22:10 | |
*** harlowja has joined #openstack-mistral | 22:10 | |
*** AlexeyAbashkin has quit IRC | 22:14 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!