ci/b2c: run the machine registration check before the test container

This was a regression I introduced in 6f9614c187 and it took me until
now to realize :o

Fixes: 6f9614c187 ("ci/b2c: Reduce the length of the kernel cmdline")
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
(cherry picked from commit 564aea509a)

Conflicts:
	.gitlab-ci/b2c/b2c.yml.jinja2.jinja2

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32852>
This commit is contained in:
Martin Roukala (né Peres)
2024-12-16 09:36:40 +02:00
committed by Dylan Baker
parent 1b706b4c90
commit 68143c7b65
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ deployment:
b2c.volume={{ volume }}
{% endfor %}
b2c.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.container="-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 %}

View File

@@ -414,7 +414,7 @@
"description": "ci/b2c: run the machine registration check before the test container",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "6f9614c1872191f318638425a79049248bd10d4d",
"notes": null