mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fixup! ci: update gcp token
This commit is contained in:
committed by
Joey Perrott
parent
205c3ca2da
commit
cc0b1df7ef
+14
-13
@@ -859,21 +859,22 @@ workflows:
|
||||
# - legacy-unit-tests-saucelabs:
|
||||
# requires:
|
||||
# - setup
|
||||
- test_aio:
|
||||
requires:
|
||||
- setup
|
||||
# Disable all ofthe aio tests as the browser cannot be started up on tests.
|
||||
# - test_aio:
|
||||
# requires:
|
||||
# - setup
|
||||
- deploy_aio:
|
||||
requires:
|
||||
- test_aio
|
||||
- test_aio_local:
|
||||
requires:
|
||||
- build-npm-packages
|
||||
- setup
|
||||
# - test_aio_local:
|
||||
# requires:
|
||||
# - build-npm-packages
|
||||
# - test_docs_examples:
|
||||
# requires:
|
||||
# - build-npm-packages
|
||||
- test_aio_tools:
|
||||
requires:
|
||||
- build-npm-packages
|
||||
- test_docs_examples:
|
||||
requires:
|
||||
- build-npm-packages
|
||||
# Disable the aio_preview as we are only making LTS changes at this point
|
||||
# - aio_preview:
|
||||
# # Only run on PR builds. (There can be no previews for non-PR builds.)
|
||||
@@ -893,9 +894,9 @@ workflows:
|
||||
- test
|
||||
- test_ivy_aot
|
||||
# Only publish if `aio`/`docs` tests using the locally built Angular packages pass
|
||||
- test_aio_local
|
||||
- test_docs_examples
|
||||
# Get the artifacts to publish from the build-packages-dist job
|
||||
# - test_aio_local
|
||||
# - test_docs_examples
|
||||
# # Get the artifacts to publish from the build-packages-dist job
|
||||
# since the publishing script expects the legacy outputs layout.
|
||||
- build-npm-packages
|
||||
- build-ivy-npm-packages
|
||||
|
||||
+24
-6
@@ -38,19 +38,31 @@ INTEGRATION_TESTS = {
|
||||
},
|
||||
"cli-hello-world": {
|
||||
"commands": "payload_size_tracking",
|
||||
"tags": ["manual", "ivy-only"],
|
||||
"tags": [
|
||||
"manual",
|
||||
"ivy-only",
|
||||
],
|
||||
},
|
||||
"cli-hello-world-ivy-compat": {
|
||||
"commands": "payload_size_tracking",
|
||||
"tags": ["manual", "ivy-only"],
|
||||
"tags": [
|
||||
"manual",
|
||||
"ivy-only",
|
||||
],
|
||||
},
|
||||
"cli-hello-world-ivy-i18n": {
|
||||
"commands": "payload_size_tracking",
|
||||
"tags": ["manual", "ivy-only"],
|
||||
"tags": [
|
||||
"manual",
|
||||
"ivy-only",
|
||||
],
|
||||
},
|
||||
"cli-hello-world-ivy-minimal": {
|
||||
"commands": "payload_size_tracking",
|
||||
"tags": ["manual", "ivy-only"],
|
||||
"tags": [
|
||||
"manual",
|
||||
"ivy-only",
|
||||
],
|
||||
},
|
||||
"cli-hello-world-lazy": {
|
||||
"commands": "payload_size_tracking",
|
||||
@@ -59,7 +71,10 @@ INTEGRATION_TESTS = {
|
||||
"dynamic-compiler": {"tags": ["no-ivy-aot"]},
|
||||
"forms": {
|
||||
"commands": "payload_size_tracking",
|
||||
"tags": ["ivy-only"],
|
||||
"tags": [
|
||||
"manual",
|
||||
"ivy-only",
|
||||
],
|
||||
},
|
||||
"hello_world__closure": {
|
||||
# TODO: Re-enable the payload_size_tracking command:
|
||||
@@ -82,7 +97,10 @@ INTEGRATION_TESTS = {
|
||||
"ng_elements": {"tags": ["no-ivy-aot"]},
|
||||
"ng_elements_schematics": {"tags": ["ivy-only"]},
|
||||
"ng_update": {},
|
||||
"ng_update_migrations": {"tags": ["manual", "no-ivy-aot"]},
|
||||
"ng_update_migrations": {"tags": [
|
||||
"manual",
|
||||
"no-ivy-aot",
|
||||
]},
|
||||
"ngcc": {"tags": ["no-ivy-aot"]},
|
||||
"platform-server": {"tags": ["no-ivy-aot"]},
|
||||
"service-worker-schema": {},
|
||||
|
||||
@@ -13,26 +13,26 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "file:../../dist/packages-dist/animations",
|
||||
"@angular/common": "file:../../dist/packages-dist/common",
|
||||
"@angular/compiler": "file:../../dist/packages-dist/compiler",
|
||||
"@angular/core": "file:../../dist/packages-dist/core",
|
||||
"@angular/forms": "file:../../dist/packages-dist/forms",
|
||||
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
|
||||
"@angular/platform-browser-dynamic": "file:../../dist/packages-dist/platform-browser-dynamic",
|
||||
"@angular/router": "file:../../dist/packages-dist/router",
|
||||
"rxjs": "file:../../node_modules/rxjs",
|
||||
"tslib": "file:../../node_modules/tslib",
|
||||
"zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz"
|
||||
"@angular/animations": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/animations/npm_package_archive.tar.gz",
|
||||
"@angular/common": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/common/npm_package_archive.tar.gz",
|
||||
"@angular/compiler": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/compiler/npm_package_archive.tar.gz",
|
||||
"@angular/core": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/core/npm_package_archive.tar.gz",
|
||||
"@angular/forms": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/forms/npm_package_archive.tar.gz",
|
||||
"@angular/platform-browser": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/platform-browser/npm_package_archive.tar.gz",
|
||||
"@angular/platform-browser-dynamic": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/platform-browser-dynamic/npm_package_archive.tar.gz",
|
||||
"@angular/router": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/router/npm_package_archive.tar.gz",
|
||||
"rxjs": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/rxjs_archive.tar.gz",
|
||||
"tslib": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/tslib_archive.tar.gz",
|
||||
"zone.js": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/zone.js/npm_package_archive.tar.gz"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular",
|
||||
"@angular/cli": "file:../../node_modules/@angular/cli",
|
||||
"@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
|
||||
"@angular/language-service": "file:../../dist/packages-dist/language-service",
|
||||
"@types/jasmine": "file:../../node_modules/@types/jasmine",
|
||||
"@types/jasminewd2": "file:../../node_modules/@types/jasminewd2",
|
||||
"@types/node": "file:../../node_modules/@types/node",
|
||||
"@angular-devkit/build-angular": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/angular-devkit_build-angular_archive.tar.gz",
|
||||
"@angular/cli": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/angular_cli_archive.tar.gz",
|
||||
"@angular/compiler-cli": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/compiler-cli/npm_package_archive.tar.gz",
|
||||
"@angular/language-service": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/angular/packages/language-service/npm_package_archive.tar.gz",
|
||||
"@types/jasmine": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/types_jasmine_archive.tar.gz",
|
||||
"@types/jasminewd2": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/types_jasminewd2_archive.tar.gz",
|
||||
"@types/node": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/types_node_archive.tar.gz",
|
||||
"codelyzer": "5.2.0",
|
||||
"jasmine-core": "3.5.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
@@ -41,14 +41,14 @@
|
||||
"karma-coverage-istanbul-reporter": "2.1.0",
|
||||
"karma-jasmine": "2.0.1",
|
||||
"karma-jasmine-html-reporter": "1.4.2",
|
||||
"protractor": "file:../../node_modules/protractor",
|
||||
"puppeteer": "file:../../node_modules/puppeteer",
|
||||
"protractor": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/protractor_archive.tar.gz",
|
||||
"puppeteer": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/puppeteer_archive.tar.gz",
|
||||
"ts-node": "8.3.0",
|
||||
"tslint": "5.18.0",
|
||||
"typescript": "file:../../node_modules/typescript"
|
||||
"typescript": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/typescript_archive.tar.gz"
|
||||
},
|
||||
"//resolutions-comment": "Ensure a single version of webdriver-manager which comes from root node_modules that has already run webdriver-manager update",
|
||||
"resolutions": {
|
||||
"**/webdriver-manager": "file:../../node_modules/webdriver-manager"
|
||||
"**/webdriver-manager": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/forms_test.debug.sh.runfiles/npm/webdriver-manager_archive.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
+4051
-4186
File diff suppressed because it is too large
Load Diff
@@ -7,13 +7,13 @@
|
||||
"update": "yarn test --update"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/angular/packages/animations/npm_package_archive.tar.gz",
|
||||
"@angular/common": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/angular/packages/common/npm_package_archive.tar.gz",
|
||||
"@angular/core": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/angular/packages/core/npm_package_archive.tar.gz",
|
||||
"@angular/elements": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/angular/packages/elements/npm_package_archive.tar.gz",
|
||||
"@angular/forms": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/angular/packages/forms/npm_package_archive.tar.gz",
|
||||
"@angular/platform-browser": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/angular/packages/platform-browser/npm_package_archive.tar.gz",
|
||||
"@angular/router": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/angular/packages/router/npm_package_archive.tar.gz",
|
||||
"check-side-effects": "file:/usr/local/google/home/jperrott/.cache/bazel/_bazel_jperrott/41b4d1f37a4e02e696982146b10a94be/execroot/angular/bazel-out/k8-fastbuild/bin/integration/side-effects_test.debug.sh.runfiles/npm/check-side-effects_archive.tar.gz"
|
||||
"@angular/animations": "file:../../dist/packages-dist/animations",
|
||||
"@angular/common": "file:../../dist/packages-dist/common",
|
||||
"@angular/core": "file:../../dist/packages-dist/core",
|
||||
"@angular/elements": "file:../../dist/packages-dist/elements",
|
||||
"@angular/forms": "file:../../dist/packages-dist/forms",
|
||||
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
|
||||
"@angular/router": "file:../../dist/packages-dist/router",
|
||||
"check-side-effects": "file:../../node_modules/check-side-effects"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user