IRC logs for #baserock for Monday, 2015-10-05

WalkerdineI can't figure out how to build off of local changes01:49
WalkerdineEverytime I try it says it can't find a morph file01:49
WalkerdineDo I have to make a new morph file in order to build from local?01:49
*** gtristan has joined #baserock02:58
WalkerdineDoes this baserock give an error when building if something doesn't compile?03:26
gtristanOn the baserock side... I see that various modules pass --sysconfdir manually in the definitions... should I take it that every module's morph should have that setup individually ?03:35
gtristanor is there some shared build info for defining such target dirs ?03:35
gtristanWalkerdine, ybd halts the build and points to the build log of the failing module, I havent tried with morph, but I would expect it does as it's more mature03:36
WalkerdineI wish I was sure that I'm actually building the system with my changes03:38
WalkerdineI can't tell03:38
WalkerdineMaybe I should try to make it error03:38
gtristanthat's certainly a sane approach to finding out03:39
WalkerdineYup thats what I'm gonna do03:40
WalkerdineYup thats what I'm gonna do03:42
gtristanFollowup on that other question... I see that configure scripts make use of the $PREFIX env var, would it be a good idea to introduce other such variables for SYSCONFDIR ?03:42
WalkerdineOops03:42
gtristans/configure scripts/configure invocations/03:43
WalkerdineMost people are based in europe so your questions will probably be answered tomorrow03:43
gtristanWalkerdine, later today03:46
gtristanI am in east asia :)03:46
WalkerdineAh, I'm on the east coast03:47
WalkerdineI guess I can't just say that can I03:47
WalkerdineIn the US but I'm sure enough people just say that expecting people know what that means03:47
gtristanyeah, I presume you dont mean the east coast of Italy :)03:48
gtristanin this context03:48
gtristanhmmm03:48
gtristanwell, for now I think I'll build with many patches against the builds to hardwire the missing sysconfdir statements to /etc03:49
gtristansigh, problem is... finding out every package which either A.) installs something in ${sysconfig}... or B.) reads something in ${sysconfig}03:51
* gtristan thinks, safe bet: do it everywhere that it's still unspecified03:52
WalkerdineThe jetson-tk1 pin config is so confusing to read04:02
WalkerdineI just want to set it as output04:02
gtristanAnother question is... I'm looking through definitions/ and... while there are various systems which use/share the same strata... what is the policy/approach to use when say, system A and system B share strata N, but system B requires that strata N be configured/built differently than in system A ?04:09
gtristanIn one specific case (which I'm not sure is the best example), building gnome-system; requires that xserver.morph does _not_ use the --disable-glx line, however, modifying xserver.morph in place feels inaccurate, perhaps there is another system which specifically wants --disable-glx for a justified reason04:12
WalkerdineIt didn't error04:29
gtristanYeah, I also have to figure out the dev story, how to test your changes to the gits locally still confuses me ;-)04:35
WalkerdineYeah I've been trying to figure this out for a few weeks04:36
gtristanouch04:36
WalkerdineIt says to set --local-changes=include to do it but I haven04:37
Walkerdinehaven't been able to get that to work04:37
WalkerdineI just keep getting that it has no commit04:37
gtristanWalkerdine, I dont know I guess you are with morph ?04:38
Walkerdineyeah04:38
gtristanI assume you have to at least stage the changes you want included ?04:38
gtristani.e. create local commits04:39
WalkerdineI think I tried that but I can try again04:39
WalkerdineIf I do commit this how would I undo that04:40
gtristanWalkerdine, interactive rebase is what I normally do04:44
gtristanbut there are several ways, git reset for instance04:44
Walkerdinegit reset makes the branch reset?04:45
gtristanif you are working against master or <branch>, and you know you only have one commit to test (to see it fail)...04:45
gtristanthen you could do: git reset --hard <branch>04:45
gtristanbut that's hardcore, use with care04:45
Walkerdinehow do I make a test branch of my current branch04:45
Walkerdinegit branch currentbranch -b testbranch04:46
Walkerdine?04:46
gtristanright, a reset without --hard, basically resets your HEAD to point to where you tell it, and makes the changes in your commits beyond head unstaged again04:46
gtristanyou can just do git branch <newbranchname>04:46
WalkerdineAnd that makes a branch off my current one?04:46
gtristanright, a local one04:47
gtristanwhich does not track any remote branch04:47
WalkerdineHow do I swicth to it04:47
gtristanlater, if that branch is upstreamed, you need to normally delete it and checkout the branch again04:47
Walkerdinegit checkout testbranch?04:47
gtristanright04:47
gtristangit branch all alone will tell you what branch you are on04:47
WalkerdineWait if I just switched branches whathappens to the changes I made that werent committed04:48
WalkerdineIt still said it has no commit04:51
gtristanit should refuse04:51
gtristanswitching a branch with unstaged changes should cause git to complain normally04:51
WalkerdineIt didn't do anything it seemed to have kept the changes04:51
WalkerdineIt says it has no commit at ref test04:52
gtristanwhat exactly did you do in what order ?04:52
WalkerdineIn the morphology there is a ref section which I changed to test04:54
gtristanok so you created a branch called 'test' in your local git, but morph does not find the branch, is what you're saying ?04:55
WalkerdineIt lists the repository of the repository that I'm trying to change and then there is a line that says ref: sdf30723085jef  but I changed the repo to file::///src/whatever and the ref to test04:56
WalkerdineIf I didn't change that I think it was just finding the cached chunk that I built from the system I didnt change04:57
Walkerdinehttp://git.baserock.org/cgi-bin/cgit.cgi/baserock/baserock/definitions.git/tree/strata/bsp-jetson.morph?h=baserock/james/genivi-demo-platform-0.1-rebase04:58
WalkerdineThe name linux-jetson-tk1 is what I modified04:59
gtristanyeah, I thought this was still a git question at first... unfortunately I can't exactly help with the morph stuff so much, looks like you are doing the right thing though, pointing the morph to file:///path/to/local/git05:00
gtristanwith ybd, if I change a morph file, it rebuilds the cache keys from that point of the build and rebuilds from that point as I would expect05:01
WalkerdineIsnt the ref part of git though05:01
gtristanthe ref I think is a branch or tag yes05:02
gtristanyeah, docs say that the ref is either the specific commit's SHA, or a branch or tag name05:03
gtristanWalkerdine, the question would be, where is the 'repo' pointing to ?05:04
WalkerdineMy local directory05:04
gtristanthat should, as far as I can imagine, work as you intend it to, then05:05
gtristanbut as you know, I'm also trying to figure this out :)05:05
WalkerdineThat ref is the part that is giving me issues05:05
gtristanWalkerdine, with ybd for example, it downloads the gits into a local cache directory, as --bare repositories05:05
WalkerdineI wish ybd worked for the jetson05:05
gtristanSo, I'm not really sure on my side how I'm supposed to play in those05:06
gtristanmanually clone a copy from the bare repo in ~/.cache/ybd/gits, and actually *push* my changes to the upstream cache for the build to pick up, possibly ?05:06
gtristanbut ybd seems very young, probably just a todo item05:07
gtristanfor now seems like it's just to build something that already works05:07
WalkerdineMorph needs way more documentation for making actual changes05:07
gtristanHmmm, http://wiki.baserock.org/Morph/morphology-files/ seems out of date05:10
* gtristan looks for docs on 'system-integration'05:10
* gtristan uses git annotate to track down the commit which adds a chunk with 'system-integration' ... and hopes viewing the entire commit will reveal more05:11
Walkerdineoptional fields? What if I delete it05:12
Walkerdinemust find out05:12
WalkerdineNope it errored05:14
WalkerdineIts not going to let me build anything I have concluded05:31
WalkerdineJk it won't build if it already has the chunk in cache05:42
gtristanWalkerdine, I would take it to the ML honestly, asynchronous conversation is usually of a higher quality than irc/deskside chitchat ;-)05:44
WalkerdineThe ML?05:44
gtristanmailing list05:45
gtristanecho "I was unable to build and test my changes in my local git, and am still unable to figure out how to get morph to pick up my changes, please help" | sendmail ;-)05:46
paulsherwoodref: can be a branch, tag, or sha05:55
paulsherwoodWalkerdine: if it 'already has the chunk in cache' it hasn't noticed your change, which suggests that the morph file may be incorrect05:56
paulsherwoodybd does work for the jetson, afaik. radiofree has used it there05:58
paulsherwoodgtristan: ybd works on whatever is in the current definitions directory, so working on a component should just be edit the definition referring to it, replace upstream: with wherever you component checkout is06:01
* paulsherwood should improve the documentation06:01
paulsherwoodwe used to have 'morph edit' which did the magic for local checkout and fixing ref: in the morph file... but it seemed to cause confusion06:03
gtristanpaulsherwood, I see, indeed it's something I expected to be a ybd detail (incorrectly), but seems more a detail of morphology06:04
gtristanstill, it *would* be good to have some HOWTO about 'I have a built system, I want to modify a given library and test it out, what do I do'06:05
* gtristan looks forward to another very long build, after adding --sysconfdir=/etc to many packages06:06
WalkerdineDoes morph still have that capability06:07
WalkerdineAt least with whatever comes with 15.2506:07
paulsherwoodWalkerdine: try 'morph edit <chunkname>'06:08
WalkerdineI sure thought it was unless it goes somewhere else06:09
paulsherwoodWalkerdine: are you confident with git?06:12
WalkerdineNo I've only used it intermittently06:12
paulsherwoodok.06:13
WalkerdineBut yes that is where the repo is at06:13
paulsherwoodso in /src/geniviwork/baserock/james/genivi-demo-platform-0.1-rebase/upstream/linux what does 'git branch' and 'git status' tell you, please?06:14
WalkerdineOh no do I have to commit in that repo first06:15
paulsherwoodit shouldn't be necessary, but you could try it to be sure06:15
* paulsherwood has to 'go to gate' unfortunately06:15
Walkerdinedetached and modified files06:16
*** petefoth has joined #baserock06:25
WalkerdineERROR: Git directory /src/cache/gits/git___git_baserock_org_delta_linux has no commit at ref baserock/james/genivi-demo-platform-0.1-rebase^{commit}.06:47
WalkerdineThats the error that I don't understand06:48
*** zoli___ has quit IRC07:03
*** zoli__ has joined #baserock07:04
*** tlsa_ is now known as tlsa07:05
WalkerdineYay I think I figured out waht I was doing wrong07:23
*** zoli__ has quit IRC07:25
gtristanWalkerdine, enlighten us, I am at least curious :)07:26
WalkerdineWell I'm completely at fault here for misinterpreting what the guide was saying to do07:26
WalkerdineWhen it was making a branch it wasn't doing it in the main repo but in the repo I was modifying07:27
gtristanhmmm, ok and what is the 'main repo' ?07:28
gtristanyou have a /src/cache/gits ... and a clone of that in your home dir somewhere, and you neglected to push your change to /src/cache/gits ?07:29
WalkerdineThere is a definitions repo full of the morphologies07:30
WalkerdineI need to get better at terminology cause I'm not sure what the right wording would be07:32
*** petefoth has left #baserock07:45
*** toscalix has joined #baserock08:00
toscalixSotK check the UI The changes has been introduced by Pedro08:09
*** mariaderidder has joined #baserock08:24
*** paulwaters_ has joined #baserock08:25
*** bashrc has joined #baserock08:26
gtristanany idea why x-common.morph does not include xauth ?08:32
gtristanI see one ancient commit which adds xorg-app-xauth... to the older json files, and no subsequent mention of it08:33
pedroalvarezgtristan: radiofree and jjardon are the graphics stack guys :)08:33
WalkerdineDo I need to do anything special with the deploy command to use a local build?08:34
gtristanseems it should be there, while it does not cause startup to fail, startx complains while trying to invoke xauth several times during startup08:34
jjardonGtristan:  It was probably removed when we moved to xwayland only: add it back if you need it08:45
gtristanok well, while I wait for ~60 more steps to complete, can someone here explain to me exactly how 'system-integration' hooks work ?08:45
gtristanjjardon, I see, another question I've had is... lets say we have 'gnome-system-*' which desire X to be compiled in one way, and another system desires compilation of the same strata in a different way, how is that organized in the definitions/ repo ?08:47
jjardongtristan: or you can try to run a Wayland session instead08:47
jjardongtristan: not possible at the moment08:48
gtristanalso, any objection to --sysconfdir=/etc across the board ?08:48
jjardonUntil definitions support conditionals08:48
gtristanis that the way forward ? or rather, should the strata be extended/namespaced for different systems ?08:49
* gtristan could imagine also the possibility of declaring separate .morphs for the same package but different systems (that's what I meant sort of)08:50
*** jonathanmaw has joined #baserock08:51
WalkerdineIf I wanted to put some pin inits during boot what would I have to modify to do so08:52
wdutchwhich branch of ciat-ui is being used?08:55
wdutchpedroalvarez/forth-version looks right08:56
gtristanWhat is the preferred method of customizing config data installed by stratum ?09:13
gtristancustom install hooks which say... use sed to modify the installed default config ?09:13
gtristanor perhaps, a 'system' wide repository of config data to install/overwrite whatever is there at the last step ?09:14
gtristandefinitions/install-files I suppose09:16
*** rjek_ is now known as rjek09:38
*** gary_perkins has joined #baserock09:53
pedroalvarezwdutch: yes, forth-version09:53
richard_mawpedroalvarez: you wrote ciat-ui in Forth? https://www.flickr.com/photos/joeljohnson/139663697310:01
*** mariaderidder has quit IRC10:04
wdutchcan confirm. that guy is pedro10:04
WalkerdineI cant find what baserock uses to boot up on the jetson10:04
*** edcragg_ has joined #baserock10:05
WalkerdineIt is now 6am and I still haven't been able to wiggle a pin10:05
edcragg_hi, am i able to submit branches to any repo on gbo via gerrit? or do they need to be specifically set up?10:06
*** edcragg_ is now known as edcragg10:06
edcraggi have tried to submit to the linux delta repo using 'ssh://edwardcragg@gerrit.baserock.org:29418/baserock/baserock/linux' which apparently doesn't exist10:07
richard_mawedcragg: no, the gerrit only allows stuff for baserock/ projects10:09
richard_mawedcragg: ideally we'd have the changes go upstream instead10:10
richard_mawedcragg: though if this isn't feasible, we generally accept mailing list or IRC reviews10:11
*** mariaderidder has joined #baserock10:15
edcraggrichard_maw: ideally i would like to make a wip branch to support a particular board while upstream is not an option, since someone else is developing and upstreaming support10:15
edcraggmailing list it is then, i guess10:15
richard_mawedcragg: if it's not ready for review, and your issue is that you can't push your WIP branch there, we can sort out push access10:16
pedroalvarezwdutch: what are you planning to change? Let me know if you need anything. I'll be around.10:21
wdutchpedroalvarez: the url of the lanelinks, I can see how to do it but I don't know how to update ciat.baserock.org10:22
pedroalvarezIt's been served from /var/www/ciat-ui[-dev]10:25
edcraggrichard_maw: that would be very useful. it's in a state that wouldn't be particularly meaningful to review10:25
richard_mawpedroalvarez: can you set up an account for edcragg? I'm currently neck deep in documentation.10:27
*** gary_perkins has quit IRC10:27
*** paulw has joined #baserock10:29
*** paulwaters_ has quit IRC10:30
*** ssam2 has joined #baserock10:30
*** ChanServ sets mode: +v ssam210:30
pedroalvarezrichard_maw: g.b.o gitano account? Sure10:30
*** gary_perkins has joined #baserock10:34
edcraggthanks richard_maw, pedroalvarez10:52
* wdutch wonders how to restart ciat-ui10:58
bashrclooks like it autorefreshes10:59
pedroalvarezwdutch: sudo service httpd restart11:00
wdutchta11:00
pedroalvarezNot sure if it's needed though11:00
edcraggWalkerdine: what have you tried so far?11:13
paulsherwoodi expect Walkerdine is sleeping11:14
*** gary_perkins has quit IRC11:18
tlsaall the titles on http://ciat.baserock.org/ seem a bit verbose11:34
tlsa| Integrate | Build | Image | Test | Publish |11:35
tlsais what I'd have11:35
tlsaand also, s/C.I.A.T.: //11:35
*** zoli__ has joined #baserock11:47
*** paulw has quit IRC11:48
pedroalvareztlsa: yup11:50
pedroalvarezi agree11:50
tlsaSo I'd keep those titles to a minimum, like my suggestions above, and below the visuslisation, have a heading like "What is it?" and then a few sentences saying what it is, and why its useful.  Because at the moment its not clear to any visitor that its actually demonstrating automated updating to latest kernel and systemd versions, and showing whether the tests still pass with those updates11:51
*** paulw has joined #baserock11:51
toscalixtlsa: I am willing to try that approach11:54
toscalixI would like to make sure though that we work on those changes in the dev instance: http://ciat.baserock.org:8888/#/ not directly in production11:54
ssam2i didn't know it was doing that :-)11:54
toscalixwdutch: please work on the changes in the dev instance before pushing them into production11:55
paulsherwoods/Image/Deploy/ imo11:55
toscalixdeploy is a word I would avoid11:55
paulsherwoodi heard that. i don't know why11:56
paulsherwoodit's a sensible choice imo.11:56
toscalixintegration - delivery - deploy11:56
toscalixdeployment11:57
tlsapaulsherwood: it creates images.  Deploy could mean uploading images some to hardware/VMs somewhere11:57
tlsawhich isn't what's happening11:57
toscalixif you add the word deploy in the integration stage, we are introducing confusion, in my opinion11:57
paulsherwooddeploy means take the result of build, and put somewhere interesting, that's all11:58
toscalixfor us, but for those who control a production process, it is the last stage of the production pipeline11:58
paulsherwoodi think you just used 'integration' confusingly, though :)11:58
paulsherwoodtlsa: maybe, for some people. all of these words are open to misuse.11:59
paulsherwoodsorry, s/tlsa/toscalix/11:59
tlsapaulsherwood: it doesn't put it anywhere intersting it puts it somewhere temporary so that the test code can get at it.  After successful test it would "Publish"11:59
paulsherwoodthat's interesting in that it allows the test code to get at it :)11:59
paulsherwoodbut, whatever.12:00
richard_maw:D the names of the steps link to the sections in the wiki12:00
tlsato me "Deploy" would be reserved for "Shove out to custormers"12:00
paulsherwoodimage is not better. provisioning is not better. deploy is what we've been calling this step for several years afaik12:00
toscalixwdutch: do you want to try tlsa approach on the UI?12:00
paulsherwoodtlsa: all these words have multiple meanings12:01
tlsapaulsherwood: `morph deploy` can actually deploy to VM images on openstack or KVM though12:01
tlsaI would argue Image is less ambigious.  It can't mean anything more than "To image"12:02
paulsherwoodtlsa: yup. and deploy should be the command run in this step, i think? unless there's been some good reason to reinvent clusters+ deploy?12:02
toscalixwe are not trying to solve the "naming problem" that the project might have but trying to reach a wide audience with the demo. So we should try to use those words that most people understand.12:03
toscalixand by Deploy most people will think about the last stage of the production pipeline, in my opinion12:03
toscalixnow if we use it for a different thing.... fine. But I do not believe it is a matter of being right or wrong but about being understood12:04
toscalixI also think that is not a big issue since we are already using many words that are not widely used out there12:04
toscalixwhich increases the adoption barrier, by the way12:04
toscalixThis is one of the areas in which we need to work on12:05
paulsherwooddon't get me started :)12:05
toscalixjajajaja12:05
toscalixno no... it is not the right time12:05
toscalix:-)12:05
*** jonathanmaw has quit IRC12:05
paulsherwoodi tagged ybd 15.40 if folks are interested... it should be slightly tidier and very slighlty faster than 15.3812:06
tlsapaulsherwood: "deploy" being the command to run it (just in morph?) is not really relevant to a visulisation thing like that.  It's an implementation detail of the back end12:06
paulsherwoodtlsa: point is, i've had to explain what baserock does several hundred times. deploy is the best word to use imo.12:07
paulsherwoodour naming problems are more at the morph/strata/morphologies level, imo12:07
* paulsherwood gives up, shuts up, and contemplates how to be in a joyful place for his talk at ELCE12:08
tlsaright, that makes sense when talking about baserock, because morph/ybd *can* deploy to particular targets.  The point I'm making is only that that step of the ciat pipline is purely "glob the last build into an image", and not anything clever like deployment to something12:09
paulsherwoodmaybe currently... but in general, this step will have to deploy12:10
paulsherwood(eg to a test farm)12:10
toscalixThis is something I gave some thought about12:11
tlsaI think you'd need a separate test controller to manage sheduling.  E.g. are any test hosts free atm, if not queue the test up until something is avialable12:11
toscalixhow to reflect what we are shoing tomorrow compared to where we want to go12:11
toscalixThis is why CIAT description is divided in two sections in the wiki page: design and actual implementation12:12
tlsaso I'd still expect: create an image, let the test controller shedule appropriate testing of said image12:12
toscalixif currently is not clear, feel free to edit the wiki page. I am sure it can be improved12:12
toscalixhopefully, tomorrow, wed and thu we will be able to discuss what tasks should come next on ciat12:14
toscalixand describe them so somebody can evaluate its effort in the future (or maybe we can do it ourselves)12:15
*** gary_perkins has joined #baserock12:16
Zarawhat's the difference between the deploy/provisioning/image step and a completed 'build' step? is it necessary at the moment? seems like they're saying the same thing.12:16
toscalixVM creation12:17
tlsaZara: Build compiles all the bits, Image sticks the built artifacts into a bootable disc image12:17
richard_mawZara: at the moment it's not 100% necessary, but we need to be able to support heterogenous deployments later12:17
richard_mawZara: so we need to build the systems on multiple architectures and store the artifacts centrally12:18
richard_mawZara: then a later deployment can put something together made up of multiple systems12:18
richard_mawZara: from different architectures12:18
toscalixwe might event want to test on bare-metal at this stage12:18
richard_mawZara: It's kept separate at the moment so that we can more easily see progress through the pipeline's stages, and so we don't implement ourselves into a corner by relying on the assumption that it's deployed and built together.12:19
richard_mawZara: has my explanation made any sense ☺?12:20
Zaraah, okay, that makes sense. personally, I'd go with 'image' for now, since it seems like a separate step from deployment. (if the arguing continues then hide it. =D)12:20
Zara(there are bits I still don't understand fully but I think I get enough to know how to name steps on the GUI at this point.)12:21
richard_mawgrand ☺12:21
ZaraI think it's a useful distinction to make (seems like you could deploy all sorts of combinations of images, which is cool), so it makes sense to preserve it in the UI-- the tradeoff, to me, is space12:22
Zara*GUI12:22
Zara(as in, space on the screen to show the information, nothing deeper than that)12:23
*** zoli__ has quit IRC12:23
Zara(sorry, not combinations of images; things that are currently stuck together to make an image)12:25
toscalixI am fine with changing Image creation for Image12:25
toscalixIn the same line, Publish instead of publish candidate12:25
toscalixif we add some description text12:25
toscalixwhen we discussed this on Friday, we made the assumption that we would not have time to add that text12:26
tlsause the headdings I suggested earlier :)12:26
toscalixin the UI12:26
*** zoli__ has joined #baserock12:26
tlsa(at 12:35)12:27
toscalixtlsa: I lost context, can you add again the proposal?12:27
toscalixok12:27
toscalixIntegrate | Build | Image | Test | Publish | I do not agree with the fourth one. And I think that publish candidate provides more context than just publish. I can live with Image instead of image creation12:28
toscalixwe do not loose much and we simplify the text12:28
toscalixthe word candidate is very relevant12:29
toscalixin terms of the process12:29
toscalixand we are not just testing....we have also to deal with the provisioning stage12:29
richard_mawyep, since without candidate it doesn't imply the human step12:29
toscalixcurrently we are creating a VM, deploying it in a VM fam (aka cloud). But we might also deploy it in a physical farm of ARM boards12:30
* richard_maw filled out the text for Publish candidate with what he thinks it should do12:30
tlsawhat actually gets "published"?12:31
toscalixrichard_maw: thanks12:32
richard_mawtlsa: nothing yet12:32
richard_mawtlsa: it's a stub12:32
toscalixCan we agree then in reducing Image creation for Image?12:32
richard_mawtlsa: eventually I think it should be a report describing what the change was and where to get all the artifacts for any manual testing12:33
toscalixit should also include the logs, potential metadata associated to the process, all of it signed, maybe encrypted....how to publish depends a lot on the context12:34
toscalixrelease notes, licenses...12:34
*** gary_perkins has quit IRC12:35
toscalixideally, a candidate should include anything that requires verification and validation12:35
tlsarichard_maw: it that case its publishing a report, not publishing a candidate12:35
richard_mawtlsa: it's a report about the candidate12:35
tlsathe point is publish isn't special12:36
tlsabuild, image, and test are all for the candidate too12:36
toscalixwe need to assume that the integration is done by different people than the verification and validation. Potentially it can be done by a different provider12:36
richard_mawhm, so that makes part of the human pipeline afterwards then12:37
tlsathe pipeline manages candidates, so I don't like "Publish candidate"12:37
*** paulw has quit IRC12:38
toscalixtlsa: no, a candidate is the succesful outcome of the pipeline12:38
toscalixthe pipeline can manage, for instance, partial integrations12:39
toscalixof specific changes12:39
tlsaI don't know what that means12:39
toscalixthat would not be considered a candidate for those doing performance testing in the validation stage12:39
toscalixwith real hardware12:40
Zara+1 for 'Publish'; if an audience is unlikely to assume it refers to the 'candidate' (a term I personally think should be avoided, since it's vague), it sounds complex enough that it will need explaining in a description and not in a heading.12:41
toscalixthink about a release candidate from a current distro12:41
toscalixZara: I think everything column requires some short explanation but in terms of effort, it was out of scope until Friday. I will talk to wdutch after lunch to evaluate if it is possible to include it12:42
toscalixwhat we decided was to link to the wiki page for context12:43
tlsaI'dd still title the thing "Publish" in the visulisation ... that's NOT the place for details.  Add a pargaraph below to say "This pipleine publishes upgrade candidates that have successfully built and passed their tests."12:43
toscalixtlsa: I still do not agree12:43
toscalix:-)12:43
tlsagraph legends are not the place for essays12:43
toscalixthe wiki is not the place for details: I agree12:44
tlsayou have descriptive text around a chart, not in it12:44
toscalixtlsa: let's do one thing, send an e-mail with your proposal. We will discuss tomorrow morning the alternatives we have for the future. We want to finish this project milestone with a description of what it should come next12:45
wdutchwhy is the wiki not the place for details?12:45
toscalixwe all agree that the current UI is far from perfect12:45
toscalixwdutch: it wold be better to have a short description in the UI itself12:46
Zaraif this needs a lot of words to explain, you still need short titles and a bigger explanation elsewhere (I am assuming whomever is giving this demo is going to explain it as they go along). The elsewhere can be anywhere at all, as long as it's easy to find. if it doesn't need a lot of words, you definitely don't need long titles.12:46
toscalixand provide the complete details in the wiki. Now we are kind of half way through12:46
tlsawdutch: you need enough info on a page for a visitor to think "ooh, useful, I'll look for more info", rather than *boggle*12:46
wdutchtoscalix: I agree with tlsa, that page is a view of the pipeline, like a graph12:46
wdutchtlsa: +112:47
toscalixand I agree with tlsa that we can do better than the current solution. I am just saying that we took decisions that led to this result based on the time and expertise we had, assuming the limitations we faced.12:48
*** paulw has joined #baserock12:48
toscalixso the question is, what can we do about it today. And what should we do in the near future to improve the UI12:48
*** zoli__ has quit IRC12:48
wdutchthat seems irrelevent to the point of keeping lane headings short12:48
Zara:)12:49
toscalixZara and tlsa has made good point about how things should look like. I am sure there are other suggestions too. The deadline of the project has been pushed 3 days forward to have these discussions and to document the next steps12:49
toscalixbecause we all agreed a few weeks ago that this was just a setp forward in the direction we all want12:50
toscalixwdutch: there is a compromise between keepoing the heading short and providing context. Pedro and I were aware of that12:51
toscalixand we agreed that providing a description on the UI or the dialogs was not the right approach given the time we had12:51
wdutchI don't see it as a case of context vs short headings. The point I am making is that the context should not be in the lane headings, it should be elsewhere12:51
toscalixso we decided to sacrifice the "short headings approach"12:52
wdutchwho's 'we'?12:52
toscalixwdutch: but we all agree in the last meeting that the lack of context was the main weakness of the UI12:52
toscalixso that is the main argument we have tried to face12:52
toscalixyou were in a meeting in which Bruce pointed at this as a weakness, and Daniel, Paul,  Pedro and myself agreed. I said explicitely that Pedro and I would try to work it out12:53
toscalixso by we I refer....all of those directly involved in the project12:54
toscalixthat attended to the deadline meeting12:54
toscalixlast Thursday12:54
wdutchagain, I am not saying we should have less context overall, just that headings are not the place to be verbose12:54
toscalixwdutch: I agree with you. But since we could do very little, we decided to work it out in the headings12:55
wdutchanyway I have better things to do than argue about this bikeshed12:55
toscalixif you can come with a better place that can be done before tomorrow at 12, I am open to discuss it12:55
toscalixPedro did not find any better one, and me either12:56
toscalixwdutch: we all do12:56
ZaraI thought this was for a demo? the context is the person explaining things.... unless it's going to be presented in silence?13:01
*** gary_perkins has joined #baserock13:03
toscalixZara: it is a demo, but the service is live...and it will remain13:06
toscalixso we need a self-explanatory approach too13:06
toscalixin the near future13:06
tlsathat's why I suggested a "What is it?" section below the chart, with a quick description and link to wiki page for more info13:07
wdutchwhat's the process for ciat-ui dev moving to the not-dev one?13:08
jjardongtristan: yeah, you can create different morph files, but that means you have to duplicate all the strata on top on top of that one :/13:09
gtristanjjardon, I see, I was thinking one might be able to cascade that... only overriding bits of the 'general' one in a more specific morph13:10
ssam2I think everyone would like the .morph format to allow some kinds of conditional substitution in future13:23
ssam2i'm not so sure about overriding (you can use bitbake if you like being able to override everything at any time :-)13:24
ssam2but certainly, having one .morph file that can build 2 or more variants of the same component would be super useful13:24
*** zoli__ has joined #baserock13:27
edcraggon a related note, i was thinking today, would there be any scope for includes in definitions?13:30
edcraggfor base/build/devel systems, for example13:31
edcraggor sets of strata for particular purposes13:33
edcraggi know that's already kind of how it works, but13:36
*** paulw has quit IRC13:37
gtristanssam2, sure... was just writing email intensely :-/ ... have to get dinner now hehe13:39
*** paulwaters_ has joined #baserock13:44
*** gtristan has quit IRC13:50
toscalixwdutch: I put an eye on it and approve if it is a relevant change. If it is something small we already agreed on, it is fine to move it into production13:50
toscalixtlsa: we dropped the idea on Thursday because of 1.- lack of time and 2.- design skills to do it right13:53
*** paulwaters_ has quit IRC14:00
ssam2edcragg: it's been proposed more than once to 'flatten' the object heirarchy14:04
ssam2edcragg: so that instead of 'strata include chunks, systems include strata', you can have 'thing with build instructions that is built from source code' and 'thing that is composed of other things that were already built'14:04
ssam2which is just a more flexible equivalent of what we already have14:05
ssam2i think it makes sense to do that. the hard part is agreeing on a better name than 'thing made from other things' and 'thing built from source code' :-)14:05
ssam2is that what you were thinking of when you talked about 'includes', or something else?14:05
*** petefoth has joined #baserock14:07
Zaraa nice feature of baserock is that the description of the location of the source is separate from the build instructions-- this generally makes it much quicker to update a component in definitions. I've wondered about how that would feature be preserved if strata were no more.14:07
Zara*feature would be14:07
Zaranot sure how I switched that round, hehe14:08
ssam2it could work the same way14:09
ssam2we don't need to remove any existing functionality if we don't want to14:09
ssam2but maybe now strata could include other strata as well, as a first step14:09
Zaracool, I like that.14:10
paulsherwood'strata were no more' - my suggestion is to find better names, and support proper nesting, not scrap the grouping concept altogether14:12
ZaraI'm probably out of date, then; I think this was floated at some point but it was a few months ago.14:12
ZaraI wasn't thinking of the most recent email on reorganising definitions.14:13
Zara... and it's always possible that I also got the wrong end of the stick a few months ago. :)14:13
paulsherwoodi started attempting to scrap 'strata' as a word over a year ago :)14:14
* pedroalvarez loves CIAT status bars14:16
paulsherwood+114:17
Zara(I've been grumbling about baserock terminology for nearly a year myself, at this point! Though I think 'strata' is the nicest of the lot...)14:19
paulsherwood'Provision and Test' is too long... wraps for me. choose a word.14:19
paulsherwoodZara: lol :)14:19
*** gtristan has joined #baserock14:25
tlsait should just be "Test"14:30
tlsaI don't know what provision even means in that context, and I wrote the test stuff :)14:31
WalkerdineDoes baserock complain if there is a syntax error?14:35
paulsherwoodit should do14:35
pedroalvareztlsa: before running any test, you have to provision the hardware, or VM or whatever with the image to be tested14:38
tlsathe chart label is not the place for implementation details14:38
pedroalvarezit may be a good idea to remove it, what we wanted to do is remove it from the (now) Image Creation lane, because that wasn't "provisioning"14:39
pedroalvareztlsa: I agree14:39
tlsaand even with "provision" there, it's not clear that it refers to the provision of testing infrastructure14:39
tlsait could equally be provisioning of thing to be testing14:39
tlsa*tested14:39
edcraggssam2: yes, i think that fits with what i was thinking. So the current chunks, strata and systems fall into the first category of things derived from source, which could then be assembled into a higher order thing equivalent to a system?14:40
tlsathe chart should jus be showing whether its currently testing something and whether the last test passed or failed.  Anything to do with provisioning of test infrastructure is not relevant and putting it in headings just adds to confusion14:41
edcraggssam2: how about 'rocks' and... a 'rockery' :P14:41
WalkerdineI'm just trying to raw write a register at this point. I'm guessing I have to use a specific function/macro to do so?14:47
toscalixtlsa: you do not provision the testing infrastructure14:50
toscalixyou provision the OS to a service14:50
toscalixthe service in this case is testing14:51
toscalixit could be a different one. Provisiong = "making available, on demand and at scale"14:53
tlsatoscalix: it can be either, as pedroalvarez and I discussed earlier.  The point is 1. its ambigious, 2. the chart legend is not the place for it14:53
edcraggWalkerdine: are you still trying to use gpio? where are you trying to do this from?14:58
WalkerdineIn the init in linux14:59
edcraggWalkerdine: in kernel, or in userspace? or just at system startup?15:03
WalkerdineSystem start up I believe15:03
edcraggyou could use device tree to set a start-up state for a particular gpio at startup15:04
toscalixI disagree with 1. I agree with 2. only in the context of a UI that provides a clear context of what is happening15:05
toscalixwhich is not the case15:05
edcraggWalkerdine: or build a kernel with CONFIG_GPIO_SYSFS enabled, so you can then use sysfs to set the gpio from userspace once the system has started15:06
WalkerdineWhere would that be at15:07
WalkerdineI think I tried that but nothing showed up15:07
edcraggyou mean the sysfs entry?15:07
WalkerdineWould that be the tegra_defconfig file?15:07
Walkerdineyeah gpio didn't show up in /sys/class/15:08
*** zoli__ has quit IRC15:08
paulsherwoodany ideas what could cause 'mknod: ‘/vagrant/src/tmp/tmpgfQezi/dev/null’: Operation not permitted' when run as root?15:09
pedroalvarezWalkerdine: that would be in "strata/bsp-jetson/linux-jetson-tk1.morph" in definitions.git15:10
edcraggWalkerdine: it may or may not be in the defconfig. you could grep the .config file generated when the kernel was built, i.e. `grep CONFIG_GPIO_SYSFS .config`15:10
WalkerdineI asked that because thats the file I changed15:11
WalkerdineIts doing another build right now so I will check in a bit15:12
*** mariaderidder has quit IRC15:14
*** mariaderidder has joined #baserock15:14
edcraggWalkerdine: add a '- scripts/config -e CONFIG_GPIO_SYSFS' to linux-jetson-tk1.morph and that should probably do the trick15:16
WalkerdineWow you're probably right15:17
WalkerdineI should probably just scrap this current build15:18
SotKwould an "About" page be useful in the CIAT UI, to provide the missing context?15:23
toscalixSotK: it is a good idea. The problem is to implement it at this point.15:26
toscalixtomorrow is the demo and we do not want to change anything tomorrow unles neccesary15:27
WalkerdineI feel like that should be enabled by default for the jetson15:28
*** zoli__ has joined #baserock15:30
SotKtoscalix: simplest way would be to put some content in an "about.html" in the directory the UI is served from, and put a link to it on the main page somewhere15:31
*** zoli__ has quit IRC15:31
toscalixwdutch: will you be able to do that?15:31
*** zoli__ has joined #baserock15:34
wdutchI could put a link ... I can't guarantee I can design a good page or write any content15:35
toscalixthank you wdutch15:35
wdutch...15:37
toscalixthis is something we would need to talk about and it is too late at this point. We will stick to the plan and discuss tomorrow the alternatives that we have discussed today to improve the UI in the next round15:38
toscalixif tomorrow morning Kinnison wants to go for it, we might15:39
*** zoli__ has quit IRC15:40
ZaraAh, Kinnison's managing this?15:40
toscalixfrom the tech perspective, yes. He is not available today though15:40
ZaraI'm just wondering whom to bill the team's doughnuts to.15:41
*** zoli__ has joined #baserock15:43
*** zoli__ has quit IRC15:44
*** gary_perkins has quit IRC15:46
myselfI was not informed there would be doughnuts..15:49
*** gary_perkins has joined #baserock15:51
*** gary_perkins has quit IRC15:55
*** gary_perkins has joined #baserock15:57
*** mariaderidder has quit IRC15:58
*** gary_perkins has quit IRC16:09
*** ssam2 has quit IRC16:10
* paulsherwood neither16:30
WalkerdineFinally I can control pins!16:57
edcragg\o/16:57
* myself cowers in fear as Walkerdine's robot army stirs16:58
SotKWalkerdine: excellent :D16:58
*** zoli__ has joined #baserock16:58
WalkerdineI can't believe all I had to do was add a line to the morphology16:59
myselfSo I was on the right track with the sysfs, just not up to speed on morph. I only feel half clueless today!16:59
WalkerdineI knew I had to enable that somewhere I just didn't know I had to do it in the morph17:00
*** bashrc has quit IRC17:02
pedroalvarezWalkerdine: send it for review!17:05
pedroalvarez:)17:05
pedroalvarezWalkerdine: it's actually the same effort for doing a variety of things, like upgrade the version of a given component17:06
WalkerdineHow do I do that17:14
*** edcragg has quit IRC17:15
SotKWalkerdine: In the stratum morphology that contains the component (should be pretty easy to find by grepping) there is an entry in the "chunks" list for the component. That entry has a SHA1 "ref" field which is the SHA of git repo defined by the "repo" field in the same entry. To update to a new version, you just change that SHA to point to the SHA of the version you want.17:19
WalkerdineI meant send it for review but that is also good to know17:22
SotKaha! sorry :)17:22
SotKDo you have an account on gerrit.baserock.org?17:23
WalkerdineI do not17:23
SotKOK, it uses OpenID but I believe only accepts our own instance of it as provider. You can make an account for that here: https://openid.baserock.org/accounts/register/17:25
SotKThen just click sign in in the top-right of gerrit.baserock.org and it will ask you for your OpenID credentials17:26
Walkerdinewhat exactly is openid17:32
SotKfederated authentication, so you can log in in a single place which can then verify your identity to other things I believe17:33
* SotK has to head off, this link should help with sending stuff for review: http://wiki.baserock.org/contributing/17:33
nowsterhttps://en.wikipedia.org/wiki/OpenID17:34
jjardonHi, anyone around to review https://gerrit.baserock.org/#/c/1156 ?18:11
*** zoli___ has joined #baserock18:40
*** zoli__ has quit IRC18:40
*** zoli__ has joined #baserock19:00
*** zoli___ has quit IRC19:00
*** zoli___ has joined #baserock19:35
*** zoli__ has quit IRC19:35
SotKjjardon: +1 from me20:20
jjardonSotK: thanks!20:20
jjardonneed that to upgrade pango so we not need the integration commands anymore20:21
jjardon(modules have been removed in the new pango release)20:21
*** persia has quit IRC20:53
*** persia has joined #baserock20:54
*** persia has quit IRC20:54
*** persia has joined #baserock20:54
*** toscalix has quit IRC21:31
*** zoli___ has quit IRC21:40
*** zoli__ has joined #baserock21:41
*** zoli__ has quit IRC22:07
*** zoli__ has joined #baserock22:07
* SotK throws http://217.44.72.233/about.html together from the wiki23:04
pedroalvarezSotK: oh! nice23:12
pedroalvarezwdutch, check with toscalix tomorrow if he likes this ^ and ponder cherry-picking the change:23:19
pedroalvarezhttps://github.com/ColdrickSotK/baserock-ciat-ui/commit/38811c2421a29f6e521629a04d7d3ac7905bf2c823:19

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