Several fixes to improve the stability of E2E testing (#4056)

1. Support to customize the restic restore helper image
2. Use a seperated context when doing the clean up works
3. Wait a while before doing the the restore for aws to avoid #1799

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2021-08-31 12:50:38 -04:00
committed by GitHub
parent 7c75cd6cf8
commit 8d57215ded
8 changed files with 56 additions and 13 deletions
+1
View File
@@ -50,6 +50,7 @@ var kindToResource = map[string]string{
"Deployment": "deployments",
"DaemonSet": "daemonsets",
"Secret": "secrets",
"ConfigMap": "configmaps",
"BackupStorageLocation": "backupstoragelocations",
"VolumeSnapshotLocation": "volumesnapshotlocations",
}