-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release-1.25] Add E2E testing in Drone (#7375)
* Add E2E to Drone * Build e2e test image * Add ci flag to secretsencryption * Fix vagrant log on secretsencryption * Add cron conformance pipeline Signed-off-by: Derek Nola <[email protected]> * Add string output for nodes * Switch snapshot restore for upgrade cluster Signed-off-by: Derek Nola <[email protected]> * Added IPv6 check and agent restart on e2e test utils Signed-off-by: Roberto Bonafiglia <[email protected]> * Cleanup leftover VMs in E2E pipeline * Dont run most pipelines on nightly cron Signed-off-by: Derek Nola <[email protected]> * Don't default to local K3s for startup test (#6950) Signed-off-by: Derek Nola <[email protected]> * Added multiClusterCIDR E2E test Signed-off-by: Roberto Bonafiglia <[email protected]> * fix_get_sha_url (#7187) Signed-off-by: ShylajaDevadiga <[email protected]> * Improve RunCmdOnNode error Signed-off-by: Derek Nola <[email protected]> * Pin upgradecluster to v1.25 Signed-off-by: Derek Nola <[email protected]> --------- Signed-off-by: Derek Nola <[email protected]> Signed-off-by: Roberto Bonafiglia <[email protected]> Signed-off-by: ShylajaDevadiga <[email protected]> Co-authored-by: Roberto Bonafiglia <[email protected]> Co-authored-by: ShylajaDevadiga <[email protected]>
- Loading branch information
1 parent
7502ce6
commit 71e53ae
Showing
17 changed files
with
800 additions
and
68 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: networking.k8s.io/v1alpha1 | ||
kind: ClusterCIDR | ||
metadata: | ||
name: new-cidr | ||
spec: | ||
nodeSelector: | ||
nodeSelectorTerms: | ||
- matchExpressions: | ||
- key: kubernetes.io/hostname | ||
operator: In | ||
values: | ||
- "agent-0" | ||
perNodeHostBits: 64 | ||
ipv6: 2001:cafe:248::/56 |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: networking.k8s.io/v1alpha1 | ||
kind: ClusterCIDR | ||
metadata: | ||
name: new-cidr | ||
spec: | ||
nodeSelector: | ||
nodeSelectorTerms: | ||
- matchExpressions: | ||
- key: kubernetes.io/hostname | ||
operator: In | ||
values: | ||
- "agent-0" | ||
perNodeHostBits: 8 | ||
ipv4: 10.248.0.0/16 |
Oops, something went wrong.