Skip to content

Commit 922cf45

Browse files
authored
Merge pull request #424 from StackStorm/disable-rhel8-stable
Disable RHEL 8 nightlies until we actually have a stable release for RHEL 8
2 parents e0935f2 + b2b7be4 commit 922cf45

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rules/st2_pkg_test_stable_rhel8.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: st2_pkg_test_stable_rhel8
33
pack: st2cd
44
description: Test stable packages
5-
enabled: true
5+
# TODO: Enable once we have release a stable version that supports RHEL 8
6+
enabled: false
67

78
trigger:
89
type: core.st2.CronTimer

rules/st2_pkg_test_stable_rhel8_enterprise.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: st2_pkg_test_stable_rhel8_enterprise
33
pack: st2cd
44
description: Test stable packages
5-
enabled: true
5+
# TODO: Enable once we have release a stable version that supports RHEL 8
6+
enabled: false
67

78
trigger:
89
type: core.st2.CronTimer

0 commit comments

Comments
 (0)