From 3c7a432c3a9661324f28ff49cb5155f4d3723ef4 Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Thu, 7 Mar 2024 14:03:48 +0200 Subject: [PATCH] fix: issues with CI --- .github/.container-structure-test-config.yaml | 2 +- .github/.dive-ci.yaml | 13 ------------- .github/CODEOWNERS | 2 +- .github/ISSUE_TEMPLATE/custom.md | 0 .github/workflows/release.yml | 2 +- 5 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 .github/.dive-ci.yaml create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/.container-structure-test-config.yaml b/.github/.container-structure-test-config.yaml index c06624f..a84ccf7 100644 --- a/.github/.container-structure-test-config.yaml +++ b/.github/.container-structure-test-config.yaml @@ -11,7 +11,7 @@ commandTests: expectedOutput: ["^pre-commit ([0-9]+\\.){2}[0-9]+\\n$"] - name: "tofu" - command: "terrtofuaform" + command: "tofu" args: ["-version"] expectedOutput: ["^OpenTofu v([0-9]+\\.){2}[0-9]+\\non linux_amd64\\n$"] diff --git a/.github/.dive-ci.yaml b/.github/.dive-ci.yaml deleted file mode 100644 index 3c526cd..0000000 --- a/.github/.dive-ci.yaml +++ /dev/null @@ -1,13 +0,0 @@ -rules: - # If the efficiency is measured below X%, mark as failed. - # Expressed as a ratio between 0-1. - lowestEfficiency: 0.981 - - # If the amount of wasted space is at least X or larger than X, mark as failed. - # Expressed in B, KB, MB, and GB. - highestWastedBytes: 32MB - - # If the amount of wasted space makes up for X% or more of the image, mark as failed. - # Note: the base image layer is NOT included in the total image size. - # Expressed as a ratio between 0-1; fails if the threshold is met or crossed. - highestUserWastedPercent: 0.036 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e8de356..80824bc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @maxymvlasov @yermulnik +* @Nmishin @anastasiiakozlova245 @kvendingoldo diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99ed765..4aa0df1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - main paths: - '**/*.py' - '**/*.sh'