From 1d24c1e332d22309fa3e9fdeb7dd01b63c298438 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Thu, 20 Jul 2023 17:51:14 +0200
Subject: [PATCH] fix r2 files location

---
 templates/python/code_quality/black/black.yml   | 2 +-
 templates/python/code_quality/flake8/flake8.yml | 2 +-
 templates/python/code_quality/isort/isort.yml   | 2 +-
 templates/python/code_quality/mypy/mypy.yml     | 2 +-
 templates/python/partial/README.md              | 2 +-
 templates/python/testing/pytest/README.md       | 2 +-
 templates/python/testing/pytest/pytest.yml      | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/templates/python/code_quality/black/black.yml b/templates/python/code_quality/black/black.yml
index f8bec5c..1ced1ad 100644
--- a/templates/python/code_quality/black/black.yml
+++ b/templates/python/code_quality/black/black.yml
@@ -1,5 +1,5 @@
 include:
-  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@latest.yaml'
+  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/python_install@latest.yaml'
 
 black:
     image: python:${IMAGE_TAG}
diff --git a/templates/python/code_quality/flake8/flake8.yml b/templates/python/code_quality/flake8/flake8.yml
index 983897a..4bfe13f 100644
--- a/templates/python/code_quality/flake8/flake8.yml
+++ b/templates/python/code_quality/flake8/flake8.yml
@@ -1,5 +1,5 @@
 include:
-  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@latest.yaml'
+  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/python_install@latest.yaml'
 
 flake8:
     extends:
diff --git a/templates/python/code_quality/isort/isort.yml b/templates/python/code_quality/isort/isort.yml
index e409237..b19874a 100644
--- a/templates/python/code_quality/isort/isort.yml
+++ b/templates/python/code_quality/isort/isort.yml
@@ -1,5 +1,5 @@
 include:
-  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@latest.yaml'
+  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/python_install@latest.yaml'
 
 isort:
     image: python:${IMAGE_TAG}
diff --git a/templates/python/code_quality/mypy/mypy.yml b/templates/python/code_quality/mypy/mypy.yml
index 43a7d7b..ccfd700 100644
--- a/templates/python/code_quality/mypy/mypy.yml
+++ b/templates/python/code_quality/mypy/mypy.yml
@@ -1,5 +1,5 @@
 include:
-  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@latest.yaml'
+  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/python_install@latest.yaml'
 
 mypy:
     extends:
diff --git a/templates/python/partial/README.md b/templates/python/partial/README.md
index e1f9e51..59b9819 100644
--- a/templates/python/partial/README.md
+++ b/templates/python/partial/README.md
@@ -25,7 +25,7 @@ consistent configuration across CI jobs that rely on a python environment.
 ```yaml
 include:
     # Include the python_install job template (don't forget to replace the version tag)
-    - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@1.0.0.yaml'
+    - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/python_install@1.0.0.yaml'
 
 flake8:
     extends:
diff --git a/templates/python/testing/pytest/README.md b/templates/python/testing/pytest/README.md
index f35abc9..a46b643 100644
--- a/templates/python/testing/pytest/README.md
+++ b/templates/python/testing/pytest/README.md
@@ -36,7 +36,7 @@ stages:
     - test
 
 include:
-    - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/pytest@1.0.0.yaml'
+    - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/pytest@1.0.0.yaml'
 
 # Compatibility tests
 pytest_3.10:
diff --git a/templates/python/testing/pytest/pytest.yml b/templates/python/testing/pytest/pytest.yml
index a9bb8b5..d033176 100644
--- a/templates/python/testing/pytest/pytest.yml
+++ b/templates/python/testing/pytest/pytest.yml
@@ -1,5 +1,5 @@
 include:
-  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/python_install@latest.yaml'
+  - remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/python_install@latest.yaml'
 
 pytest:
     image: python:${IMAGE_TAG}
-- 
GitLab