Skip to content

Commit

Permalink
Merge pull request #1001 from bgilbert/deny
Browse files Browse the repository at this point in the history
ci: change --blacklist-test to --denylist-test
  • Loading branch information
sohankunkerkar authored Jun 16, 2020
2 parents 51547fb + ac1a18a commit f1e8717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cosaPod(buildroot: true) {
// attention to it in the Jenkins UI
// XXX: need a e.g. `--tag !external`

fcosKola(extraArgs: "--blacklist-test ext.*")
fcosKola(extraArgs: "--denylist-test ext.*")

stage("Blackbox Tests") {
shwrap("""
Expand Down

0 comments on commit f1e8717

Please sign in to comment.