Skip to content

Commit

Permalink
Merge pull request #2691 from senhuang42/per_pr_regressiontest
Browse files Browse the repository at this point in the history
Make regression test run on every PR
  • Loading branch information
senhuang42 authored Jun 7, 2021
2 parents cefafc0 + 88acf0a commit 5fb3884
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,10 @@ workflows:
commit:
jobs:
# Run the tests in parallel
- short-tests-0:
filters:
tags:
only: /.*/
- short-tests-1:
filters:
tags:
only: /.*/
# Create a branch called regression and set it to dev to force a
# regression test run
- regression-test:
filters:
branches:
only:
- regression
- short-tests-0
- short-tests-1
- regression-test

nightly:
triggers:
- schedule:
Expand All @@ -110,7 +99,7 @@ workflows:
- dev
- master
jobs:
# Run daily long regression tests
# Run daily regression tests
- regression-test


Expand Down

0 comments on commit 5fb3884

Please sign in to comment.