Kristiyan Kostadinov
56e085f3f8
build: remove Windows CI check ( #52140 ) ( #55527 )
...
Based on recent discussions, these changes remove the Windows CI check because it has been too flaky for too long. Furthermore, we've concluded that the simulated file system in the compiler tests already catches the same set of bugs as running the tests on a real Windows system.
PR Close #52140
(cherry picked from commit 5a969e06b7 )
PR Close #55527
2024-04-25 08:48:45 -07:00
Angular Robot
64e4835f56
build: update peter-evans/create-or-update-comment digest to 23ff157 ( #52279 )
...
See associated pull request for more information.
PR Close #52279
2023-11-02 10:43:21 -07:00
Angular Robot
fbf49b5e9c
build: update all non-major dependencies ( #52259 )
...
See associated pull request for more information.
PR Close #52259
2023-10-19 09:25:42 -07:00
Angular Robot
55e41d876d
build: update scorecard action dependencies ( #52126 )
...
See associated pull request for more information.
PR Close #52126
2023-10-18 17:45:29 +02:00
Angular Robot
e63e3db80a
build: update all non-major dependencies ( #52024 )
...
See associated pull request for more information.
PR Close #52024
2023-10-09 12:02:26 -07:00
Angular Robot
5f433f6b5b
build: update github/codeql-action action to v2.21.9 ( #51992 )
...
See associated pull request for more information.
PR Close #51992
2023-10-05 14:07:22 -07:00
Joey Perrott
2a10050bea
ci: migrate snapshot publishing from CircleCI to GHA ( #51957 )
...
Migrate the snapshot publishing from CircleCI to GHA
PR Close #51957
2023-10-05 10:53:23 -07:00
Joey Perrott
5122729c95
ci: migrate saucelabs bazel job to Github Actions ( #51945 )
...
Use Github Actions to run saucelabs bazel jobs
PR Close #51945
2023-10-05 09:18:35 -07:00
Joey Perrott
96141c6ad6
ci: add slack messages for failed aio deployments ( #51956 )
...
Send message to to slack when aio fails to deploy
PR Close #51956
2023-10-02 08:37:46 -07:00
Joey Perrott
82e8e5e043
ci: move permissions for google-internal-tests into job definition ( #51847 )
...
Move permissions into the job definition for security improvement.
PR Close #51847
2023-09-29 10:51:21 -07:00
Angular Robot
aedd8de7dd
build: update scorecard action dependencies ( #51899 )
...
See associated pull request for more information.
PR Close #51899
2023-09-27 09:24:20 -07:00
Joey Perrott
3498efc0e1
ci: use pull request head sha instead of the sha provided in the github context ( #51908 )
...
Use the pull request head sha so that we don't test the code already committed.
PR Close #51908
2023-09-26 09:07:48 -07:00
Angular Robot
5810827de4
build: update scorecard action dependencies ( #51817 )
...
See associated pull request for more information.
PR Close #51817
2023-09-19 12:18:26 +02:00
Angular Robot
b0b004e3ff
build: update actions/cache digest to 704facf ( #51787 )
...
See associated pull request for more information.
PR Close #51787
2023-09-15 11:42:51 +02:00
Joey Perrott
a31dcb993f
ci: use head_ref for concurrency group ( #51784 )
...
Use the head_ref value for the conncurency group on ci-priviledged rather than the ref, so that the
main ref is not used and cancelling across pull requests and the main branch
PR Close #51784
2023-09-15 09:02:04 +02:00
Joey Perrott
65d69157cb
ci: migrate legacy saucelabs job to Github Actions ( #51695 )
...
Migrate the legacy saucelabs job
PR Close #51695
2023-09-13 10:49:49 -07:00
Joey Perrott
a734ca3e15
Revert "ci: disable all of the angular-robot settings ( #51663 )" ( #51666 )
...
This reverts commit df54b1ce1a .
PR Close #51666
2023-09-05 20:48:25 +00:00
Joey Perrott
6d3c497c9d
ci: disable all of the angular-robot settings ( #51663 )
...
Disable angular robot as it is no longer used for primary workflows and is looking to be turned down.
PR Close #51663
2023-09-05 18:18:15 +00:00
Angular Robot
9cc424019e
build: update actions/checkout digest to f43a0e5 ( #51576 )
...
See associated pull request for more information.
PR Close #51576
2023-08-31 16:34:23 +00:00
Joey Perrott
16e25aa01b
ci: fix permissions issue in zonejs ci test ( #51600 )
...
Correct permissions issue in zonejs folders
PR Close #51600
2023-08-31 16:26:16 +00:00
Joey Perrott
a258823071
ci: migrate zonejs tests to gha ( #51352 )
...
Migreate zonejs tests from CircleCI to Github Actions
PR Close #51352
2023-08-30 19:42:55 +00:00
Joey Perrott
cc9f5cb3aa
docs: remove unreachable/incorrect contributor links ( #51350 )
...
PR Close #51350
2023-08-30 19:41:53 +00:00
Joey Perrott
d140dd2d41
ci: migrate monitoring jobs to GHA ( #51350 )
...
Migrate monitoring jobs to Github Actions from CircleCI
PR Close #51350
2023-08-30 19:41:53 +00:00
Joey Perrott
b7732f79db
ci: fix escaping for determing current stable version ( #51496 )
...
Fix the escaping for the sed command determining the stable version
PR Close #51496
2023-08-24 20:35:41 +00:00
Joey Perrott
6f4a5c325d
build: add AIO_PAYLOAD_TOKEN env variable ( #51489 )
...
add environement variable for deployment
PR Close #51489
2023-08-24 16:09:00 +00:00
Joey Perrott
546a8e52dd
build: provide CI_BUILD_URL env variable ( #51488 )
...
Provide the link to the job workflow on github actions
PR Close #51488
2023-08-23 22:44:59 +00:00
Joey Perrott
02894382f3
ci: properly provide environment variables for aio deployment ( #51484 )
...
Provide environment variables
PR Close #51484
2023-08-23 14:44:39 -07:00
Joey Perrott
76860b54b9
ci: correctly check aio job results ( #51464 )
...
Correctly check the aio job result to determine if we should deploy.
PR Close #51464
2023-08-22 11:41:31 -07:00
Joey Perrott
c48e1cc4ed
ci: migrate aio jobs to GHA ( #51071 )
...
Migrate aio presubmit and deploy jobs to use Github Actions
PR Close #51071
2023-08-14 08:55:31 -07:00
Joey Perrott
8f944e0752
ci: migrate framework tests to GHA ( #51101 )
...
Migrate framework presubmit test job to use Github Actions
PR Close #51101
2023-08-09 17:36:24 -07:00
Joey Perrott
d6efd71278
ci: correct changed github action paths ( #51168 )
...
Change to the new paths to the github actions after dev-infra refactor
PR Close #51168
2023-07-25 10:48:47 -07:00
Angular Robot
189d60198a
build: update cross-repo angular dependencies ( #51132 )
...
See associated pull request for more information.
PR Close #51132
2023-07-21 16:42:35 +00:00
Angular Robot
528fea7da1
build: update cross-repo angular dependencies ( #51127 )
...
See associated pull request for more information.
PR Close #51127
2023-07-21 14:12:58 +00:00
Angular Robot
6fed684301
build: update github/codeql-action action to v2.21.0 ( #51077 )
...
See associated pull request for more information.
PR Close #51077
2023-07-20 19:57:22 +00:00
Joey Perrott
743be79749
ci: migrate windows job to GHA ( #51010 )
...
Migrate windows job to use Github Actions
PR Close #51010
2023-07-17 14:51:36 +00:00
Joey Perrott
5a5bcd2565
ci: migrate devtools tests to GHA ( #51008 )
...
Migrate devtools tests to run on Github Actions
PR Close #51008
2023-07-14 09:43:36 -07:00
Diogo Teles Sant'Anna
d82c47333a
ci: prevent injection attacks by changing how to use user input ( #51026 )
...
Update the code to not use user input directly on executable code, as it can be used for injection attacks, as detailed [here](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections )
PR Close #51026
2023-07-13 09:35:57 -07:00
Angular Robot
6cac41f039
build: update github/codeql-action action to v2.20.3 ( #50930 )
...
See associated pull request for more information.
PR Close #50930
2023-07-13 09:33:53 -07:00
Joey Perrott
25153e94f6
ci: use frozen-lockfile in CI ( #51012 )
...
Use frozen-lockfile for the CI yarn install
PR Close #51012
2023-07-11 19:05:30 +00:00
Joey Perrott
d9f832d55c
ci: remove GHA lint job from required statuses ( #51011 )
...
Remove the GHA lint job from required statuses as it is a Github Check and Angular Robot doesn't find it
PR Close #51011
2023-07-11 18:01:42 +00:00
Joey Perrott
6c76a83e31
ci: migrate lint job from CircleCI to GHA ( #50891 )
...
Migrate the lint job to Github Actions
PR Close #50891
2023-07-11 17:06:16 +00:00
Angular Robot
4782336fe4
build: update cross-repo angular dependencies ( #50881 )
...
See associated pull request for more information.
PR Close #50881
2023-06-30 11:43:29 -07:00
Angular Robot
471cdff082
build: update scorecard action dependencies ( #50880 )
...
See associated pull request for more information.
PR Close #50880
2023-06-30 11:42:48 -07:00
Paul Gschwendtner
00f01497bc
ci: reduce benchmark compare permissions
...
Even though the action is already guarded to only run for
organization members that manually trigger the action, we
can reduce the permissions by using a GitHub token without
any permissions to post the result comment.
2023-06-30 18:37:36 +02:00
Angular Robot
7aa913e512
build: update actions/checkout digest to c85c95e ( #50640 )
...
See associated pull request for more information.
PR Close #50640
2023-06-27 15:57:59 -07:00
Angular Robot
7f4a7b4ea2
build: update github/codeql-action action to v2.20.0 ( #50774 )
...
See associated pull request for more information.
PR Close #50774
2023-06-20 14:55:36 +02:00
Paul Gschwendtner
17a95dac22
build: resolve benchmark compare SHA from PR branch or upstream remote ( #50764 )
...
If we try to resolve the benchmark compare ref (which may be just
`main`), we are just looking inside the PR branch- but that may
not include the `main` SHA. i.e. it's possible to run a comparison
where the PR is slightly behind of the `main` branch, or a comparison
commit from a different branch is used.
We fix this/ and simplify the logic by resolving the SHAs directly in
the TypeScript code, instead of relying on the rather brittle Bash.
Note that current solution still works, but we sometimes may not be able
to resolve to an actual SHA- causing issues as in 864bd72cb2
PR Close #50764
2023-06-19 12:54:54 +00:00
Paul Gschwendtner
864bd72cb2
build: resolve benchmark compare ref to improve results text
...
Currently the compare ref might be `main`. We will use that value
and put it into the GitHub results comment. This is non-ideal because
in the future `main` might be a different SHA and the results comment
would become invalid/confusing.
We fix this by resolving the actual SHA when the benchmark was
initiated.
2023-06-19 14:10:31 +02:00
Paul Gschwendtner
28961e805f
build: pin action dependency for improved security
...
Pins the pull request comment branch action dependency
for improved security and deterministic behavior.
2023-06-19 14:10:31 +02:00
Paul Gschwendtner
ac13b65074
ci: fix benchmark compare to work with fork pull requests ( #50758 )
...
The checkout action always assumes the main repository, but
the branch name/SHA of the pull request will be from a fork.
We fix this by using an updated action that exposes the branch
repo owner and name, so that we can check out the actual PR
branch/SHA.
PR Close #50758
2023-06-19 10:40:30 +00:00