https://github.com/angular/angular
Revision 83c74ceacf620535673ec141fc8a1003aed187ef authored by George Kalpakas on 18 July 2019, 20:33:52 UTC, committed by Miško Hevery on 24 July 2019, 15:56:28 UTC
Previously, the `test_saucelabs_bazel` job was run as part of the
`saucelabs_test` workflow every hour (for every "publish branch";
currently 8.0.x, 8.1.x and master).

Since this job runs a subset of the tests in
`legacy-unit-tests-saucelabs` (see [BUILD.bazel][1]) and is just a
proof-of-concept for running tests on SauceLabs via bazel, there is
little point in running is on all branches. It is also wasteful to run
it every hour, even if there were no changes pushed into the branch
since the last run.

This commit makes the job part of `default_workflow`, but limits it to
only be run on master builds (not on other branches or PRs). Based on
its recent history, the job is relatively stable and (since it will only
be run on master builds) it is not expected to affect our dev workflow.

[1]: https://github.com/angular/angular/blob/ef44f51d5/BUILD.bazel#L66-L92

PR Close #31636

PR Close #31796
1 parent c952ce9
History
Tip revision: 83c74ceacf620535673ec141fc8a1003aed187ef authored by George Kalpakas on 18 July 2019, 20:33:52 UTC
ci: move the `test_saucelabs_bazel` CircleCI job to `default_workflow` (#31636) (#31796)
Tip revision: 83c74ce
File Mode Size
.buildkite
.circleci
.codefresh
.devcontainer
.github
.vscode
aio
docs
integration
modules
packages
scripts
third_party
tools
.bazelignore -rw-r--r-- 166 bytes
.bazelrc -rw-r--r-- 6.4 KB
.clang-format -rw-r--r-- 73 bytes
.editorconfig -rw-r--r-- 245 bytes
.gitattributes -rw-r--r-- 314 bytes
.gitignore -rw-r--r-- 610 bytes
.mailmap -rw-r--r-- 51 bytes
.nvmrc -rw-r--r-- 7 bytes
BUILD.bazel -rw-r--r-- 3.8 KB
CHANGELOG.md -rw-r--r-- 461.1 KB
CODE_OF_CONDUCT.md -rw-r--r-- 1.1 KB
CONTRIBUTING.md -rw-r--r-- 13.2 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 1.7 KB
WORKSPACE -rw-r--r-- 6.4 KB
browser-providers.conf.js -rw-r--r-- 10.3 KB
browser_repositories.bzl -rw-r--r-- 5.7 KB
gulpfile.js -rw-r--r-- 2.3 KB
karma-js.conf.js -rw-r--r-- 6.8 KB
package.json -rw-r--r-- 6.4 KB
protractor-perf.conf.js -rw-r--r-- 1.2 KB
renovate.json -rw-r--r-- 909 bytes
shims_for_IE.js -rw-r--r-- 117.0 KB
test-events.js -rw-r--r-- 262 bytes
test-main.js -rw-r--r-- 10.3 KB
tslint.json -rw-r--r-- 1.5 KB
yarn.lock -rw-r--r-- 453.8 KB
yarn.lock.readme.md -rw-r--r-- 1.3 KB

README.md

back to top