From 844208f46345e285cf789de431fa87f1bb483375 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 18 May 2020 09:48:27 +0200 Subject: [PATCH] ci: temporary disable components-repo-unit-tests (#37129) 'components-repo-unit-tests' CI job has been temporary disabled until the Components team support building and testing their repo with TypeScript 3.9. The TS 3.9 update is being done in https://github.com/angular/components/pull/19336. Once this gets merged we should re-enable this CI job. More context on why this had to be disabled can be found: https://github.com/angular/angular/pull/37129#issuecomment-629778337 PR Close #37129 --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da85f1baed..5072b542e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -848,9 +848,12 @@ workflows: - build-npm-packages - build-ivy-npm-packages - legacy-unit-tests-saucelabs - - components-repo-unit-tests: - requires: - - build-npm-packages + # The below 'components-repo-unit-tests' is disabled until the Components team support building and testing their + # repo with TypeScript 3.9. The TS 3.9 update is being done in https://github.com/angular/components/pull/19336. + # We should re-enable this CI job, when the mentioned PR gets merged. + # - components-repo-unit-tests: + # requires: + # - build-npm-packages - test_zonejs: requires: - setup