Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: st2_pkg_test_stable_rhel7
name: st2_pkg_test_stable_el7
pack: st2cd
description: Test stable packages
enabled: true
Expand All @@ -19,7 +19,7 @@ action:
ref: st2ci.st2_pkg_e2e_test
parameters:
hostname: st2-pkg-stable-el7
distro: RHEL7
distro: CENTOS7
pkg_env: production
release: stable
version: "3.6.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: st2_pkg_test_stable_rhel8
name: st2_pkg_test_stable_el8
pack: st2cd
description: Test stable packages
enabled: true
Expand All @@ -19,7 +19,7 @@ action:
ref: st2ci.st2_pkg_e2e_test
parameters:
hostname: st2-pkg-stable-el8
distro: RHEL8
distro: ROCKY8
pkg_env: production
release: stable
version: "3.6.0"
Expand Down