From d3bcf65c94564c9bbae55f3d41585a4f77c22bb9 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Mon, 1 May 2023 15:33:03 -0700 Subject: [PATCH 1/2] Use os_dimension in framework tests. Dimensions are now used to detect the drone to use. Framework tests are using shard_util_v2 but not engine v2 builds and require to pass the drone dimension from the .ci.yaml file. --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index c32ebae35f150..1e8881933ddac 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -298,6 +298,7 @@ targets: - main - master properties: + drone_dimensions: ["os=Linux"] add_recipes_cq: "true" cores: "32" gclient_variables: >- From 3024f17d4f2a6a3a37df5ea3629f2bed538cc252 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Mon, 1 May 2023 15:37:45 -0700 Subject: [PATCH 2/2] Add new dimension to existing property. --- .ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 1e8881933ddac..e716c04d85050 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -298,7 +298,6 @@ targets: - main - master properties: - drone_dimensions: ["os=Linux"] add_recipes_cq: "true" cores: "32" gclient_variables: >- @@ -311,7 +310,7 @@ targets: framework: "true" no_goma: "true" drone_dimensions: > - ["device_type=none"] + ["device_type=none", "os=Linux"] shard: web_tests subshards: >- ["0", "1", "2", "3", "4", "5", "6", "7_last"]