Skip to content
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

Exclude irrelavent Files from CI jobs #400

Closed
adisky opened this issue Dec 14, 2018 · 1 comment · Fixed by #401
Closed

Exclude irrelavent Files from CI jobs #400

adisky opened this issue Dec 14, 2018 · 1 comment · Fixed by #401
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@adisky
Copy link
Contributor

adisky commented Dec 14, 2018

Is this a BUG REPORT or FEATURE REQUEST?:

/kind feature

What happened:
All CI jobs run in cloud-provider-openstack, for document changes also.

What you expected to happen:
we should exclude following files/directories from CI jobs
docs/
*.md
OWNERS
SECURITY_CONTACTS

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 14, 2018
@adisky
Copy link
Contributor Author

adisky commented Dec 14, 2018

/assign @mrhillsman

mrhillsman added a commit to theopenlab/openlab-zuul-jobs that referenced this issue Dec 15, 2018
k8s-ci-robot referenced this issue Dec 18, 2018
Do not run jobs for changes to documentation
powellchristoph pushed a commit to powellchristoph/cloud-provider-openstack that referenced this issue Jan 19, 2022
```yaml
irrelevant-files:
  - ^docs/.*$
  - ^.*\.md$
  - ^OWNERS$
  - ^SECURITY_CONTACTS$
```

Fixes: kubernetes#400

Signed-off-by: Melvin Hillsman <mrhillsman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants