From 71d771dade44637de4921b567080c6078c1f1afa Mon Sep 17 00:00:00 2001 From: jannetalvio Date: Mon, 9 Oct 2023 11:26:58 +0300 Subject: [PATCH] chore: set le grok environment for testing --- azure-pipelines-events-graphql-proxy-review.yml | 2 +- azure-pipelines-harrastukset-federation-router-review.yml | 2 +- azure-pipelines-harrastukset-review.yml | 4 ++-- azure-pipelines-liikunta-federation-router-review.yml | 2 +- azure-pipelines-liikunta-review.yml | 4 ++-- azure-pipelines-tapahtumat-federation-router-review.yml | 2 +- azure-pipelines-tapahtumat-review.yml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/azure-pipelines-events-graphql-proxy-review.yml b/azure-pipelines-events-graphql-proxy-review.yml index c8ec3d436..e9742f15a 100644 --- a/azure-pipelines-events-graphql-proxy-review.yml +++ b/azure-pipelines-events-graphql-proxy-review.yml @@ -60,6 +60,6 @@ extends: # The values here will override the values defined in the graphql-proxy-pipelines repository buildArgs: GRAPHQL_PROXY_DEBUG: 1 - GRAPHQL_PROXY_API_BASE_URL: https://api.hel.fi/linkedevents/v1/ + GRAPHQL_PROXY_API_BASE_URL: https://7883-88-115-183-194.ngrok-free.app/v1/ configMap: # pod environment variables GRAPHQL_PROXY_DEBUG: 1 diff --git a/azure-pipelines-harrastukset-federation-router-review.yml b/azure-pipelines-harrastukset-federation-router-review.yml index 20958f4ae..a22cfe4d2 100644 --- a/azure-pipelines-harrastukset-federation-router-review.yml +++ b/azure-pipelines-harrastukset-federation-router-review.yml @@ -57,5 +57,5 @@ extends: configMap: # pod environment variables FEDERATION_CMS_ROUTING_URL: https://harrastus.hkih.stage.geniem.io/graphql FEDERATION_UNIFIED_SEARCH_ROUTING_URL: https://kuva-unified-search.api.test.hel.ninja/search - FEDERATION_EVENTS_ROUTING_URL: https://events-graphql-proxy.test.hel.ninja/proxy/graphql + FEDERATION_EVENTS_ROUTING_URL: https://events-graphql-proxy-pr509.dev.hel.ninja/proxy/graphql FEDERATION_VENUES_ROUTING_URL: https://venue-graphql-proxy.test.hel.ninja/proxy/graphql diff --git a/azure-pipelines-harrastukset-review.yml b/azure-pipelines-harrastukset-review.yml index 99f2bae1d..69d2c9be6 100644 --- a/azure-pipelines-harrastukset-review.yml +++ b/azure-pipelines-harrastukset-review.yml @@ -59,7 +59,7 @@ extends: # Does not contain all buildArguments, the rest located in harrastukset-pipelines/harrastukset-variables-development.yml and harrastukset-variables-common.yml # The values here will override the values defined in the harrastukset-pipelines repository buildArgs: - FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-hobbies.test.hel.ninja/ + FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-hobbies-pr509.dev.hel.ninja/ CMS_ORIGIN: https://harrastus.hkih.stage.geniem.io LINKEDEVENTS_EVENT_ENDPOINT: https://api.hel.fi/linkedevents/v1/event NEXTJS_DISABLE_SENTRY: 1 @@ -67,6 +67,6 @@ extends: NEXT_PUBLIC_DEBUG: 1 NEXT_PUBLIC_MATOMO_ENABLED: 0 configMap: # pod environment variables - FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-hobbies.test.hel.ninja/ + FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-hobbies-pr509.dev.hel.ninja/ CMS_ORIGIN: https://harrastus.hkih.stage.geniem.io LINKEDEVENTS_EVENT_ENDPOINT: https://api.hel.fi/linkedevents/v1/event diff --git a/azure-pipelines-liikunta-federation-router-review.yml b/azure-pipelines-liikunta-federation-router-review.yml index bdc73d242..cb9f46c42 100644 --- a/azure-pipelines-liikunta-federation-router-review.yml +++ b/azure-pipelines-liikunta-federation-router-review.yml @@ -57,5 +57,5 @@ extends: configMap: # pod environment variables FEDERATION_CMS_ROUTING_URL: https://liikunta.hkih.stage.geniem.io/graphql FEDERATION_UNIFIED_SEARCH_ROUTING_URL: https://kuva-unified-search.api.test.hel.ninja/search - FEDERATION_EVENTS_ROUTING_URL: https://events-graphql-proxy.test.hel.ninja/proxy/graphql + FEDERATION_EVENTS_ROUTING_URL: https://events-graphql-proxy-pr509.dev.hel.ninja/proxy/graphql FEDERATION_VENUES_ROUTING_URL: https://venue-graphql-proxy.test.hel.ninja/proxy/graphql diff --git a/azure-pipelines-liikunta-review.yml b/azure-pipelines-liikunta-review.yml index 5b1d909ac..2c90bef24 100644 --- a/azure-pipelines-liikunta-review.yml +++ b/azure-pipelines-liikunta-review.yml @@ -59,7 +59,7 @@ extends: # Does not contain all buildArguments, the rest located in liikunta-pipelines/liikunta-variables-development.yml and liikunta-variables-common.yml # The values here will override the values defined in the liikunta-pipelines repository buildArgs: - FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-sports.test.hel.ninja/ + FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-sports-pr509.devv.hel.ninja/ CMS_ORIGIN: https://liikunta.hkih.stage.geniem.io LINKEDEVENTS_EVENT_ENDPOINT: https://api.hel.fi/linkedevents/v1/event NEXTJS_DISABLE_SENTRY: 1 @@ -67,6 +67,6 @@ extends: NEXT_PUBLIC_DEBUG: 1 NEXT_PUBLIC_MATOMO_ENABLED: 0 configMap: # pod environment variables - FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-sports.test.hel.ninja/ + FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-sports-pr509.dev.hel.ninja/ CMS_ORIGIN: https://liikunta.hkih.stage.geniem.io LINKEDEVENTS_EVENT_ENDPOINT: https://api.hel.fi/linkedevents/v1/event diff --git a/azure-pipelines-tapahtumat-federation-router-review.yml b/azure-pipelines-tapahtumat-federation-router-review.yml index b25bce160..9e3531019 100644 --- a/azure-pipelines-tapahtumat-federation-router-review.yml +++ b/azure-pipelines-tapahtumat-federation-router-review.yml @@ -57,5 +57,5 @@ extends: configMap: # pod environment variables FEDERATION_CMS_ROUTING_URL: https://tapahtumat.hkih.stage.geniem.io/graphql FEDERATION_UNIFIED_SEARCH_ROUTING_URL: https://kuva-unified-search.api.test.hel.ninja/search - FEDERATION_EVENTS_ROUTING_URL: https://events-graphql-proxy.test.hel.ninja/proxy/graphql + FEDERATION_EVENTS_ROUTING_URL: https://events-graphql-proxy-pr509.dev.hel.ninja/proxy/graphql FEDERATION_VENUES_ROUTING_URL: https://venue-graphql-proxy.test.hel.ninja/proxy/graphql diff --git a/azure-pipelines-tapahtumat-review.yml b/azure-pipelines-tapahtumat-review.yml index 87c49ace2..93ea91814 100644 --- a/azure-pipelines-tapahtumat-review.yml +++ b/azure-pipelines-tapahtumat-review.yml @@ -59,7 +59,7 @@ extends: # Does not contain all buildArguments, the rest located in tapahtumat-pipelines/tapahtumat-variables-development.yml and tapahtumat-variables-common.yml # The values here will override the values defined in the tapahtumat-pipelines repository buildArgs: - FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-events.test.hel.ninja/ + FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-events-pr509.dev.hel.ninja/ CMS_ORIGIN: https://tapahtumat.hkih.stage.geniem.io LINKEDEVENTS_EVENT_ENDPOINT: https://api.hel.fi/linkedevents/v1/event NEXTJS_DISABLE_SENTRY: 1 @@ -67,6 +67,6 @@ extends: NEXT_PUBLIC_DEBUG: 1 NEXT_PUBLIC_MATOMO_ENABLED: 0 configMap: # pod environment variables - FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-events.test.hel.ninja/ + FEDERATION_ROUTER_ENDPOINT: https://events-graphql-federation-events-pr509.dev.hel.ninja/ CMS_ORIGIN: https://tapahtumat.hkih.stage.geniem.io LINKEDEVENTS_EVENT_ENDPOINT: https://api.hel.fi/linkedevents/v1/event