Skip to content

Commit

Permalink
ci: add CNIAcrossUpdates test to CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Mar 26, 2024
1 parent fd2c7e7 commit 9548c72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,24 +278,25 @@ jobs:
test-name:
- AwsProfile
- Cluster
- CNIAcrossUpdates
- EncryptionProvider
- ExtraSecurityGroups
- Fargate
- ImportDefaultEksSecgroup
- KubernetesServiceIPv4RangeForCluster
- ManagedNodeGroup
- MigrateNodeGroups
- MNG_withMissingRole
- MNG_withAwsAuth
- MNG_withMissingRole
- NodeGroup
- NodegroupOptions
- OidcIam
- ReplaceClusterAddSubnets
- ReplaceSecGroup
- ScopedKubeconfig
- StorageClasses
- Tags
- TagInputTypes
- Tags
- VpcSubnetTags
test-python:
name: Run Python Tests
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,24 +443,25 @@ jobs:
test-name:
- AwsProfile
- Cluster
- CNIAcrossUpdates
- EncryptionProvider
- ExtraSecurityGroups
- Fargate
- ImportDefaultEksSecgroup
- KubernetesServiceIPv4RangeForCluster
- ManagedNodeGroup
- MigrateNodeGroups
- MNG_withMissingRole
- MNG_withAwsAuth
- MNG_withMissingRole
- NodeGroup
- NodegroupOptions
- OidcIam
- ReplaceClusterAddSubnets
- ReplaceSecGroup
- ScopedKubeconfig
- StorageClasses
- Tags
- TagInputTypes
- Tags
- VpcSubnetTags
test-python:
name: Run Python Tests
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,24 +457,25 @@ jobs:
test-name:
- AwsProfile
- Cluster
- CNIAcrossUpdates
- EncryptionProvider
- ExtraSecurityGroups
- Fargate
- ImportDefaultEksSecgroup
- KubernetesServiceIPv4RangeForCluster
- ManagedNodeGroup
- MigrateNodeGroups
- MNG_withMissingRole
- MNG_withAwsAuth
- MNG_withMissingRole
- NodeGroup
- NodegroupOptions
- OidcIam
- ReplaceClusterAddSubnets
- ReplaceSecGroup
- ScopedKubeconfig
- StorageClasses
- Tags
- TagInputTypes
- Tags
- VpcSubnetTags
test-python:
name: Run Python Tests
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,24 +417,25 @@ jobs:
test-name:
- AwsProfile
- Cluster
- CNIAcrossUpdates
- EncryptionProvider
- ExtraSecurityGroups
- Fargate
- ImportDefaultEksSecgroup
- KubernetesServiceIPv4RangeForCluster
- ManagedNodeGroup
- MigrateNodeGroups
- MNG_withMissingRole
- MNG_withAwsAuth
- MNG_withMissingRole
- NodeGroup
- NodegroupOptions
- OidcIam
- ReplaceClusterAddSubnets
- ReplaceSecGroup
- ScopedKubeconfig
- StorageClasses
- Tags
- TagInputTypes
- Tags
- VpcSubnetTags
test-python:
name: Run Python Tests
Expand Down

0 comments on commit 9548c72

Please sign in to comment.