summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-09-04 20:37:40 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2021-09-06 13:55:14 +0200
commit7dd85c0ffdd3bc12d8b83b1f6c43f75d30cb5e37 (patch)
tree02a3558786ee0c16b90cb3c7c0060e5eff49fbac /win
parent999d254cf289ba122d40f3e2590bf57561d47d21 (diff)
downloadmariadb-git-7dd85c0ffdd3bc12d8b83b1f6c43f75d30cb5e37.tar.gz
MDEV-26527 speedup appveyor build
- set clone_depth to 1. Otherwise, appveyor spends 4.5 minutes for the "git clone" alone - Use Ninja instead of msbuild, it is (a bit) faster - do not compile perfschema, or dynamic plugins to save time on compilation, or test execution. - use -DFAST_BUILD=1 to speedup build a little - increase number of parallel jobs used in build and test. - Exclude some slow tests from the main suite.
Diffstat (limited to 'win')
-rw-r--r--win/appveyor_skip_tests.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/win/appveyor_skip_tests.txt b/win/appveyor_skip_tests.txt
new file mode 100644
index 00000000000..3f0a0874064
--- /dev/null
+++ b/win/appveyor_skip_tests.txt
@@ -0,0 +1,14 @@
+main.mysql_upgrade : Takes long time on Appveyor
+main.mysqlslap : Takes long time
+mysql.upgrade_view : Takes long time
+main.check : Takes long time on Appveyor
+main.mrr_icp_extra : Takes long time on Appveyor
+main.derived_opt : Takes long time on Appveyor
+main.trigger : Takes long time on Appveyor
+main.index_merge_myisam : Takes long time on Appveyor
+main.mysqldump : Takes long time on Appveyor
+main.derived : Takes long time on Appveyor
+main.multi_update : Takes long time on Appveyor
+main.index_merge_innodb : Takes long time on Appveyor
+main.count_distinct2 : Takes long time on Appveyor
+main.mysqltest : Takes long time on Appveyor