Skip to content

Commit aceed4e

Browse files
authored
Merge pull request #104 from StackStorm/fix/update_upgrade_ent_time_and_e2e_polciy
Increase upgrade_to_enterprise time and disable concurrency policy for e2e tests
2 parents ac9d27d + fc63e49 commit aceed4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

actions/workflows/st2_pkg_e2e_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ st2ci.st2_pkg_e2e_test:
138138
distro: <% $.distro %>
139139
pkg_env: <% $.pkg_env %>
140140
release: <% $.release %>
141-
timeout: 120
141+
timeout: 150
142142
on-success:
143143
- get_installed_version
144144
get_installed_version:

actions/workflows/st2_pkg_upgrade_e2e_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ st2ci.st2_pkg_upgrade_e2e_test:
119119
pkg_env: <% $.pkg_env %>
120120
release: <% $.release %>
121121
version: <% coalesce($.upgrade_from_version, '') %>
122-
timeout: 120
122+
timeout: 150
123123
on-success:
124124
- pre_upgrade_stop
125125

policies/st2_pkg_e2e_test_concurrency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: st2_pkg_e2e_test_concurrency
33
pack: st2ci
44
description: Limits the concurrent executions of st2_pkg_e2e_test workflow
5-
enabled: true
5+
enabled: false
66
resource_ref: st2ci.st2_pkg_e2e_test
77
policy_type: action.concurrency
88
parameters:

0 commit comments

Comments
 (0)