Stream: IG creation
Topic: IG auto-build not being triggered on commit
Rob Hausam (Aug 16 2018 at 22:25):
Not that this is a show stopper, but it is a bit puzzling and annoying. For both fhir-ips and livd, I'm wondering why my commits and pushes to the master branch (I know that committing to other branches isn't supposed to work) only very rarely will trigger an auto-build of the IG, even though I have the Webhooks set as described in the auto-ig-builder readme for both of them? That doesn't seem to be an issue for a number of the other IGs. I'm not sure what would be different?
Grahame Grieve (Aug 16 2018 at 22:27):
@Josh Mandel any ideas?
Josh Mandel (Aug 16 2018 at 22:30):
Huh. I do not have idea about this. Are others experiencing something similar?
Grahame Grieve (Aug 16 2018 at 22:30):
I haven't
Grahame Grieve (Aug 16 2018 at 22:31):
btw, :
I think it's changing this
built_exit = do(['java', '-Xms%s'%java_memory, '-Xmx%s'%java_memory, '-jar', '../publisher.jar', '-ig', 'ig.json', '-auto-ig-build', '-out', clone_dir], clone_dir)
to something like
built_exit = do(['java', '-Xms%s'%java_memory, '-Xmx%s'%java_memory, '-jar', '../publisher.jar', '-ig', 'ig.json', '-auto-ig-build', '-target, 'http://build.fhir.org/ig/%(org)s/%(repo)s', '-out', clone_dir], clone_dir)
Grahame Grieve (Aug 16 2018 at 22:31):
any chance this can happen?
Rob Hausam (Aug 16 2018 at 22:38):
it should trigger on the push, correct?
I just tried triggering it with curl, and will see if it's successful that way
Rob Hausam (Aug 16 2018 at 22:40):
what do you know - that worked
but I haven't seen that with just pushing to GitHub (so far for livd, and rarely for fhir-ips)
Last updated: Apr 12 2022 at 19:14 UTC