fix: issues with CI

This commit is contained in:
Alexander Sharov 2024-03-07 14:03:48 +02:00
commit 3ffc868740
5 changed files with 3 additions and 16 deletions

View file

@ -11,7 +11,7 @@ commandTests:
expectedOutput: ["^pre-commit ([0-9]+\\.){2}[0-9]+\\n$"] expectedOutput: ["^pre-commit ([0-9]+\\.){2}[0-9]+\\n$"]
- name: "tofu" - name: "tofu"
command: "terrtofuaform" command: "tofu"
args: ["-version"] args: ["-version"]
expectedOutput: ["^OpenTofu v([0-9]+\\.){2}[0-9]+\\non linux_amd64\\n$"] expectedOutput: ["^OpenTofu v([0-9]+\\.){2}[0-9]+\\non linux_amd64\\n$"]

13
.github/.dive-ci.yaml vendored
View file

@ -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

2
.github/CODEOWNERS vendored
View file

@ -1 +1 @@
* @maxymvlasov @yermulnik * @Nmishin @anastasiiakozlova245 @kvendingoldo

0
.github/ISSUE_TEMPLATE/custom.md vendored Normal file
View file

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: branches:
- master - main
paths: paths:
- '**/*.py' - '**/*.py'
- '**/*.sh' - '**/*.sh'