eiffel: Switch build job triggers to GitHub trigger

The jobs were created to run periodically to settle the basics and
gather feedback from the projects.

ETOS project prefers the builds to be run upon merge of the commits
and this seems to be useful for other projects as well so the jobs
are modified to run based on GitHub triggers.

Jobs are renamed to reflect the fact as well.

Next change in the series enables posting comments back to PR if the
job is triggered due to merge of a PR.

Change-Id: I59a32c567def96550ee2297a985694f894339a85
diff --git a/jjb/eiffel/etos-test-runner-containers-go.yaml b/jjb/eiffel/etos-test-runner-containers-go.yaml
index 86ff230..ca66201 100644
--- a/jjb/eiffel/etos-test-runner-containers-go.yaml
+++ b/jjb/eiffel/etos-test-runner-containers-go.yaml
@@ -29,7 +29,7 @@
       - 'master':
           branch: 'master'
           project-git-repo: 'etos-test-runner-containers'
-          project-build-macro: 'eiffel-build-periodic-macro'
+          project-build-macro: 'eiffel-global-container-build-macro'
           image-dockerfile: 'go/Dockerfile'
           image-name: 'etos-go-test-runner'
           image-tag: 'dev'