From a3045c3dfd7dcd291b79bbd388c857b085eba4d4 Mon Sep 17 00:00:00 2001 From: erikayasuda Date: Fri, 8 Nov 2024 14:28:17 -0500 Subject: [PATCH 1/2] add vertica to gitlab --- .gitlab/tests/contrib.yml | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/.gitlab/tests/contrib.yml b/.gitlab/tests/contrib.yml index b81feaa41d9..48ee266e44f 100644 --- a/.gitlab/tests/contrib.yml +++ b/.gitlab/tests/contrib.yml @@ -160,6 +160,23 @@ gunicorn: variables: SUITE_NAME: "gunicorn" +httplib: + extends: .test_base_riot_snapshot + variables: + SUITE_NAME: "httplib" + services: + - !reference [.test_base_riot_snapshot, services] + - !reference [.services, httpbin_local] + +httpx: + extends: .test_base_riot_snapshot + variables: + SUITE_NAME: "httpx" + services: + - !reference [.test_base_riot_snapshot, services] + - !reference [.services, httpbin_local] + parallel: 2 + jinja2: extends: .test_base_riot_snapshot variables: @@ -353,23 +370,6 @@ requests: - !reference [.test_base_riot_snapshot, services] - !reference [.services, httpbin_local] -httplib: - extends: .test_base_riot_snapshot - variables: - SUITE_NAME: "httplib" - services: - - !reference [.test_base_riot_snapshot, services] - - !reference [.services, httpbin_local] - -httpx: - extends: .test_base_riot_snapshot - variables: - SUITE_NAME: "httpx" - services: - - !reference [.test_base_riot_snapshot, services] - - !reference [.services, httpbin_local] - parallel: 2 - urllib3: extends: .test_base_riot_snapshot services: @@ -380,6 +380,11 @@ urllib3: TEST_HTTPBIN_HOST: "httpbin-local" TEST_HTTPBIN_PORT: "8001" +vertica: + extends: .test_base_riot + variables: + SUITE_NAME: "vertica" + wsgi: extends: .test_base_riot_snapshot variables: From fd6fb2b4f86dbcfdab8037a147db8d99fa6b2cd3 Mon Sep 17 00:00:00 2001 From: erikayasuda Date: Fri, 15 Nov 2024 08:52:11 -0500 Subject: [PATCH 2/2] remove vertica test suite --- tests/contrib/jobspec.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/contrib/jobspec.yml b/tests/contrib/jobspec.yml index 5f164893f95..a4695b39f77 100644 --- a/tests/contrib/jobspec.yml +++ b/tests/contrib/jobspec.yml @@ -346,10 +346,6 @@ urllib3: SUITE_NAME: urllib3 TEST_HTTPBIN_HOST: "httpbin-local" TEST_HTTPBIN_PORT: "8001" -vertica: - extends: .test_base_riot - variables: - SUITE_NAME: "vertica" wsgi: runner: riot is_snapshot: true