ci/b2c: run the machine registration check before the test container
This was a regression I introduced in6f9614c187
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 commit564aea509a
) Conflicts: .gitlab-ci/b2c/b2c.yml.jinja2.jinja2 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32852>
This commit is contained in:

committed by
Dylan Baker

parent
1b706b4c90
commit
68143c7b65
@@ -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 %}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user