未验证 提交 2f21cfc5 编写于 作者: Q quicksilver 提交者: GitHub

Fix Filtering for specific paths in Jenkins CI bug (#1109)

* run hadolint with reviewdog

* add LINCENSE in Dockerfile

* run hadolint with reviewdog

* Reporter of reviewdog command is "github-pr-check"

* format Dockerfile

* ignore DL3007 in hadolint

* clean up old docker images

* Add GPU sharing solution on native Kubernetes

* nightly test mailer

* Filtering for specific paths in Jenkins CI

* Filtering for specific paths in Jenkins CI

* Filtering for specific paths in Jenkins CI

* Filtering for specific paths in Jenkins CI

* Filtering for specific paths in Jenkins CI

* Filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Test filtering for specific paths in Jenkins CI

* Filtering for specific paths in Jenkins CI

* Filtering for specific paths in Jenkins CI
上级 a347ac8b
......@@ -9,6 +9,7 @@ on:
- 'core/**'
- 'docker/**'
- '!**.md'
- '!ci/jenkins/**'
pull_request:
# file paths to consider in the event. Optional; defaults to all.
paths:
......@@ -16,6 +17,7 @@ on:
- 'core/**'
- 'docker/**'
- '!**.md'
- '!ci/jenkins/**'
jobs:
ubuntu:
......
......@@ -70,10 +70,10 @@ pipeline {
changeset 'core/**'
changeset 'docker/**'
changeset 'test/**'
}
not {
anyOf {
changeset '**/*.md'
not {
anyOf {
changeset '**/*.md'
}
}
}
}
......@@ -129,10 +129,10 @@ pipeline {
changeset 'core/**'
changeset 'docker/**'
changeset 'test/**'
}
not {
anyOf {
changeset '**/*.md'
not {
anyOf {
changeset '**/*.md'
}
}
}
}
......@@ -164,10 +164,10 @@ pipeline {
changeset 'core/**'
changeset 'docker/**'
changeset 'test/**'
}
not {
anyOf {
changeset '**/*.md'
not {
anyOf {
changeset '**/*.md'
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册