Commit Graph

5928 Commits

Author SHA1 Message Date
João Moreno
714f85fc18 update build pool 2021-01-04 20:26:25 +01:00
Johannes Rieken
fee7cdacf7 add provider naming rule 2021-01-04 20:02:05 +01:00
João Moreno
726acc5130 use vscode build agent pool 2021-01-04 17:50:02 +01:00
João Moreno
fc4b40b633 fix type casts 2021-01-04 15:54:59 +01:00
Ladislau Szomoru
fd23a8e328 Have condition of test publishing match the condition for test execution 2021-01-04 10:48:13 +01:00
Alexandru Dima
321b407de5 No need to use containers for compilation and hygiene jobs 2020-12-29 13:00:39 +01:00
Alexandru Dima
9945754a62 Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
Alexandru Dima
ddb88dac9b Avoid touching continuous-build-* 2020-12-24 21:29:00 +01:00
Alexandru Dima
4248e3f7e8 Add Download Playwright step 2020-12-24 20:58:22 +01:00
Alexandru Dima
1b713df9b6 One more try 2020-12-24 15:07:24 +01:00
Alexandru Dima
ff5245ea45 Enable playwright debugging 2020-12-24 14:04:31 +01:00
Alexandru Dima
61965e6bc5 Use fast 7z compression level 2020-12-24 13:40:50 +01:00
Alexandru Dima
bbaff3d568 Adopt Cache@2 for node modules caching 2020-12-24 10:08:06 +01:00
Alexandru Dima
6825757364 More tweaks 2020-12-23 15:58:57 +01:00
Alexandru Dima
382a8740a9 Fix that VSCODE_ARCH is not taken into account on Windows 2020-12-23 15:54:58 +01:00
Alexandru Dima
7728010c73 Invoke mkdir with -Force 2020-12-23 14:09:49 +01:00
Alexandru Dima
f23ed65688 Compute node modules cache key in JS to avoid globbing 2020-12-23 13:21:55 +01:00
Alexandru Dima
76c974bfeb Have a clear list of directories where yarn should be executed 2020-12-23 11:28:32 +01:00
Alexandru Dima
c1eb24b027 Load expensive node modules lazily 2020-12-22 19:55:56 +01:00
Alex Dima
57e3aba4e1 Have /build/ compilation and createAsset.js be runnable independent of the root package.json 2020-12-21 10:47:16 +01:00
Alexandru Dima
c2f1a367ef Adjust node module path 2020-12-21 09:02:17 +01:00
Alexandru Dima
a8d9a5eedc Merge remote-tracking branch 'origin/master' into alex/node-modules-build2 2020-12-19 16:22:37 +01:00
Alex Dima
5c1ff8158b Avoid lookbehind (not supported in Safari) 2020-12-19 16:20:50 +01:00
Alexandru Dima
d78c8689d0 Give browser unit tests even more time, the build agents are having a bad day 2020-12-18 23:14:17 +01:00
Alexandru Dima
25212c95eb Merge remote-tracking branch 'origin/master' into alex/node-modules-build2 2020-12-18 21:20:57 +01:00
Alexandru Dima
563664f349 Increase macOS browser unit test time because it continuously times out 2020-12-18 21:10:03 +01:00
Alexandru Dima
20831dd3df Keep only @types/* deps in /build/ and share terser (#112718) 2020-12-18 19:51:10 +01:00
Alexandru Dima
dc169ce06d Merge remote-tracking branch 'origin/master' into alex/node-modules-build 2020-12-18 17:40:39 +01:00
Alexandru Dima
db82bc13aa Move /build/ dev dependencies to root (#112718) 2020-12-18 13:39:23 +01:00
Alexandru Dima
f74ad9692f Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima
90f9a7de88 Execute yarn --ignore-engines for extensions 2020-12-18 10:26:13 +01:00
Alexandru Dima
1141224b80 Remove debug console log 2020-12-18 10:26:13 +01:00
João Moreno
bcef72ddd0 hygiene: switch to terrapin 2020-12-17 20:01:15 +01:00
João Moreno
5c386371d8 Merge branch 'joao/build/compile-artifact' 2020-12-17 13:14:58 +01:00
João Moreno
d981cf5b81 Revert "Revert "Merge branch 'joao/build/compile-artifact'""
This reverts commit c8aaeb7513.
2020-12-17 13:14:52 +01:00
João Moreno
4996237313 fix tar 2020-12-17 12:40:59 +01:00
João Moreno
b7aa0f7d40 fix template usage 2020-12-17 12:20:44 +01:00
João Moreno
29eb3fbc6a build: tarball compilation output first 2020-12-17 11:31:05 +01:00
João Moreno
fd85ae4f4a Avoid recompiling remote native node modules (#112644)
* avoid recompiling remote native node modules

fixes #112320

* fix build

* update cache

* empty

* chore: remove rebuild step

* chore: update salt

* product compile should use same CC CXX

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-12-17 02:16:32 -08:00
Alexandru Dima
bb157721fb /build/ and /test/ should only have devDependencies 2020-12-17 10:27:39 +01:00
João Moreno
834488bd7a merge last stages into Publish 2020-12-17 08:55:09 +01:00
João Moreno
c757f9c70a merge macos jobs into same stage 2020-12-17 08:51:55 +01:00
João Moreno
c8aaeb7513 Revert "Merge branch 'joao/build/compile-artifact'"
This reverts commit 847fd19b02, reversing
changes made to 581ae611c2.
2020-12-17 08:45:15 +01:00
João Moreno
6d683afb84 build: compile smoke tests 2020-12-17 08:41:30 +01:00
João Moreno
bd131b8578 dynamic .artifactignore 2020-12-16 20:51:27 +01:00
João Moreno
a8b4e9817f finish compile artifact 2020-12-16 20:37:52 +01:00
João Moreno
7d0d3835e6 cleanup hygien 2020-12-16 16:33:03 +01:00
João Moreno
fb2a5e18bb fix build 2020-12-16 16:31:54 +01:00
João Moreno
df0eda5adb build 2020-12-16 16:25:38 +01:00
João Moreno
d14fb9da0f fix build 2020-12-16 16:23:12 +01:00