Merge "archiving robot logs to directories in xos-migration tests"
diff --git a/jjb/cord-test/att-workflow.yaml b/jjb/cord-test/att-workflow.yaml
index fd78119..89af3da 100644
--- a/jjb/cord-test/att-workflow.yaml
+++ b/jjb/cord-test/att-workflow.yaml
@@ -53,7 +53,7 @@
          branch: 'master'
          Jenkinsfile: 'Jenkinsfile-attworkflow-build'
          oltDebVersion: 'openolt-master.deb'
-         time: '9'
+         time: '*/3'
 
       # flex pod1 with olt/onu - seba-1.0/cord-6.1 release
       - 'build_pod_timer':
diff --git a/jjb/shell/xos-unit.sh b/jjb/shell/xos-unit.sh
index 9203a62..8ddc9d9 100644
--- a/jjb/shell/xos-unit.sh
+++ b/jjb/shell/xos-unit.sh
@@ -36,7 +36,11 @@
 fi
 
 echo "Checking Migrations"
-xos-migrate -r $WORKSPACE/cord -s $GERRIT_PROJECT --check -v
+if [ "$GERRIT_PROJECT" = 'xos' ] ; then
+  xos-migrate -r $WORKSPACE/cord -s core --check
+else
+  xos-migrate -r $WORKSPACE/cord -s $GERRIT_PROJECT --check
+fi
 
 echo "Performing nose2 tests"
 nose2 --verbose --coverage-report xml --coverage-report term --junit-xml
diff --git a/jjb/xos-integration-tests.yaml b/jjb/xos-integration-tests.yaml
index db4a9bc..f0096ca 100644
--- a/jjb/xos-integration-tests.yaml
+++ b/jjb/xos-integration-tests.yaml
@@ -107,5 +107,5 @@
 
     triggers:
       - reverse:
-          jobs: 'publish_imagebuilder'
+          jobs: 'publish-imagebuilder'
           result: 'success'