-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test - do not use config/sample for CI test suite
This change ensures that only playbooks/files/sf.yaml file is used for all CI related tasks. The sample file is now the minimal workingresource file. Change-Id: Ieb36acbb593834159db02a002215759609b8ee7b
- Loading branch information
Showing
3 changed files
with
26 additions
and
21 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
apiVersion: sf.softwarefactory-project.io/v1 | ||
kind: SoftwareFactory | ||
metadata: | ||
name: my-sf | ||
spec: | ||
fqdn: "sfop.me" | ||
config-location: | ||
base-url: "http://gerrit-httpd/" | ||
name: config | ||
zuul-connection-name: gerrit | ||
zuul: | ||
gerritconns: | ||
- name: gerrit | ||
username: zuul | ||
hostname: gerrit-sshd | ||
puburl: "https://gerrit.sfop.me" | ||
executor: | ||
logLevel: DEBUG | ||
logserver: | ||
loopDelay: 5 | ||
retentionDays: 30 | ||
storage: | ||
size: 2Gi | ||
# NOTE: use "crc-csi-hostpath-provisioner" in CRC deployment | ||
storageClassName: "topolvm-provisioner" |
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,2 +1,2 @@ | ||
glue: true | ||
cr_path: config/samples/sf_v1_softwarefactory.yaml | ||
cr_path: playbooks/files/sf.yaml |