Lines Matching +full:push +full:- +full:button
11 be set up with GitLab's "agent", called gitlab-runner, which will take
12 care of running jobs created by events such as a push to a branch.
14 gitlab-runner, is called a "custom runner".
18 .gitlab-ci.d/custom-runners.yml
25 -------------------
44 The ``scripts/ci/setup/$DISTRO/build-environment.yml`` Ansible
55 ansible-playbook -i inventory $DISTRO/build-environment.yml
59 by ``sudo``. If necessary, please refer to ``ansible-playbook``
60 options such as ``--become``, ``--become-method``, ``--become-user``
61 and ``--ask-become-pass``.
63 gitlab-runner setup and registration
66 The gitlab-runner agent needs to be installed on each machine that
71 * Settings (the gears-like icon at the bottom of the left hand side
74 * Runners, and click on the "Expand" button, then
86 ansible-playbook -i inventory gitlab-runner.yml
93 * Runners, and click on the "Expand" button, then
105 Because the job definition at ``.gitlab-ci.d/custom-runners.yml``
108 ubuntu-20.04-aarch64-all:
110 - ubuntu_20.04
111 - aarch64