diff options
| author | Tom Rini <trini@konsulko.com> | 2025-11-18 15:00:15 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-12-01 09:17:48 -0600 |
| commit | f84a6d94c7bd28f5d450f997b395e94b1cff36ae (patch) | |
| tree | 30dd10da2ac4cb83784d6c1491086f7b443a83f4 /.gitlab-ci-sage-lab.yml | |
| parent | 04c913a3672848c95c15c0fb560e0f6de2fdd220 (diff) | |
Gitlab sage, Docker: Add snmp and rsync
Add snmp and rsync to the normal docker image. While these tools are
only required for the lab on sage, I think it's a small enough addition
to be worth always including at this point. A higher level TODO I think
may be to see if we can / should split the resulting container up, or
if there's host tooling we can remove at a later step, after building
all the software we require.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci-sage-lab.yml')
| -rw-r--r-- | .gitlab-ci-sage-lab.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci-sage-lab.yml b/.gitlab-ci-sage-lab.yml index 911132b6b00..f2fa0e3e771 100644 --- a/.gitlab-ci-sage-lab.yml +++ b/.gitlab-ci-sage-lab.yml @@ -27,8 +27,6 @@ pip install -r test/py/requirements.txt -r tools/binman/requirements.txt -r tools/buildman/requirements.txt -r tools/u_boot_pylib/requirements.txt labgrid setuptools - # Add more tools - - sudo apt-get update && sudo apt-get -y install snmp rsync # Acquire and turn on the exporter. - labgrid-client reserve --wait board=${LABGRID_EXPORTER} && labgrid-client -p ${LABGRID_EXPORTER} acquire && |
