From f42d670ea6d3b0418118b8e74cd6b499dbcf4489 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 13 Dec 2024 14:01:12 +0100 Subject: [PATCH] anv/ci: Re-enable TGL and JSL manual jobs Thanks to the speedup achieved by increasing tests_per_group, nightly jobs are now within reasonable time limits, allowing them to be re-enabled. Signed-off-by: Valentine Burley Part-of: --- src/intel/ci/gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/intel/ci/gitlab-ci.yml b/src/intel/ci/gitlab-ci.yml index 2e5ff795160..c6c498a5816 100644 --- a/src/intel/ci/gitlab-ci.yml +++ b/src/intel/ci/gitlab-ci.yml @@ -10,16 +10,15 @@ anv-jsl: VK_DRIVER: intel parallel: 5 -# We don't enable a full run of anv-jsl nightly because it's about 8 hours of -# runtime, which would take too many boards at once. -.anv-jsl-full: +anv-jsl-full: extends: - anv-jsl - .anv-manual-rules variables: DEQP_SUITE: anv-jsl-full - JOB_TIMEOUT: 60 + JOB_TIMEOUT: 115 parallel: 4 + timeout: 2h anv-adl: extends: @@ -50,8 +49,7 @@ anv-tgl: VK_DRIVER: intel parallel: 5 # 5 - 5 # -1 for zink, but it's disabled now -# Takes too long since the 1.3.7.0 CTS uprev. -.anv-tgl-full: +anv-tgl-full: extends: - anv-tgl - .anv-manual-rules