mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Revert "igt: s/basic/sanitycheck/ on prior smoketesting"
This reverts commit 4f5efc5c84.
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:
@@ -249,7 +249,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("sanitycheck") {
|
||||
igt_subtest("basic") {
|
||||
run_test (fd, 10);
|
||||
}
|
||||
|
||||
|
||||
@@ -225,7 +225,7 @@ int main(int argc, char **argv)
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("sanitytcheck")
|
||||
igt_subtest("basic")
|
||||
run_test(fd, 2);
|
||||
|
||||
igt_subtest("normal") {
|
||||
|
||||
@@ -190,7 +190,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("sanitycheck") {
|
||||
igt_subtest("basic") {
|
||||
run_test(fd, 2);
|
||||
}
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("sanitycheck") {
|
||||
igt_subtest("basic") {
|
||||
run_test(fd, 2);
|
||||
}
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@ int main(int argc, char **argv)
|
||||
batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd));
|
||||
}
|
||||
|
||||
igt_subtest("sanitycheck")
|
||||
igt_subtest("basic")
|
||||
run_test(2);
|
||||
|
||||
igt_subtest("normal") {
|
||||
|
||||
@@ -168,7 +168,7 @@ igt_main
|
||||
fd = drm_open_driver(DRIVER_INTEL);
|
||||
}
|
||||
|
||||
igt_subtest("sanitycheck") {
|
||||
igt_subtest("basic") {
|
||||
run_test (fd, 2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user