diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-26 15:15:34 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-26 15:15:34 -0700 |
commit | 2852c23ceded96010c2f82b68201c4a35b4865ad (patch) | |
tree | 31d2d72540ae3c6439c99a64285e280863a27d8f /jjb | |
parent | 8a49eba45d83597a34106aca55cf68f9c9f05327 (diff) |
Fix integration project name
Integration xtesting project name needed correction.
Name should have "-" and not "/"
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Iddf021746f066b0c57e35a19cfc27b218a65c7ab
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index ccc14414a..857696320 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -11,7 +11,7 @@ - project: name: integration-xtesting-linters project: integration/xtesting - project-name: integration/xtesting + project-name: integration-xtesting python-version: python3 jobs: - integration-linters |