File tree Expand file tree Collapse file tree 14 files changed +38
-38
lines changed
demand-backup-incremental-aws
demand-backup-incremental-azure
demand-backup-incremental-gcp-native
demand-backup-incremental-gcp-s3
demand-backup-incremental-sharded-aws
demand-backup-incremental-sharded-azure
demand-backup-incremental-sharded-gcp-native
demand-backup-incremental-sharded-gcp-s3
demand-backup-incremental-sharded-minio/conf Expand file tree Collapse file tree 14 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 22
33set -o errexit
44
5+ test_dir=$( realpath " $( dirname " $0 " ) " )
6+ . " ${test_dir} /../functions"
7+ set_debug
8+
59if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
610 log " Skipping cloud backups"
711 exit 0
812fi
913
10- test_dir=$( realpath " $( dirname " $0 " ) " )
11- . " ${test_dir} /../functions"
12- set_debug
13-
1414create_infra " ${namespace} "
1515apply_s3_storage_secrets
1616
Original file line number Diff line number Diff line change 1616 type : azure
1717 azure :
1818 container : operator-testing
19- prefix : psmdb-demand-backup-incremental
19+ prefix : psmdb-demand-backup-incremental-azure
2020 credentialsSecret : azure-secret
2121 replsets :
2222 - name : rs0
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5+ test_dir=$( realpath " $( dirname " $0 " ) " )
6+ . " ${test_dir} /../functions"
7+ set_debug
8+
59if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
610 log " Skipping cloud backups"
711 exit 0
812fi
913
10- test_dir=$( realpath " $( dirname " $0 " ) " )
11- . " ${test_dir} /../functions"
12- set_debug
13-
1414create_infra " ${namespace} "
1515apply_s3_storage_secrets
1616
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5+ test_dir=$( realpath " $( dirname " $0 " ) " )
6+ . " ${test_dir} /../functions"
7+ set_debug
8+
59if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
610 log " Skipping cloud backups"
711 exit 0
812fi
913
10- test_dir=$( realpath " $( dirname " $0 " ) " )
11- . " ${test_dir} /../functions"
12- set_debug
13-
1414create_infra " ${namespace} "
1515apply_s3_storage_secrets
1616
Original file line number Diff line number Diff line change 1818 credentialsSecret : gcp-cs-secret
1919 region : us-east-1
2020 bucket : operator-testing
21- prefix : psmdb-demand-backup-incremental
21+ prefix : psmdb-demand-backup-incremental-gcp-s3
2222 endpointUrl : https://storage.googleapis.com
2323 insecureSkipTLSVerify : false
2424 replsets :
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5+ test_dir=$( realpath " $( dirname " $0 " ) " )
6+ . " ${test_dir} /../functions"
7+ set_debug
8+
59if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
610 log " Skipping cloud backups"
711 exit 0
812fi
913
10- test_dir=$( realpath " $( dirname " $0 " ) " )
11- . " ${test_dir} /../functions"
12- set_debug
13-
1414create_infra " ${namespace} "
1515apply_s3_storage_secrets
1616
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5+ test_dir=$( realpath " $( dirname " $0 " ) " )
6+ . " ${test_dir} /../functions"
7+ set_debug
8+
59if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
610 log " Skipping cloud backup tests"
711 exit 0
812fi
913
10- test_dir=$( realpath " $( dirname " $0 " ) " )
11- . " ${test_dir} /../functions"
12- set_debug
13-
1414create_infra " ${namespace} "
1515
1616apply_s3_storage_secrets
Original file line number Diff line number Diff line change 1414 type : azure
1515 azure :
1616 container : operator-testing
17- prefix : psmdb-demand-backup-incremental
17+ prefix : psmdb-demand-backup-incremental-sharded-azure
1818 credentialsSecret : azure-secret
1919 sharding :
2020 enabled : true
Original file line number Diff line number Diff line change 22
33set -o errexit
44
5+ test_dir=$( realpath " $( dirname " $0 " ) " )
6+ . " ${test_dir} /../functions"
7+ set_debug
8+
59if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
610 log " Skipping cloud backup tests"
711 exit 0
812fi
913
10- test_dir=$( realpath " $( dirname " $0 " ) " )
11- . " ${test_dir} /../functions"
12- set_debug
13-
1414create_infra " ${namespace} "
1515
1616apply_s3_storage_secrets
Original file line number Diff line number Diff line change 88 imagePullPolicy : Always
99 backup :
1010 enabled : true
11- image : perconalab/percona-server-mongodb-operator:1.1.0-backup
11+ image :
1212 storages :
1313 gcp-cs-native :
1414 type : gcs
You can’t perform that action at this time.
0 commit comments