From 564aea509ab827fe7c66ddd59ef5b084521a3b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 16 Dec 2024 09:36:40 +0200 Subject: [PATCH] ci/b2c: run the machine registration check before the test container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was a regression I introduced in 6f9614c18721 and it took me until now to realize :o Fixes: 6f9614c18721 ("ci/b2c: Reduce the length of the kernel cmdline") Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/b2c/b2c.yml.jinja2.jinja2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 b/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 index 14260dfe372..8e80e8099f1 100644 --- a/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 +++ b/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 @@ -60,6 +60,7 @@ deployment: b2c.volume={{ volume }} {% endfor %} b2c.run_service="--privileged --tls-verify=false --pid=host docker://{{ '{{' }} fdo_proxy_registry }}/gfx-ci/ci-tron/telegraf:latest" b2c.hostname=dut-{{ '{{' }} machine.full_name }} + b2c.run="-ti --tls-verify=false docker://{{ '{{' }} fdo_proxy_registry }}/gfx-ci/ci-tron/machine-registration:latest check" b2c.run="-v {{ '{{' }} job_bucket }}-results:{{ working_dir }} -w {{ working_dir }} {% for mount_volume in mount_volumes %} -v {{ mount_volume }}{% endfor %} --tls-verify=false docker://{{ local_container }} {{ container_cmd | replace('"', '\\\"') }}" kernel: {% if kernel_url %}