diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2018-04-12 11:37:46 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2018-04-12 11:37:50 -0700 |
commit | 81d726d0601fd8ef1aad5b3e96d79acfeb1ee3a5 (patch) | |
tree | 96bef0b0a1455c5dc24f66545c0ecdbfd1cc58ba /jjb | |
parent | e5d372f5cbc057fccaaa97d599da6cad7a9fdd37 (diff) |
Fold SO func tests into integration-testing job
SO PTL wants all function tests for SO in one
jenkins job. This changes the name of sanity-check
to integration-testing for that purpose.
Issue-ID: SO-555
Change-Id: I2bbe87937d96a7a4cd26c35c6d741fafdb1a589c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/so/so-csit.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/jjb/so/so-csit.yaml b/jjb/so/so-csit.yaml index b0df7e889..947cde5fb 100644 --- a/jjb/so/so-csit.yaml +++ b/jjb/so/so-csit.yaml @@ -7,10 +7,7 @@ project-name: 'so' stream: 'master' functionality: - - 'sanity-check': - trigger_jobs: - - 'so-master-docker-version-java-daily' - - 'hpa': + - 'integration-testing': trigger_jobs: - 'so-master-docker-version-java-daily' robot-options: '' |