diff options
author | 2023-05-03 08:54:11 -0700 | |
---|---|---|
committer | 2023-05-03 09:44:56 -0700 | |
commit | 4d14cacbdfb89bf960c8fd562772042d1957499a (patch) | |
tree | e70004801af2cb3849612b79894e81eb1b56d689 /jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml | |
parent | c99efd9150bd4141509dd8fd3503a2b69bee8281 (diff) |
Refactor: Cleanup for pre-commit
Change-Id: I40f9454f95281ae104d2d3ce61f1228eb7317f6e
Issue-ID: CIMAN-33
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml index 52515da39..40ed27614 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-csit.yaml @@ -2,13 +2,13 @@ - project: name: vfc-nfvo-driver-vnfm-gvnfm-csit jobs: - - '{project-name}-{stream}-verify-csit-{functionality}' - - '{project-name}-{stream}-csit-{functionality}' - project-name: 'vfc-nfvo-driver-vnfm-gvnfm' - recipients: 'dengyuanhong@chinamobile.com' - stream: 'master' + - "{project-name}-{stream}-verify-csit-{functionality}" + - "{project-name}-{stream}-csit-{functionality}" + project-name: "vfc-nfvo-driver-vnfm-gvnfm" + recipients: "dengyuanhong@chinamobile.com" + stream: "master" functionality: - - 'sanity-check': - trigger_jobs: 'vfc-nfvo-driver-vnfm-gvnfm-master-docker-java-version-shell-daily' - robot-options: '' - branch: 'master' + - "sanity-check": + trigger_jobs: "vfc-nfvo-driver-vnfm-gvnfm-master-docker-java-version-shell-daily" + robot-options: "" + branch: "master" |