Commit Graph

10 Commits

Author SHA1 Message Date
David Moreau Simard c7dd84bbd6
zuul: transition to noop jobs
The Zuul CI jobs will be re-introduced later while the project migrates
to another Zuul instance.

Change-Id: Ieaa9eb2e8cf48b158f930446ef05af062b3466a7
2021-02-25 14:42:05 -05:00
David Moreau Simard 17a3e7b73b
Always run unit tests for commits
They are short and not expensive to run.

Change-Id: I325d8f42d9791c7fed1557a22da735d1d40daac0
2019-05-27 09:51:24 -04:00
David Moreau Simard 27266c9b27
Add ara_web_git_mirror_credentials secret to zuul configuration
ara_git_mirror_credentials was defined in ara but can't be used outside
of the project. It needs to be defined here as well and have a unique
name.

Change-Id: I4cf37ee374f2fbdf7281242ebe9c14e4a3173ee3
2019-04-25 16:09:01 -04:00
OpenDev Sysadmins 9ea873b898 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:49:47 +00:00
David Moreau Simard b5d4dde7dd
Replicate the git repository to ansible-community/ara-web
recordsansible was a test organization, the github repository is being
moved to ansible-community.

Change-Id: Id89b461e5333a43e8b2ae3153af5f90e5101d6b3
2019-04-12 15:14:42 -04:00
David Moreau Simard 510090e8d4
Enable upload-git-mirror job to replicate to recordsansible/
Change-Id: Id4e095b196ce7be8f3e8cd070b7c1289aba6d7c5
2019-04-09 10:58:09 -04:00
David Moreau Simard aa974a90a8
Ensure we run unit and integration tests for relevant files
Modifying these files can have an impact on the tests so make sure
we run them.

Change-Id: Ifd91c8d47c051259bce682af624f00ea1a58ba06
2019-01-29 11:21:47 -05:00
David Moreau Simard 6c484c6e7a
Bump node version in integration jobs from 8 to 10
nodejs v10 is the latest LTS release of node.
Update to use it instead of v8.

Change-Id: I2a48882a7e55b92b5243c194e3fea96f6bc015a4
2019-01-23 09:56:27 -05:00
Guillaume Vincent b58c5feb54 Run unit test in zuul
Change-Id: I0d0b57a576d1a6faba9121236b87653b6ab973d6
2019-01-09 15:44:23 +01:00
David Moreau Simard 29041ab473
Add a Zuul job that builds and publishes the web dashboard
The job:
- Sets the homepage in package.json to the URL where logs will be uploaded
- Sets the API server in config.json to "api.demo.recordsansible.org"
- Runs "npm run build"
- Publishes the content to make it available during code review.

Change-Id: I015bb4a177a5f8d3a34e4434dc11f6c37fc3ca15
2019-01-08 23:26:57 -05:00