mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-07 14:25:08 +08:00
bin/ci: Don't submit jobs on integration test
`test_full_yaml_log` don't need to submit job, because it would need to replicate/mock more stuff, like the first stage init, which is not necessary to reproduce issues from the raw YAML log file. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26995>
This commit is contained in:
parent
ffe2b31f9a
commit
26564b8515
@ -386,7 +386,6 @@ def test_full_yaml_log(mock_proxy, frozen_time, lava_job_submitter):
|
||||
proxy.scheduler.jobs.submit = reset_logs
|
||||
with pytest.raises(MesaCIRetryError):
|
||||
time_travel_to_test_time()
|
||||
lava_job_submitter.submit()
|
||||
retriable_follow_job(proxy, "")
|
||||
print(lava_job_submitter.structured_log_file.read_text())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user