Skip to content

Commit fcf6426

Browse files
josephperrottjkrems
authored andcommitted
ci: remove circleci as we no longer rely on it
Remove CircleCI artifacts and configuration
1 parent 1316930 commit fcf6426

File tree

10 files changed

+2
-199
lines changed

10 files changed

+2
-199
lines changed

.bazelrc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ query --output=label_kind
109109

110110
# By default, failing tests don't print any output, it goes to the log file
111111
test --test_output=errors
112-
113-
################################
114-
# Settings for CircleCI #
115-
################################
116-
117-
# Bazel flags for CircleCI are in /.circleci/bazel.rc
118-
119112
################################
120113
# Remote Execution Setup #
121114
################################

.circleci/bazel.common.rc

Lines changed: 0 additions & 35 deletions
This file was deleted.

.circleci/bazel.linux.rc

Lines changed: 0 additions & 5 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.circleci/env-helpers.inc.sh

Lines changed: 0 additions & 73 deletions
This file was deleted.

.circleci/env.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636
<br>
3737
</p>
3838

39-
<p style="text-align: center">
40-
<a href="https://circleci.com/gh/angular/workflows/angular-cli/tree/main">
41-
<img src="https://img.shields.io/circleci/build/github/angular/angular-cli/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
42-
</a>&nbsp;
43-
<a href="https://discord.gg/angular">
44-
<img src="https://img.shields.io/discord/463752820026376202.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" />
45-
</a>
46-
</p>
47-
4839
<hr>
4940

5041
## Documentation

scripts/saucelabs/stop-tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Shutting down Sauce Connect tunnel"
1515
tunnelProcessId=$(cat ${SAUCE_PID_FILE})
1616

1717
# Kill the process by using the PID that has been read from the pidfile. Note that
18-
# we cannot use killall because CircleCI base container images don't have it installed.
18+
# we cannot use killall because CI base container images don't have it installed.
1919
kill ${tunnelProcessId}
2020

2121
while (ps -p ${tunnelProcessId} &> /dev/null); do

scripts/snapshots.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default async function (opts: SnapshotsOptions) {
161161

162162
if (githubToken) {
163163
console.info('Setting up global git name.');
164-
_exec('git', ['config', '--global', 'user.email', 'circleci@angular.dev'], {});
164+
_exec('git', ['config', '--global', 'user.email', 'dev-infra@angular.dev'], {});
165165
_exec('git', ['config', '--global', 'user.name', 'Angular Builds'], {});
166166
_exec('git', ['config', '--global', 'push.default', 'simple'], {});
167167
}

scripts/templates/readme.ejs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636
<br>
3737
</p>
3838

39-
<p style="text-align: center">
40-
<a href="https://circleci.com/gh/angular/workflows/angular-cli/tree/main">
41-
<img src="https://img.shields.io/circleci/build/github/angular/angular-cli/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
42-
</a>&nbsp;
43-
<a href="https://discord.gg/angular">
44-
<img src="https://img.shields.io/discord/463752820026376202.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" />
45-
</a>
46-
</p>
47-
4839
<hr>
4940

5041
## Documentation

0 commit comments

Comments
 (0)