talos/.conform.yaml
Brad Beam da1f73249f fix(machined): Clean up installation process
This also includes a fix for #955 which had the unintended side effect
of breaking image creation ( since it would attempt to grow the filesystem
always ).

The refactor standardizes around looking for the DATA and ESP labels to
discover any existing installations/filesystems. If none are found, an
installation will proceed -- for both image creation and bare metal.
During bootup, the DATA partition will always attempt to expand/grow.

This also introduces a new phase to verify the installation through the
existance of /boot/installed ( migrated from install stage ).

Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
2019-08-08 22:10:14 -05:00

49 lines
1.0 KiB
YAML

policies:
- type: commit
spec:
headerLength: 89
dco: true
gpg: false
imperative: true
maximumOfOneCommit: true
requireCommitBody: true
conventional:
types:
- chore
- docs
- perf
- refactor
- style
- test
scopes:
- ami
- ci
- conformance
- gpt
- hack
- image
- init
- initramfs
- kernel
- machined
- proxyd
- osctl
- osd
- rootfs
- tools
- trustd
- '*'
- type: license
spec:
skipPaths:
- .git/
- .buildkit/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
header: |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */