Uh oh!
There was an error while loading. Please reload this page.
[WIP] Add pipeline script for node-inspect - #956
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
hybrist
commented
Oct 31, 2017
I'm really tempted to walk back on the declarative syntax here given the amount of repetition once all possible architectures are added. Unless we'd move that logic to an inline |
refack
commented
Oct 31, 2017
This is what came out https://ci.nodejs.org/job/node-inspect/2/flowGraphTable/ |
hybrist
commented
Oct 31, 2017
Can someone give nodejs/node-inspect#53 a quick look to get the latest |
hybrist
commented
Oct 31, 2017
refack
commented
Nov 1, 2017
It's not that bad, it's just not trivial to find:
|
Yes, I know. But with non-trivial workflows (e.g. parallel + anything happening afterwards) the flattened stage view becomes super confusing [especially if any stage name isn't globally unique]. This isn't a problem yet here (since it has just two fake "architectures" right now and nothing happening afterwards) but it won't get any better the more complex the workflow gets. Though maybe it'll be fine for node's builds. I might be scared by our internal deployment pipeline builds (with multiple validation stages consisting of parallelized things). |
refack
commented
Nov 1, 2017
@jkrems the log visibility issue was brought up by @joaocgreis and AFAIK is the last hindrance for full adoption. On the other hand the step tree: tl;dr IMHO we should move away from log-based-groking to using parsing plugins (like tap or tap2junit), while also look-for/develop a better log parser. |
1c9f355 to
4781766Compare696b8c3 to
1fb7b60Comparesam-github
commented
Jan 28, 2020
Stale pipeline PR related to the pipeline experiment. |




Highly WIP but I guess it's better to put it here before I lose my local docker container...
See: