prima-twig 1.3.8 → 1.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05b8e6ea2b34f2253c198695c6e46ac763b7ac290f3f9070ce6f2bbd27f2bf6b
4
- data.tar.gz: 67b7416f8b613001af2f4b56ebed3f213d5f7c7cc905e7bd8e1b98fe04c3e311
3
+ metadata.gz: 1ba4b97d2c3847464e60b105a3ae04a63c1b7d7759301f54c3ee6704d7e62935
4
+ data.tar.gz: 7cf4682e0d639711bf8beafd4d93d38398bfcf93fa2bf5510a59eea21f9f1ecc
5
5
  SHA512:
6
- metadata.gz: 889052a90214299137f00075a6e866192bc9b8ba12146fec2dce7eddfc5bf24e3931c7882fac4ab160a0539c943f19601984672fe40828b1f542285523ad4ea6
7
- data.tar.gz: cfb1b7273e8249961a8616c99c3b6c4411cfbeae1b6035bddb0d36727fb9a50c5097b548b344c4c577e63e429b14227ed23a8efce7738489e4fa8b4fab4498fa
6
+ metadata.gz: 27d0ca64d9d4afa90e85fa397b35c369f01ca36798937560174bf7de069f9c184ddae5386a529c49648112cf1660973a23d7cf0d15329a118adf87611d292885
7
+ data.tar.gz: 84bd48ec4b3bacecb6743ab3c59bed9c0bd5a0cd3ce112c38fe56c11ceb42ff470223f63b3bb4933400154a11b7828df3e4797bf16b38f342c73278036ea0e9e
data/bin/twig-feature CHANGED
@@ -52,7 +52,8 @@ class Release
52
52
  'frontale' => {},
53
53
  'baggio' => {},
54
54
  'mario' => {},
55
- 'zuhause' => {}
55
+ 'zuhause' => {},
56
+ 'pyxis' => {}
56
57
  }
57
58
  @base_stack_name_alb = 'ecs-alb-http-public-qa-'
58
59
  @base_stack_name_alb_ws = 'ecs-alb-ws-public-qa-'
data/bin/twig-update-ami CHANGED
@@ -39,15 +39,11 @@ class TwigUpdateAmi
39
39
  end
40
40
 
41
41
  update_stack_reuse_template(stack, stack_parameters)
42
+ # update stack sequentially to avoid alb throttling
43
+ wait_for_stack_ready(stack, %w[CREATE_FAILED ROLLBACK_IN_PROGRESS ROLLBACK_FAILED DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETE UPDATE_ROLLBACK_FAILED UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_ROLLBACK_COMPLETE ROLLBACK_COMPLETE])
42
44
  end
43
45
  end
44
46
 
45
- stacks.each do |stack|
46
- next if stack.include?('qa')
47
-
48
- wait_for_stack_ready(stack, %w[CREATE_FAILED ROLLBACK_IN_PROGRESS ROLLBACK_FAILED DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETE UPDATE_ROLLBACK_FAILED UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_ROLLBACK_COMPLETE ROLLBACK_COMPLETE])
49
- end
50
-
51
47
  output 'Saving new ami in ami_state.yml'.light_green
52
48
  File.open(@state_path, 'r') do |f|
53
49
  @config = YAML.load(f.read)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2021-01-27 00:00:00.000000000 Z
17
+ date: 2021-03-03 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: aws-sdk-autoscaling