Skip to content

Commit 2443e9b

Browse files
committed
chore: fixup test instances
1 parent 894f5ba commit 2443e9b

2 files changed

Lines changed: 3 additions & 31 deletions

File tree

.github/renovate.json5

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
11
{
2-
<<<<<<< before updating
3-
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
4-
enabledManagers: [
5-
'copier',
6-
'git-submodules',
7-
],
8-
extends: [
9-
'config:recommended',
10-
'github>saltstack-formulas/.github',
11-
],
12-
automergeStrategy: 'merge-commit',
13-
'git-submodules': {
14-
'enabled': true
15-
},
16-
packageRules: [
17-
{
18-
matchFileNames: [
19-
'template/**'
20-
],
21-
semanticCommitType: 'fix',
22-
},
23-
{
24-
automerge: true,
25-
matchManagers: [
26-
'git-submodules'
27-
],
28-
},
29-
],
30-
=======
312
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
323
extends: [
334
"github>saltstack-formulas/.github",
@@ -37,5 +8,4 @@ extends: [
378
* This file is managed as part of a Copier template. *
389
* Please make your own changes below this comment. *
3910
*********************************************************/
40-
>>>>>>> after updating
4111
}

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,14 @@ rubocop:
137137
# OpenSUSE master branch will fail until zypperpkg module is back in salt core
138138
# https://github.com/saltstack/great-module-migration/issues/14
139139
#
140+
# The alias states were removed in the great module migration, causing the
141+
# tests to fail with Salt master branch
142+
# See https://github.com/saltstack-formulas/postfix-formula/issues/134
140143
almalinux-9-master: {extends: '.test_instance_failure_permitted'}
141144
almalinux-8-master: {extends: '.test_instance_failure_permitted'}
142145
amazonlinux-2023-master: {extends: '.test_instance_failure_permitted'}
143146
amazonlinux-2-master: {extends: '.test_instance_failure_permitted'}
144147
centos-stream9-master: {extends: '.test_instance_failure_permitted'}
145-
>>>>>>> after updating
146148
debian-12-master: {extends: '.test_instance_failure_permitted'}
147149
debian-11-master: {extends: '.test_instance_failure_permitted'}
148150
fedora-41-master: {extends: '.test_instance_failure_permitted'}

0 commit comments

Comments
 (0)