Skip to content

CI: don't run integration tests in some cases #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
php-coder opened this issue Jul 21, 2017 · 3 comments
Open

CI: don't run integration tests in some cases #615

php-coder opened this issue Jul 21, 2017 · 3 comments

Comments

@php-coder
Copy link
Owner

php-coder commented Jul 21, 2017

Here are some cases when we can safely skip integration tests:

  • when only files from docker or vagrant directories were modified
  • when only *.md or NEWS.txt files were modified
  • when only .gitignore or .editorconfig were modified
  • when only nginx configuration were updated (src/main/config/nginx/*.conf)
  • when only documentation were modified (see Move docs from wiki to a repository #574)

Follow-up to #423

@php-coder php-coder added this to the next milestone Jul 21, 2017
@php-coder php-coder modified the milestones: next, 0.4.3 Jan 7, 2020
@php-coder
Copy link
Owner Author

also terraform-related files (see #1000)

@php-coder
Copy link
Owner Author

php-coder commented Jan 27, 2020

also when only unit tests files were modified (src/test/*)

@php-coder php-coder modified the milestones: 0.4.3, 0.5 Mar 13, 2020
@php-coder php-coder modified the milestones: 0.5, next Apr 3, 2020
@php-coder
Copy link
Owner Author

+= .github/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant