Thursday, 2019-02-07

*** tpb has joined #symbiflow00:00
*** _whitelogger has quit IRC00:19
*** _whitelogger has joined #symbiflow00:21
*** Anderlok has joined #symbiflow01:20
*** Anderlok has left #symbiflow01:20
*** _whitelogger has quit IRC01:31
*** _whitelogger has joined #symbiflow01:33
*** _whitelogger has quit IRC03:04
*** _whitelogger has joined #symbiflow03:06
*** emhae has joined #symbiflow03:16
*** emhae has left #symbiflow03:16
*** throrqraks has joined #symbiflow03:46
*** throrqraks has left #symbiflow03:46
*** jevinskie has joined #symbiflow04:34
mithrohttps://source.cloud.google.com/results/invocations/19862a66-f746-45ad-97e8-b3f9140f291d/targets;collapsed=05:43
sxpertgah, I'm in the "where did all my gates go" hell again06:16
sxpertyosys seems to optimize out the whole thing06:17
*** jevinski_ has joined #symbiflow06:37
*** jevinskie has quit IRC06:38
sxpertah, I know07:31
sxpertnope, no go08:05
kgugalamithro: I can access the build status page08:51
nats`mithro, sure go ahead on that topic I really have a lot of work08:51
sxpertah, in fact, yosys blows up :-(09:32
mithrohttps://source.cloud.google.com/results/invocations/fd827790-2611-4e09-97c8-93bcb74387d7/targets09:44
mithrokgugala: Example I have been testing with -> https://github.com/SymbiFlow/prjxray-kokoro/pull/109:47
tpbTitle: Update README.md by mithro · Pull Request #1 · SymbiFlow/prjxray-kokoro · GitHub (at github.com)09:47
*** OmniMancer has joined #symbiflow10:38
mithrokgugala / litghost / acomodi / elms: Just merged the GCP CI stuff11:17
mithrokgugala / litghost / acomodi / elms: Feel free to ignore if you think it is giving bogus results for now11:17
mithrobut do log a bug11:17
mithronats`: FYI - https://github.com/SymbiFlow/prjxray/issues/49411:28
tpbTitle: Make each fuzzer output a test_results.xml file · Issue #494 · SymbiFlow/prjxray · GitHub (at github.com)11:28
nats`cool mithro11:29
nats`but you shouldn't be in bed already ? :D11:29
mithroYes11:44
*** OmniMancer has quit IRC12:22
*** proteusguy has quit IRC13:56
*** proteusguy has joined #symbiflow14:07
*** Rahix has quit IRC15:14
*** proteusguy has quit IRC15:15
*** vup2 has quit IRC15:19
*** vup2 has joined #symbiflow15:21
*** jevinski_ has quit IRC16:05
elmsmithro: After sleeping on it, I think if we are keeping travis in place, then  we should make it more than policy and make it required if possible. When kokoro fails is there an email to notify a list or something at least? Or can it comment on the PR? If it isn't highly visible I think it will be easy to miss or forget.22:36
mithroelms: The kokoro stuff should appear at the bottom in the same area Travis does22:36
mithroI haven't set up the emailing yet as I wasn't sure everything was working okay22:37
elmsOk22:38
*** citypw has quit IRC22:40
litghostmithro: Do you have an example of the kokoro PR display?  I haven't seen it yet22:44
litghostMaybe only new PR's will have it?22:44
mithroHrm - it should be appearing on https://github.com/SymbiFlow/prjxray/pull/62022:45
tpbTitle: WIP: adding DSP for FAN_ALTs and BYPs to 050-pip-seed by acomodi · Pull Request #620 · SymbiFlow/prjxray · GitHub (at github.com)22:45
mithro#620 opened 12 hours ago by acomodi22:45
mithroLet me see if I broke something when moving it from my testing prjxray-kokoro repository to just prjxray22:46
*** citypw has joined #symbiflow22:52
mithroDoah! it seems I forgot to update the hooks...23:06
mithrolitghost: https://github.com/SymbiFlow/prjxray/pull/62223:07
tpbTitle: WIP: Testing the Kokoro CI building... by mithro · Pull Request #622 · SymbiFlow/prjxray · GitHub (at github.com)23:07
litghostWhat's the difference between presubmit, presubmit - tests, presubmit - database?23:13
litghostAlso, the diffing logic is not working on continuous database builds23:13
litghost----------------------------------------23:14
litghost Generating pretty diff23:14
litghost----------------------------------------23:14
litghostThe input is empty. Try again.23:14
litghostUsage: diff2html [options] -- [diff args]23:14
mithrolitghost: "Presubmit - Tests" does a "make test"  and the "Presubmit - Database" targets actually run the fuzzers and generate database output23:30
litghostIs the presubmit a quick run, or a full run?23:31
mithrolitghost: Full run23:31
mithrobtw the config files are found at https://github.com/SymbiFlow/prjxray/tree/master/.github/kokoro23:32
tpbTitle: prjxray/.github/kokoro at master · SymbiFlow/prjxray · GitHub (at github.com)23:32
litghostI wouldn't expect to gate a PR for a full run, that's order ~6 hrs?23:32
mithrolitghost: A full run only takes ~223:32
mithrohttps://github.com/SymbiFlow/prjxray/blob/master/.github/kokoro/db-full.sh23:32
tpbTitle: prjxray/db-full.sh at master · SymbiFlow/prjxray · GitHub (at github.com)23:32
litghostIt's splitting each build onto another machine?23:32
mithroYes, each Artix 7, Kintex 7 and Zynq 7 build is running on a seperate machine23:33
litghostomph23:33
mithroomph?23:34
litghostWow, etc23:34
mithroI wouldn't suggest we block merging a pull request on the Kokoro builds23:34
mithroBut we should effectively get results for how a pull request changes the database output23:34
mithrolitghost: Will see if https://github.com/SymbiFlow/prjxray/pull/624/files helps with the diff issue...23:49
tpbTitle: infra: Improve the diff output. by mithro · Pull Request #624 · SymbiFlow/prjxray · GitHub (at github.com)23:50
mithrolitghost: Did you mean to merge that? I was going to wait until the presubmit finished23:51
mithrolitghost: Both the presubmit and continuous runs use the same script23:51
mithrolitghost: What is the state of the "QUICK=Y" database builds?23:59
litghostI haven't been leveraging them23:59
litghostWe should probably tune QUICK=Y again to a reasonable build time23:59
mithrolitghost: Originally I was planning on running QUICK=Y before full builds (and only running the full builds if the quick build succeeded) to try and get people feedback quicker23:59

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!