summaryrefslogtreecommitdiffstats
path: root/jjb/sdc/sdc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/sdc/sdc.yaml')
-rw-r--r--jjb/sdc/sdc.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml
index 20a30f46e..a1aae3d23 100644
--- a/jjb/sdc/sdc.yaml
+++ b/jjb/sdc/sdc.yaml
@@ -29,11 +29,11 @@
jobs:
- "{project-name}-{stream}-{area}-verify-shell":
# This is to ensure all script are Python 3 compatible
- area: verify
- build-timeout: 45
+ area: python
+ build-timeout: 9
script: !include-raw-escape: "python3-verify.sh"
- "{project-name}-{stream}-verify-java":
- # this build is unit test only (Verify 1/2)
+ # this build is unit test only (Verify 1/3)
mvn-params: "-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/"
build-node: "ubuntu1804-docker-8c-8g"
- "{project-name}-{stream}-sdc-merge-java":