-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change replaces the hostname with a simpler ip address to avoid `skipping: no hosts matched` issue. This change also removes the job from the check pipeline since it can only work post-review for security reason.
- Loading branch information
1 parent
a6d34f9
commit ae8b1e2
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
- job: | ||
name: cnf-cert-test | ||
run: | ||
run: | ||
- playbooks/install.yaml | ||
|
||
- project: | ||
check: | ||
jobs: | ||
- cnf-cert-test | ||
- noop | ||
gate: | ||
jobs: | ||
- cnf-cert-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters