graphics_dEQP: run vk-master.hasty in nightly suite.

vk-master takes 12h to run.
vk-master.hasty takes 0.3h to run.
Unlike other -hasty variants vk-master.hasty is supposed to be
allways passing without flakes.

BUG=chromium:689177
TEST=Ran locally on sentry, saw 8 failures. Probably not due to hasty.

Change-Id: I6b20eac8b6e7428bc9b5964cd0f686ea405ba4fb
Reviewed-on: https://chromium-review.googlesource.com/445928
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Trybot-Ready: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
diff --git a/client/site_tests/graphics_dEQP/control.vk-master b/client/site_tests/graphics_dEQP/control.vk-master
index 9fdc05a..a4bf09d 100644
--- a/client/site_tests/graphics_dEQP/control.vk-master
+++ b/client/site_tests/graphics_dEQP/control.vk-master
@@ -6,7 +6,10 @@
 AUTHOR = 'chromeos-gfx'
 PURPOSE = 'Run the drawElements Quality Program test suite.'
 CRITERIA = 'All of the individual tests must pass.'
-ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
+# It is too slow to run this suite one test at a time. Instead run it in hasty
+# mode. This hould not be a problem as upstream VK is supposed to pass running
+# in a single process.
+#ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
 TIME = 'LENGTHY'
 TEST_CATEGORY = 'Functional'
 TEST_CLASS = 'graphics'
diff --git a/client/site_tests/graphics_dEQP/control.vk-master.hasty b/client/site_tests/graphics_dEQP/control.vk-master.hasty
index 6637dfc..a194779 100644
--- a/client/site_tests/graphics_dEQP/control.vk-master.hasty
+++ b/client/site_tests/graphics_dEQP/control.vk-master.hasty
@@ -6,7 +6,9 @@
 AUTHOR = 'chromeos-gfx'
 PURPOSE = 'Run the drawElements Quality Program test suite.'
 CRITERIA = 'All of the individual tests must pass.'
-ATTRIBUTES = ''
+# We run vk-master.hasty by default as vk-master takes 12h and VK is expected
+# to pass in a single process run.
+ATTRIBUTES = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
 TIME = 'LENGTHY'
 TEST_CATEGORY = 'Functional'
 TEST_CLASS = 'graphics'