Lines Matching +full:check +full:- +full:system +full:- +full:ubuntu
11 be set up with GitLab's "agent", called gitlab-runner, which will take
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
51 playbook is 2.8.0 (a version check is embedded within the playbook
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
86 ansible-playbook -i inventory gitlab-runner.yml
98 specific types of runners, so it's a good idea to double check that
100 architecture. For instance, an Ubuntu 20.04 aarch64 system should
105 Because the job definition at ``.gitlab-ci.d/custom-runners.yml``
108 ubuntu-20.04-aarch64-all:
110 - ubuntu_20.04
111 - aarch64