From: pmikus Date: Tue, 28 May 2024 06:49:29 +0000 (+0200) Subject: feat(etl): Add hosts X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F40933%2F1;p=csit.git feat(etl): Add hosts Signed-off-by: Peter Mikus Change-Id: Ibd3d0a1cdce67d17bfbe6fadfc1311af420a6c50 --- diff --git a/csit.infra.etl/coverage_hoststack.json b/csit.infra.etl/coverage_hoststack.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/coverage_hoststack.json +++ b/csit.infra.etl/coverage_hoststack.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", @@ -220,4 +230,4 @@ } ], "type": "struct" -} \ No newline at end of file +} diff --git a/csit.infra.etl/coverage_mrr.json b/csit.infra.etl/coverage_mrr.json index 4b6b6415d3..85f9cb8504 100644 --- a/csit.infra.etl/coverage_mrr.json +++ b/csit.infra.etl/coverage_mrr.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", diff --git a/csit.infra.etl/coverage_ndrpdr.json b/csit.infra.etl/coverage_ndrpdr.json index 37c45820ea..a9196dc69b 100644 --- a/csit.infra.etl/coverage_ndrpdr.json +++ b/csit.infra.etl/coverage_ndrpdr.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", @@ -688,4 +698,4 @@ } ], "type": "struct" -} \ No newline at end of file +} diff --git a/csit.infra.etl/coverage_reconf.json b/csit.infra.etl/coverage_reconf.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/coverage_reconf.json +++ b/csit.infra.etl/coverage_reconf.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", @@ -220,4 +230,4 @@ } ], "type": "struct" -} \ No newline at end of file +} diff --git a/csit.infra.etl/coverage_soak.json b/csit.infra.etl/coverage_soak.json index 5691e8bf5b..a15ef274d7 100644 --- a/csit.infra.etl/coverage_soak.json +++ b/csit.infra.etl/coverage_soak.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", @@ -230,4 +240,4 @@ } ], "type": "struct" -} \ No newline at end of file +} diff --git a/csit.infra.etl/iterative_hoststack.json b/csit.infra.etl/iterative_hoststack.json index a3365cdba0..320e6a0494 100644 --- a/csit.infra.etl/iterative_hoststack.json +++ b/csit.infra.etl/iterative_hoststack.json @@ -32,25 +32,25 @@ }, { "metadata": {}, - "name": "hosts", + "name": "tg_type", "nullable": true, - "type": { - "containsNull": true, - "elementType": "string", - "type": "array" - } + "type": "string" }, { "metadata": {}, - "name": "tg_type", + "name": "tg_version", "nullable": true, "type": "string" }, { "metadata": {}, - "name": "tg_version", + "name": "hosts", "nullable": true, - "type": "string" + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } }, { "metadata": {}, @@ -282,4 +282,4 @@ } ], "type": "struct" -} \ No newline at end of file +} diff --git a/csit.infra.etl/iterative_mrr.json b/csit.infra.etl/iterative_mrr.json index 4b6b6415d3..85f9cb8504 100644 --- a/csit.infra.etl/iterative_mrr.json +++ b/csit.infra.etl/iterative_mrr.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", diff --git a/csit.infra.etl/iterative_ndrpdr.json b/csit.infra.etl/iterative_ndrpdr.json index 37c45820ea..a9196dc69b 100644 --- a/csit.infra.etl/iterative_ndrpdr.json +++ b/csit.infra.etl/iterative_ndrpdr.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", @@ -688,4 +698,4 @@ } ], "type": "struct" -} \ No newline at end of file +} diff --git a/csit.infra.etl/iterative_reconf.json b/csit.infra.etl/iterative_reconf.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/iterative_reconf.json +++ b/csit.infra.etl/iterative_reconf.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", @@ -220,4 +230,4 @@ } ], "type": "struct" -} \ No newline at end of file +} diff --git a/csit.infra.etl/iterative_soak.json b/csit.infra.etl/iterative_soak.json index 5691e8bf5b..a15ef274d7 100644 --- a/csit.infra.etl/iterative_soak.json +++ b/csit.infra.etl/iterative_soak.json @@ -42,6 +42,16 @@ "nullable": true, "type": "string" }, + { + "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, { "metadata": {}, "name": "result", @@ -230,4 +240,4 @@ } ], "type": "struct" -} \ No newline at end of file +}