diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-27 10:47:38 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-27 10:47:55 -0700 |
commit | b344044b68efbb3e5eaeb55b19e0c9f8d9f231ae (patch) | |
tree | a2b76f9ae55bac781f5429215ce5392c9dfbb583 /jjb/integration | |
parent | c116655f4875826a25aa377ea536ad4e0f060c84 (diff) |
Move CSIT to integration/csit repo
To facilite branching of CSIT tests, all CSIT test
code and scripts are relocated to the integration/csit
repo.
Change-Id: I96530af21740adc62e312457ff992b7ecb1dfcff
Issue-ID: INT-671
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/integration-macros.yaml | 2 | ||||
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 32 |
2 files changed, 17 insertions, 17 deletions
diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index 781e3763d..23eaae6eb 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -41,7 +41,7 @@ - builder: name: integration-run-test builders: - - shell: "${WORKSPACE}/test/csit/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}" + - shell: "${WORKSPACE}/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}" - builder: name: integration-autorelease-fix-relativepaths diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index 1cd96b4cf..df94683f0 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -9,12 +9,12 @@ properties: - lf-infra-properties: - project: 'integration' + project: 'integration/csit' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: 'integration' + project: 'integration/csit' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -37,9 +37,9 @@ triggers: - gerrit-trigger-patch-submitted: server: '{server-name}' - project: 'integration' + project: 'integration/csit' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: '**/{project-name}/**' builders: - integration-install-robotframework @@ -63,12 +63,12 @@ properties: - lf-infra-properties: - project: 'integration' + project: 'integration/csit' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: 'integration' + project: 'integration/csit' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -95,9 +95,9 @@ triggers: - gerrit-trigger-patch-submitted: server: '{server-name}' - project: 'integration' + project: 'integration/csit' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: '**/{project-name}/**' builders: - integration-install-robotframework @@ -139,12 +139,12 @@ properties: - lf-infra-properties: - project: 'integration' + project: 'integration/csit' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: 'integration' + project: 'integration/csit' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -167,9 +167,9 @@ triggers: - gerrit-trigger-patch-merged: server: '{server-name}' - project: 'integration' + project: 'integration/csit' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: '**/{project-name}/**' - timed: '@daily' - reverse: jobs: '{obj:trigger_jobs}' @@ -196,12 +196,12 @@ properties: - lf-infra-properties: - project: 'integration' + project: 'integration/csit' build-days-to-keep: '{build-days-to-keep}' parameters: - infra-parameters: - project: 'integration' + project: 'integration/csit' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' @@ -228,9 +228,9 @@ triggers: - gerrit-trigger-patch-merged: server: '{server-name}' - project: 'integration' + project: 'integration/csit' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: '**/{project-name}/**' - timed: '@daily' - reverse: jobs: '{obj:trigger_jobs}' |