Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
Equivalent query: runconfig_tag IS IN ["DRM-TIP"] AND (machine_name IS IN ["shard-snb7", "shard-snb3", "shard-snb2", "shard-hsw6", "shard-hsw3", "shard-snb5", "shard-hsw7", "shard-hsw5", "fi-snb-2600", "fi-hsw-4770r", "shard-hsw8", "shard-hsw4", "fi-hsw-4770", "shard-hsw1", "shard-snb4", "shard-snb6", "shard-hsw2", "shard-snb1", "shard-hsw", "shard-snb", "fi-hsw-4200u", "fi-hsw-peppy"] OR machine_tag IS IN ["SNB", "HSW"]) AND ((testsuite_name = "IGT" AND test_name IS IN ["igt@i915_pm_rc6_residency@rc6-idle"])) AND ((testsuite_name = "IGT" AND status_name IS IN ["timeout"]))
Equivalent query: runconfig_tag IS IN ["DRM-TIP"] AND (machine_name IS IN ["shard-snb7", "shard-snb3", "shard-snb2", "shard-hsw6", "fi-snb-2520m", "shard-hsw3", "shard-snb5", "shard-hsw7", "shard-hsw5", "fi-byt-n2820", "fi-snb-2600", "fi-hsw-4770r", "fi-byt-j1900", "shard-hsw8", "shard-hsw4", "fi-hsw-4770", "fi-ivb-3770", "shard-hsw1", "shard-snb4", "shard-snb6", "shard-hsw2", "shard-snb1", "shard-hsw", "shard-snb", "fi-hsw-4200u", "fi-hsw-peppy", "fi-byt-squawks", "fi-byt-clapper"] OR machine_tag IS IN ["SNBm", "SNB", "IVB", "BYT", "HSW"]) AND ((testsuite_name = "IGT" AND test_name IS IN ["igt@i915_pm_rc6_residency@rc6-idle"])) AND ((testsuite_name = "IGT" AND status_name IS IN ["timeout"]))
commit 266000bcc5e6e8928b9f355269736756afb4e596 (HEAD, upstream/master)Author: Chris Wilson <chris@chris-wilson.co.uk>Date: Tue Mar 31 19:21:16 2020 +0100 i915/i915_pm_rc6_residency: Cancel usleep() on exit After telling the bg_load we are done, wake up any usleep() for a fast exit (and prevent an overlong usleep). Closes: https://gitlab.freedesktop.org/drm/intel/issues/1066 Closes: https://gitlab.freedesktop.org/drm/intel/issues/1526 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>