Skip to content

Commit

Permalink
Merge branch 'develop' into developoct2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen-pcluste authored Oct 21, 2024
2 parents 338fef9 + 6852fdb commit e8579d0
Show file tree
Hide file tree
Showing 15 changed files with 449 additions and 197 deletions.
1 change: 0 additions & 1 deletion cloudformation/proxy/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ Resources:
Properties:
GroupSet:
- !Ref ProxySecurityGroup
InterfaceType: interface
SourceDestCheck: false
SubnetId: !Ref PublicSubnet

Expand Down
123 changes: 67 additions & 56 deletions tests/integration-tests/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/integration-tests/configs/common.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{%- set INSTANCES_DEFAULT_ARM = ["m6g.xlarge"] -%} # m6g.xlarge is not supported in af-south-1, eu-south-1, eu-west-3, me-south-1
{%- set INSTANCES_DEFAULT = ["c5.xlarge", "m6g.xlarge"] -%}
{%- set INSTANCES_EFA_SUPPORTED_X86 = ["c5n.9xlarge"] -%}
{%- set INSTANCES_EFA_UNSUPPORTED_X86 = ["t2.micro"] -%}
{%- set INSTANCES_EFA_UNSUPPORTED_X86 = ["t3.micro"] -%}
{%- set NOT_RELEASED_OSES = ["rocky8", "rocky9"] -%}

{%- macro instance(instance_key) -%}
Expand Down
Loading

0 comments on commit e8579d0

Please sign in to comment.