From 60695fd3283f611bfcf26ab3c383f991bd2a28af Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Fri, 4 Aug 2023 15:57:53 +0200 Subject: [PATCH] Bump to 0.1.1 CI: update integration.yml to final location CI: silence the yaml-truthy linter rule Signed-off-by: Guido Grazioli --- .ansible-lint | 2 +- .github/workflows/ci.yml | 2 +- galaxy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 9705508..cf480a6 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -25,11 +25,11 @@ warn_list: - no-free-form - run-once[task] - var-naming[no-role-prefix] - - yaml[truthy] - galaxy[version-incorrect] skip_list: - jinja[spacing] + - yaml[truthy] use_default_rules: true parseable: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 095153e..c404451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: ] collection_pre_install: '' integration: - uses: guidograzioli/kubernetes.kubevirt/.github/workflows/integration.yml@integration_tests + uses: kubevirt/kubevirt.core/.github/workflows/integration.yml@main needs: - unit-source with: diff --git a/galaxy.yml b/galaxy.yml index 740709b..84f4737 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: kubevirt name: core -version: "0.1.0" +version: "0.1.1" readme: README.md authors: - KubeVirt Project (kubevirt.io)