forked from wal-g/wal-g
-
Notifications
You must be signed in to change notification settings - Fork 0
94 lines (92 loc) · 6.47 KB
/
dockertests-par.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: Docker tests
on: [ workflow_dispatch, push, pull_request ]
jobs:
parallel:
uses: ./.github/workflows/dockertests.yml
with:
command-json-array: >
[
"make TEST=\"pg_ready_rename_test\" pg_integration_test",
"make TEST=\"pg_backup_mark_impermanent_test\" pg_integration_test",
"make TEST=\"pg_backup_mark_permanent_test\" pg_integration_test",
"make TEST=\"pg_config_test\" pg_integration_test",
"make TEST=\"pg_crypto_test\" pg_integration_test",
"make TEST=\"pg_copy_all_test\" pg_integration_test",
"make TEST=\"pg_copy_backup_test\" pg_integration_test",
"make TEST=\"pg_delta_backup_wal_delta_test\" pg_integration_test",
"make TEST=\"pg_full_backup_test\" pg_integration_test",
"make TEST=\"pg_full_backup_streamed_test\" pg_integration_test",
"make TEST=\"pg_partial_restore_test\" pg_integration_test",
"make TEST=\"pg_remote_backup_test\" pg_integration_test",
"make TEST=\"pg_remote_backup_without_files_metadata_test\" pg_integration_test",
"make TEST=\"pg_ssh_backup_test\" pg_integration_test",
"make TEST=\"pg_transfer_backup_test\" pg_integration_test",
"make TEST=\"pg_receive_wal_test\" pg_integration_test",
"make TEST=\"pg_full_backup_copy_composer_test\" pg_integration_test",
"make TEST=\"pg_full_backup_rating_composer_test\" pg_integration_test",
"make TEST=\"pg_full_backup_database_composer_test\" pg_integration_test",
"make TEST=\"pg_full_backup_failover_storage_test\" pg_integration_test",
"make TEST=\"pg_delete_before_name_find_full_test\" pg_integration_test",
"make TEST=\"pg_delete_before_permanent_delta_multist_test\" pg_integration_test",
"make TEST=\"pg_delete_before_permanent_delta_test\" pg_integration_test",
"make TEST=\"pg_delete_before_permanent_full_test\" pg_integration_test",
"make TEST=\"pg_delete_before_time_find_full_test\" pg_integration_test",
"make TEST=\"pg_delete_end_to_end_test\" pg_integration_test",
"make TEST=\"pg_delete_garbage_multist_test\" pg_integration_test",
"make TEST=\"pg_delete_garbage_test\" pg_integration_test",
"make TEST=\"pg_delete_retain_find_full_test\" pg_integration_test",
"make TEST=\"pg_delete_retain_full_multist_test\" pg_integration_test",
"make TEST=\"pg_delete_retain_full_test\" pg_integration_test",
"make TEST=\"pg_delete_retain_after_test\" pg_integration_test",
"make TEST=\"pg_delete_target_delta_find_full_test\" pg_integration_test",
"make TEST=\"pg_delete_target_delta_multist_test\" pg_integration_test",
"make TEST=\"pg_delete_target_delta_test\" pg_integration_test",
"make TEST=\"pg_delete_target_test\" pg_integration_test",
"make TEST=\"pg_delete_without_confirm_test\" pg_integration_test",
"make TEST=\"pg_delta_backup_fullscan_test\" pg_integration_test",
"make TEST=\"pg_ghost_table_test\" pg_integration_test",
"make TEST=\"pg_several_delta_backups_test\" pg_integration_test",
"make TEST=\"pg_several_delta_backups_reverse_test\" pg_integration_test",
"make TEST=\"pg_storage_swift_test\" pg_integration_test",
"make TEST=\"pg_storage_ssh_test\" pg_integration_test",
"make TEST=\"pg_wale_compatibility_test\" pg_integration_test",
"make TEST=\"pg_backup_mark_permanent_no_error_test\" pg_integration_test",
"make TEST=\"pg_daemon_test\" pg_integration_test",
"make TEST=\"pg_daemon_backup_and_restore_test\" pg_integration_test",
"make TEST=\"pg_daemon_client_test\" pg_integration_test",
"make mongo_test",
"make MONGO_VERSION=\"7.0.2\" MONGO_MAJOR=\"7.0\" MONGO_REPO=\"repo.mongodb.org\" MONGO_PACKAGE=\"mongodb-org\" mongo_features",
"make MONGO_VERSION=\"7.0.2\" MONGO_MAJOR=\"7.0\" MONGO_REPO=\"repo.mongodb.com\" MONGO_PACKAGE=\"mongodb-enterprise\" mongo_features",
"make MONGO_VERSION=\"6.0.9\" MONGO_MAJOR=\"6.0\" MONGO_REPO=\"repo.mongodb.org\" MONGO_PACKAGE=\"mongodb-org\" mongo_features",
"make MONGO_VERSION=\"6.0.9\" MONGO_MAJOR=\"6.0\" MONGO_REPO=\"repo.mongodb.com\" MONGO_PACKAGE=\"mongodb-enterprise\" mongo_features",
"make MONGO_VERSION=\"5.0.21\" MONGO_MAJOR=\"5.0\" MONGO_REPO=\"repo.mongodb.org\" MONGO_PACKAGE=\"mongodb-org\" mongo_features",
"make MONGO_VERSION=\"5.0.21\" MONGO_MAJOR=\"5.0\" MONGO_REPO=\"repo.mongodb.com\" MONGO_PACKAGE=\"mongodb-enterprise\" mongo_features",
"make MONGO_VERSION=\"4.4.17\" MONGO_MAJOR=\"4.4\" MONGO_REPO=\"repo.mongodb.org\" MONGO_PACKAGE=\"mongodb-org\" mongo_features",
"make MONGO_VERSION=\"4.4.17\" MONGO_MAJOR=\"4.4\" MONGO_REPO=\"repo.mongodb.com\" MONGO_PACKAGE=\"mongodb-enterprise\" mongo_features",
"make redis_test",
"make FEATURE=\"aof_backup\" IMAGE_TYPE=\"aof\" REDIS_VERSION=\"7.0.15\" redis_features",
"make FEATURE=\"aof_backup\" IMAGE_TYPE=\"aof\" REDIS_VERSION=\"7.2.4\" redis_features",
"make FEATURE=\"rdb_backup\" IMAGE_TYPE=\"rdb\" REDIS_VERSION=\"6.2.4\" redis_features",
"make FEATURE=\"rdb_backup\" IMAGE_TYPE=\"rdb\" REDIS_VERSION=\"7.0.15\" redis_features",
"make FEATURE=\"rdb_backup\" IMAGE_TYPE=\"rdb\" REDIS_VERSION=\"7.2.4\" redis_features",
"make TEST=\"pg_wale_tablespace_compatibility_test\" pg_integration_test",
"make TEST=\"pg_tablespace_support_test\" pg_integration_test",
"make TEST=\"pg_wal_perftest\" pg_integration_test",
"make TEST=\"pg_wal_perftest_with_throttling\" pg_integration_test",
"make TEST=\"pg_backup_perftest\" pg_integration_test",
"make TEST=\"pg_catchup_test\" pg_integration_test",
"make TEST=\"pg_wal_restore_test\" pg_integration_test",
"make MYSQL_TEST=mysql_base_tests mysql_integration_test",
"make MYSQL_TEST=mysql_delete_tests mysql_integration_test",
"make MYSQL_TEST=mysql_copy_tests mysql_integration_test",
"make USE_BROTLI= USE_LZO= USE_LIBSODIUM= MYSQL_TEST=mysql8_tests mysql8_integration_test",
"make mariadb_test",
"make gp_test",
"make cloudberry_test",
"make st_test",
"make TEST=\"pg_pgbackrest_backup_fetch_test\" pg_integration_test",
"make etcd_test",
"make TEST=\"orioledb_compatibility_test\" orioledb_integration_test",
"make TEST=\"orioledb_simple_test\" orioledb_integration_test",
"make TEST=\"orioledb_compressed_test\" orioledb_integration_test",
]