mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 23:06:29 +00:00
Revert "igt: s/basic/sanitycheck/ on prior smoketesting"
This reverts commit 4f5efc5c844f6fe69209982463f9220f8f3951ed. There was a bit a misunderstanding on IRC between Chris&me. We want basic tests as sanity test to be run in the BAT CI. It's just unfortunate that right now we have fairly limited ability to absorb new ones, both because of a pile of existing bugs in the kernel and because the CI infrastructure is still being scaled out. The idea was just to remove the BAT tests added yesterday, not all of the ones we've had for a while longer. Cc: Chris Wilson <chris@chris-wilson.co.uk> Grumpily-acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
4f5efc5c84
commit
6672da5e8f
@ -249,7 +249,7 @@ igt_main
|
|||||||
fd = drm_open_driver(DRIVER_INTEL);
|
fd = drm_open_driver(DRIVER_INTEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("sanitycheck") {
|
igt_subtest("basic") {
|
||||||
run_test (fd, 10);
|
run_test (fd, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@ int main(int argc, char **argv)
|
|||||||
fd = drm_open_driver(DRIVER_INTEL);
|
fd = drm_open_driver(DRIVER_INTEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("sanitytcheck")
|
igt_subtest("basic")
|
||||||
run_test(fd, 2);
|
run_test(fd, 2);
|
||||||
|
|
||||||
igt_subtest("normal") {
|
igt_subtest("normal") {
|
||||||
|
@ -190,7 +190,7 @@ igt_main
|
|||||||
fd = drm_open_driver(DRIVER_INTEL);
|
fd = drm_open_driver(DRIVER_INTEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("sanitycheck") {
|
igt_subtest("basic") {
|
||||||
run_test(fd, 2);
|
run_test(fd, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@ igt_main
|
|||||||
fd = drm_open_driver(DRIVER_INTEL);
|
fd = drm_open_driver(DRIVER_INTEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("sanitycheck") {
|
igt_subtest("basic") {
|
||||||
run_test(fd, 2);
|
run_test(fd, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -207,7 +207,7 @@ int main(int argc, char **argv)
|
|||||||
batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd));
|
batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd));
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("sanitycheck")
|
igt_subtest("basic")
|
||||||
run_test(2);
|
run_test(2);
|
||||||
|
|
||||||
igt_subtest("normal") {
|
igt_subtest("normal") {
|
||||||
|
@ -168,7 +168,7 @@ igt_main
|
|||||||
fd = drm_open_driver(DRIVER_INTEL);
|
fd = drm_open_driver(DRIVER_INTEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("sanitycheck") {
|
igt_subtest("basic") {
|
||||||
run_test (fd, 2);
|
run_test (fd, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user