-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop compile/import tests for old versions of python in sanity tests (#…
…447) Drop compile/import tests for old versions of python in sanity tests SUMMARY We don't support Python < 3.6, so drop the tests at the Zuul job level rather than with a large number of !skip entries ISSUE TYPE Feature request COMPONENT NAME sanity tests ADDITIONAL INFORMATION Depends-On: ansible/ansible-zuul-jobs#1028 Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
- Loading branch information
Showing
8 changed files
with
16 additions
and
1,559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
ec2_ami_name: 'amzn2-ami-hvm-2.*-x86_64-gp2' | ||
|
||
vpc_name: '{{ resource_prefix }}-vpc' | ||
vpc_seed: '{{ resource_prefix }}' | ||
vpc_cidr: '10.{{ 256 | random(seed=vpc_seed) }}.0.0/16' | ||
subnet_cidr: '10.{{ 256 | random(seed=vpc_seed) }}.32.0/24' | ||
ec2_ami_name: 'amzn2-ami-hvm-2.*-x86_64-gp2' | ||
|
||
instance_name: '{{ resource_prefix }}-instance' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.