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
2 changes: 1 addition & 1 deletion actions/check_pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
position: 0
packages:
type: "string"
default: "st2common st2reactor st2actions st2api st2stream st2auth st2debug"
default: "st2common st2reactor st2actions st2api st2stream st2auth"
position: 1
2 changes: 1 addition & 1 deletion actions/scripts/upgrade_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ $# -ne 2 ]; then
exit 1
fi

PACKAGES=(st2actions st2api st2auth st2common st2debug st2reactor python-st2client)
PACKAGES=(st2actions st2api st2auth st2common st2reactor python-st2client)
SERVICE_NAMES=(st2actionrunner st2notifier st2resultstracker st2sensorcontainer st2rulesengine st2api st2workflowengine)

function verify_debian_package_version_is_installed() {
Expand Down
1 change: 0 additions & 1 deletion actions/st2_chg_ver_for_st2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ COMMON_INIT_FILES=(
"st2actions/st2actions/__init__.py"
"st2api/st2api/__init__.py"
"st2auth/st2auth/__init__.py"
"st2debug/st2debug/__init__.py"
"st2reactor/st2reactor/__init__.py"
"st2stream/st2stream/__init__.py"
)
Expand Down
1 change: 0 additions & 1 deletion actions/st2_prep_release_for_st2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ COMMON_INIT_FILES=(
"st2actions/st2actions/__init__.py"
"st2api/st2api/__init__.py"
"st2auth/st2auth/__init__.py"
"st2debug/st2debug/__init__.py"
"st2reactor/st2reactor/__init__.py"
"st2stream/st2stream/__init__.py"
)
Expand Down
2 changes: 1 addition & 1 deletion actions/workflows/st2_upgrade_ubuntu16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
params:
hosts: "{{hostname}}"
act: "install -y -o Dpkg::Options::=\"--force-confnew\""
packages: "st2common st2reactor st2actions st2api st2stream st2auth st2debug"
packages: "st2common st2reactor st2actions st2api st2stream st2auth"
timeout: 300
on-success: "upgrade_st2client"
-
Expand Down