project-config/jenkins/jobs/storyboard.yaml
Andreas Jaeger 5f73b62b70 Fix doc publishing for infra
Documents that we only publish in the release pipeline, need to get
published to the top level directory as well as to a versioned subdir.

Create docs-tags job for publishing of these repositories, like it was
done for normal python projects.

Remove the storyboard publish jobs, we can use the normal infra publish
jobs for these. ci.openstack.org is not used anymore and the location
http://ci.openstack.org/storyboard
redirects to http://docs.openstack.org/infra/storyboard/

Also, update a misleading description.

Change-Id: Ibef97f8d0c06b9f7f000872de14283e2911d3099
2016-06-29 21:31:54 +02:00

46 lines
1.2 KiB
YAML

- job:
name: gate-storyboard-js-integration
node: ubuntu-trusty
wrappers:
- build-timeout:
timeout: 40
- timestamps
builders:
- gerrit-git-prep
- install-distro-packages
- npm-install
- xvfb-install
- chrome-install
- shell: |
#!/bin/bash -xe
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git git://git.openstack.org openstack-infra/storyboard openstack-infra/storyboard-webclient
export CREATE_USER=1
export DB_ADMIN_USER=root
export STORYBOARD_PATH=openstack-infra/storyboard
./openstack-infra/storyboard/tools/install_test_backend.sh
- js-build:
command: 'test:integration'
envlist: 'grunt_no_api'
project: 'storyboard-webclient'
- assert-no-extra-files
- shell: |
#!/bin/bash -xe
./openstack-infra/storyboard/tools/destroy_test_backend.sh
publishers:
- coverage-log
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH'
source: 'reports/**'
keep-hierarchy: true
copy-after-failure: true
- console-log