From eee103549b88c57e8a381b219bb333b44d3080f1 Mon Sep 17 00:00:00 2001 From: spenes Date: Mon, 2 Oct 2023 15:55:01 +0300 Subject: [PATCH] [Temp] Add temp iglu repo to iglu resolver of micro for telemetry tests --- .../integration_tests/telemetry/micro_config/iglu.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/integration_tests/telemetry/micro_config/iglu.json b/.github/workflows/integration_tests/telemetry/micro_config/iglu.json index f3fdd579e..737969823 100644 --- a/.github/workflows/integration_tests/telemetry/micro_config/iglu.json +++ b/.github/workflows/integration_tests/telemetry/micro_config/iglu.json @@ -12,6 +12,16 @@ "uri": "http://iglucentral.com" } } + }, + { + "name": "Iglu Central Test", + "priority": 0, + "vendorPrefixes": [ "com.snowplowanalytics.oss" ], + "connection": { + "http": { + "uri": "https://raw.githubusercontent.com/snowplow/iglu-central/oss_context_hostname" + } + } } ] }