Skip to content

Commit

Permalink
Merge pull request #3067 from snyk/chore/test-all-filter
Browse files Browse the repository at this point in the history
chore(ci): add test-all branch filter
  • Loading branch information
Jahed Ahmed authored Mar 29, 2022
2 parents 21a4a02 + d98ebc9 commit 2db6329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ workflows:
branches:
only:
- /^chore\/.+$/
- /test-all/
- master
- test-windows:
name: Acceptance Tests (snyk-win.exe)
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ git checkout -b docs/contributing

### Branch types

You can use these prefixes in your branch name to enable additional checks.
You can use these patterns in your branch name to enable additional checks.

| Prefix | Description |
| -------- | ------------------------------------------------------------------------------------------------------------ |
| `chore/` | Build and test all artifacts. Same as a [release pipeline](#creating-a-release) without the release step. |
| `smoke/` | Run [smoke tests](https://github.com/snyk/cli/actions/workflows/smoke-tests.yml) against the latest release. |
| default | Build and test your changes. |
| Pattern | Examples | Description |
| ----------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `chore/*`, `*test-all*` | `chore/build-change`, `feat/my-feature+test-all` | Build and test all artifacts. Same as a [release pipeline](#creating-a-release) without the release step. |
| `smoke/*` | `smoke/test-change` | Run [smoke tests](https://github.com/snyk/cli/actions/workflows/smoke-tests.yml) against the latest release. |
| default | `fix/a-bug` | Build and test your changes. |

For more information, see: [Pull request checks](#pull-request-checks).

Expand Down

0 comments on commit 2db6329

Please sign in to comment.