Putting it all directly into logs is a bit noisy.
Depends-On: I9f03ea408085e3da3ddeb231264e45b1c1fb6896
Change-Id: I82289ec0b66502995278eb897257f345b6c44878
If neither traceroute works, this is a host with broken networking and
doing anything else is a waste of time.
Change-Id: I042357c2d55596296ce2d570aa54433195a31b82
Copy in the openstack info, generalize it, and get it to stop
spamming stdout. We'll use a python module to do this so that we can
control what's going on.
Change-Id: Iec3bcec75f28451284c3c7d94593bfca3830bc8b
There's still a chunk of shell, because it's honestly better than doing
the equiv with package manager modules would be.
Also, make zuul_work_dir a parameter we pass in from the playbook. The
bindep role itself is otherwise totally non-zuul specific.
Change-Id: I95e78dd25a1a54b3ce5f2ddb18228a183d3c06ad
OpenStack nodes pre-install bindep, but other nodes may not. Check to
see if bindep is on the node. If so, use it. If not, make a temp dir
that we remove at the end of the role and install bindep into a virtualenv
in that tempdir.
Change-Id: I3f34c178254add2143dc7f1b9758844480d7d914
Rather than always making a depends-on patch to verify things work -
make a job that runs on changes to zuul-jobs that runs zuul's unit
tests.
Change-Id: I89e168cd08c0654628a205b2a407dda19dd57c9c
We'd like to be able to make some jobs that run tox on other projects
for ease of testing. This should allow us to do that.
Change-Id: I774a76eaaea16d8ea218b439a099b5c9335c2fc5
All the consumption is of the tox jobs now.
Change-Id: I97c18936fc014283cdf5b57bece49bf92153ff13
Depends-On: I3fc7f89f4939fbcf82f329441d4b4693b80f6bc4
Depends-On: Ia31e642352c61dd4091570b54f566e02b6399800
We need to add them with the new name so that we can switch the zuul
config to consume them.
Change-Id: I3fc7f89f4939fbcf82f329441d4b4693b80f6bc4
Depends-On: I828e38d3efd4817146cc6b1fefaa7b5bab71fdf7
The main purpose of this repo is defining jobs, so making the zuul.yaml
file hidden isn't necessary.
Change-Id: Iba81139240267fd40b2992f9ece8b2a33618e1fe
The original idea was that we'd have a "python27" job. But it turns out
that "python27" isn't actually as universal as you might think.
"tox-py27" on the other hand is a thing that can and should always work
for people who want to run tox with the py27 env.
Port in the jobs we had in openstack-zuul-jobs.
Also, copy in the text of the old shell scripts so that we can iterate on
them and make them better piecemeal.
These are named zuul-tox not tox because we already have tox jobs
defined elsewhere. We'll need to do the naming dance while we work on
them.
Change-Id: I813f3f2ae138c07918556bc81655518023527131
Before we revoke sudo, we need to run bindep in the project. Add
the run-bindep role.
Copy the content of the jenkins script for now. This way we can iterate
on the content in smaller chunks.
Change-Id: Ib893b06d05039af078e6eea22e882f6f1efae226
This adds a Sphinx module that includes the 'description' field of
a zuul job into the documentation.
Change-Id: Iaaf5d9c1013d6c1e788046db9dbf1278d786c01e
Also add a .gitignore and establish a documentation pattern.
Change-Id: Ib447ac13d03de4ab61171d50b19117ff654ad329
Co-Authored-By: Paul Belanger <pabelanger@redhat.com>