Skip to content

Commit

Permalink
Merge pull request #44 from player-ui/renovate/circleCI
Browse files Browse the repository at this point in the history
Renovate/circle ci
  • Loading branch information
mercillo authored Jun 20, 2024
2 parents f88e76a + 2153096 commit d39185f
Showing 1 changed file with 52 additions and 19 deletions.
71 changes: 52 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,55 +151,88 @@ workflows:
ignore:
- main
- /version-.*/
- /pull\/.*/
tags:
ignore: /.*/

- bazelrc:
filters:
branches:
ignore:
- /pull\/.*/
- /renovate\/.*/
context:
- BuildTools
requires:
- setup

- build:
name: build-trunk
filters:
branches:
ignore:
- /pull\/.*/
- /renovate\/.*/
requires:
- bazelrc

- build:
name: build-fork
filters:
branches:
only:
- /pull\/.*/
- /renovate\/.*/
requires:
- setup

- maybe_release:
filters:
branches:
ignore:
- /pull\/.*/
context:
- Publish
requires:
- build
- build-trunk

- test:
name: test-trunk
filters:
branches:
ignore:
- /pull\/.*/
- /renovate\/.*/
requires:
- build

- coverage:
requires:
- build
- build-trunk

build_and_test_pr_fork:
jobs:
- setup:
- test:
name: test-fork
filters:
branches:
only:
- /pull\/.*/
tags:
ignore: /.*/

- build:
- /pull\/.*./
- /renovate\/.*/
requires:
- setup
- build-fork

- test:
- coverage:
name: coverage-trunk
filters:
branches:
ignore:
- /pull\/.*/
requires:
- build
- build-trunk

- coverage:
name: coverage-fork
filters:
branches:
only:
- /pull\/.*/
- /renovate\/.*/
requires:
- build
- build-fork

build_and_test_main:
when:
Expand Down

0 comments on commit d39185f

Please sign in to comment.