From fcf37586a6c96d41b5379da0cd5426d17435fbe3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 24 Apr 2023 09:49:45 -0700 Subject: [PATCH] Rename all CI files to be (hopefully) unique Per https://pagure.io/fedora-ci/general/issue/404 , as things are right now, having CI files with the same names as those in other repos can cause clashes. Let's rename all of ours to avoid this. Also drop a path element in validate-comps.yaml that broke the tests... Signed-off-by: Adam Williamson --- .zuul.yaml | 6 +++--- ci/{validate => validate-comps} | 0 ci/{validate.yaml => validate-comps.yaml} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename ci/{validate => validate-comps} (100%) rename ci/{validate.yaml => validate-comps.yaml} (71%) diff --git a/.zuul.yaml b/.zuul.yaml index c430dd75..56fefdde 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,9 +1,9 @@ - project: check: jobs: - - validate + - validate-comps - job: - name: validate + name: validate-comps description: Validate comps files - run: ci/validate.yaml + run: ci/validate-comps.yaml diff --git a/ci/validate b/ci/validate-comps similarity index 100% rename from ci/validate rename to ci/validate-comps diff --git a/ci/validate.yaml b/ci/validate-comps.yaml similarity index 71% rename from ci/validate.yaml rename to ci/validate-comps.yaml index 1b961819..227bb588 100644 --- a/ci/validate.yaml +++ b/ci/validate-comps.yaml @@ -7,5 +7,5 @@ become: yes - name: Validate comps files ansible.builtin.command: - chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}" - cmd: ci/validate + chdir: "{{ zuul.project.src_dir }}" + cmd: ci/validate-comps