Commit Graph

53 Commits

Author SHA1 Message Date
Connor Peet
84439a87f6 wip 2022-10-14 15:46:49 -07:00
João Moreno
ac9aff3521 reenable terrapin (#163622)
* drop npx for terrapin

* enable terrapin by default
2022-10-14 01:35:15 -07:00
Connor Peet
dc69e22984 fix build 2022-10-10 15:59:55 -07:00
Connor Peet
191dc770d1 address pr comments 2022-10-10 10:40:01 -07:00
Connor Peet
b401701d87 address pr comments 2022-10-05 11:46:24 -07:00
Connor Peet
9bcc88eafe cli: get builds in order 2022-09-23 13:28:26 -07:00
Connor Peet
e02895941d build: include the integrated CLI in product builds 2022-09-19 23:16:19 -07:00
Johannes
46bab7505c let builds use transpile-client-swc 2022-08-26 15:03:31 +02:00
Connor Peet
fbda011715 build: do proper hashing for built-in dependencies (#157295)
Fixes #157244
2022-08-05 13:00:33 -07:00
Connor Peet
c9df538b06 build: apply built-in ext cache to the rest of the pipeline (#156939) 2022-08-02 16:26:17 -07:00
Ladislau Szomoru
c4d99090fc Engineering - Code OSS pipeline to use generic node modules cache (#156537)
Code OSS pipeline to use generic node modules cache
2022-07-28 08:50:51 +02:00
Ladislau Szomoru
34f1bc679d Engineering - update Code OSS pipeline (#155610) 2022-07-19 13:40:33 +00:00
Tyler James Leonhardt
a1c801454b Move sbom above publishing client (#151775)
move sbom above publishing client
2022-06-10 10:51:56 -07:00
Ladislau Szomoru
2be99473d5 Engineering - execute tests in parallel for the CI build (#151593) 2022-06-10 04:35:28 -07:00
Benjamin Pasero
14676ca481 ci - always publish log files (#151686) 2022-06-10 06:30:07 +00:00
Robo
9aa946329d ci: fix 32-bit arm compilation (#150799) 2022-05-31 04:39:24 -07:00
Robo
60e199cda4 chore: bump electron@17.4.4 (#149896) 2022-05-18 22:34:26 -07:00
Ladislau Szomoru
d1f882f635 Engineering - Exploration to run tests in parallel (#149698) 2022-05-18 10:37:44 +02:00
João Moreno
5854ef865c Generate policies again (#149322)
* Generate ADMX/ADML policy declaration files from static analysis

Fixes: #148941

* fix build

* move to optional dependencies
2022-05-12 09:16:03 +02:00
Ladislau Szomoru
2a9f19d36f Engineering - create pull request pipeline (#149171) 2022-05-11 03:08:54 -07:00
Robo
3d7135a49f ci: fix 32-bit builds of native modules (#149062)
* ci: fix 32-bit builds of native modules

* chore: bump distro
2022-05-09 10:00:18 +00:00
Daniel Imms
a5f0a29527 Fix, re-enable or disable skipped terminal smoke tests
Fixes #146700
2022-05-06 08:11:50 -07:00
Benjamin Pasero
eedf60ead0 ci - only publish log files when there was a failure 2022-04-22 09:21:21 +02:00
deepak1556
87191b089d ci: fix downloading linux server dependencies 2022-04-21 01:59:16 +09:00
Robo
d38141a519 ci: build arm64 server with centos7-devtoolset8 (#147676) 2022-04-19 03:34:10 -07:00
Benjamin Pasero
7e5c345ff2 smoke - remov verbose again 2022-04-08 09:45:40 +02:00
Benjamin Pasero
c4de759c43 smoke - limit diagnostics to x64 platforms 2022-04-08 09:24:40 +02:00
Benjamin Pasero
f4617bb774 tests - print diag also before smoke tests 2022-04-06 16:31:08 +02:00
Benjamin Pasero
f4aebbc956 Print diag after smoke test (#146920)
* smoke - list processes after run

* print more diag on linux

* .
2022-04-06 16:29:23 +02:00
Benjamin Pasero
18377e6ee2 smoke - allow to enable verbose vscode logs and enable for now 2022-04-06 10:41:22 +02:00
Benjamin Pasero
82cac76aef smoke - drop legacy tests 2022-04-06 08:00:42 +02:00
Benjamin Pasero
6508a29d23 smoke - more verbose logging on windows 2022-04-05 09:17:17 +02:00
Benjamin Pasero
f707fd3b09 smoke - run legacy tests again, do not fail new playwright tests for a while to figure out flakiness 2022-04-04 15:03:17 +02:00
Benjamin Pasero
2ada17080c Use playwright for desktop smoke tests (#146692)
* Use `playwright` for desktop smoke tests

* fix distro issues

* tests - enable prefs tests for web
2022-04-04 10:13:08 +02:00
João Moreno
c5902c4e2b hm 2022-03-21 14:46:14 +01:00
João Moreno
726eeffa71 introduce distro private builds 2022-03-21 14:40:00 +01:00
Joao Moreno
29ef778b1c fixes #145397 2022-03-18 13:54:12 +01:00
Robo
32d40cf44e chore: update to electron 17 (#143223)
* chore: bump electron@17.0.0

* Revert "chore: revert to electron@13 (#143851)"

This reverts commit df645f1450.

* chore: bump electron@17.1.0

* Revert "ci: fix build with latest node-gyp"

This reverts commit c3e948aa30.

* chore: revert ci changes for node v16

* chore: update yarn.lock

* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Robo
df645f1450 chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)"

This reverts commit 01df559c18.
This reverts commit 46301339b7

* ci: fix remote compiler for sdl-scan

* chore: fix remote/.yarnrc

* chore: fix build/npm/postinstall.js

* chore: rm crash reporter from shared process

* chore: rm crash reporter from ext host

* chore: fix build/lib/layersChecker.ts

* :chore: preserve some more changes

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-02-24 17:49:49 +01:00
deepak1556
0992d85866 ci: fix linux system services
Refs https://github.com/microsoft/vscode/issues/142572
2022-02-17 02:16:46 +09:00
Benjamin Pasero
a53624cc51 Revert "linux: disable crash reporting in CI also in smoke tests (#142572)"
This reverts commit 5faea719c5.
2022-02-15 16:26:38 +01:00
Benjamin Pasero
5faea719c5 linux: disable crash reporting in CI also in smoke tests (#142572) 2022-02-15 08:45:36 +01:00
deepak1556
1aa9684ba8 chore: disable clang toolchain for arm 2022-02-10 11:36:32 +09:00
deepak1556
27db180263 chore: bump distro
Fixes https://github.com/microsoft/vscode/issues/142675
2022-02-10 10:18:33 +09:00
deepak1556
c8de43a7ca chore: fix linker flags for linux build
Fixes https://github.com/microsoft/vscode/issues/142574
2022-02-10 00:26:02 +09:00
Robo
2d8e935714 ci: fix default gcc choice for remote (#142554) 2022-02-08 13:29:34 -08:00
Robo
01df559c18 chore: update to electron 16 (#137241)
* chore: bump electron@15.3.0

* chore: bump node@16.x

* chore: enable render process reuse

* Revert "watcher - use `type` property for crash reporter location"

This reverts commit bfa488dd8f.

* Revert "watcher - enable crash reports on linux (#136264)"

This reverts commit af261488f8.

* chore: enable crashpad on linux

* chore: bump electron@15.3.1

* chore: update api changes

* chore: bump @vscode/sqlite3@5.0.3

* spec: skip non-context aware module unittests

* chore: fix perf hook integration with node environment

* fix: adopt fs api changes

* chore: fix integration tests

* chore: bump electron@15.3.2

* chore: bump electron@16.0.0

* temp(macOS): kill test instances in OSS

* Revert "temp(macOS): kill test instances in OSS"

This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.

* chore: update chromium version for clang downloader

* some 💄 changes

* align with changes

* adopt more fs.rm

* 💄

* chore: bump @vscode/sqlite3@5.0.4

* fix layers check to account for duplicated types from node.js

* update todo for type casts

* smoke - fix compile issue

* chore: update module cache

* watcher - fix unhandled rejection (fix #137416)

* ci: update node version

* enable stack dumping

* update electron types to 16.x

* chore: bump @vscode/sqlite3@5.0.5

Refs https://github.com/microsoft/vscode/issues/137496

* fix layer issue

* add `AbortSignal` to core types

* chore: update linux compile flags

Refs 797723ec83

* ci: fix linux build

* ci: update github ci cache

* ci: fix remote build in github ci

* ci: better fix for remote build

* chore: bump azure cache

* chore: fix merge conflict

* :chore: update to electron@16.0.2

* chore: bump @vscode/sqlite3@5.0.7

* ci: update to gcc-4.9 for remote

Refs https://github.com/microsoft/vscode/issues/137659

* ci: switch to buster for linux arm

Refs https://github.com/microsoft/vscode/issues/137927

* ci: fix build on linux arm64

* ci: fix arm client compiler toolchain

Refs #137927

* chore: bump electron@16.0.3

* ci: fix compile flags for the c toolchain

* chore: bump electron@16.0.4

* Add experimental dark mode flag (#139109)

* Add experimental dark mode flag

* Apply PR feedback

* chore: bump electron@16.0.6

* chore: bump electron@16.0.7

Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300

* chore: experimental highlight API

* smoke - fix compile issue

* FIXME: custom ELECTRON_RUN_AS_NODE with node worker

* Revert "chore: bump electron@16.0.7"

This reverts commit 5fd01cf37c.

* Revert "Revert "chore: bump electron@16.0.7""

This reverts commit a7f1b73951.

* chore: fix github linux workflow

* chore: address review feedback

* chore: bump electron@16.0.8

* ci: revert to stretch distro for linux arm

Refs https://github.com/microsoft/vscode/issues/137927

* ci: force build

* chore: update yarn.lock

* address feedback

* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"

This reverts commit 7b48fa3732.

* ci: fix remote folder build

* chore: fix github linux ci

* 🆙 `versionSpec`

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2022-02-08 20:09:00 +01:00
Ladislau Szomoru
559a11fff0 Engineering - bring back SBOM tasks (#142487) 2022-02-08 10:36:10 +01:00
Ladislau Szomoru
97c1e76d66 Comment out SBOM tasks 2022-02-07 09:40:00 +01:00
Ladislau Szomoru
4336a744e2 Add conditions to the SBOM tasks 2022-02-07 09:31:50 +01:00