We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b273a8 commit dfb845dCopy full SHA for dfb845d
.gitlab-ci.yml
@@ -72,6 +72,8 @@ include:
72
anod-args: run test_vscode_extension_$ACI_TRACK
73
image: systemgtk
74
windows: true
75
+ # 8GB of memory leads to heap exhaustion during compilation. We need more.
76
+ windows-mem: 16
77
78
# Integration testsuite
79
- component: $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest
0 commit comments