Commit Graph

7 Commits

Author SHA1 Message Date
Clark Boylan d49893f894 Partial address ansible-lint E208
- replaces ignore with a warn, which displays issue without affecting
  the linting outcome (allowing gradual fixing)
- bumps linter to enable the warn_list feature
- fixes a set of issues, others will be fixed in follow-up

Change-Id: I7d6f8c156b06f68f681943e88860930968e7c9f9
2020-09-29 10:29:01 +01:00
Albin Vass 7e1d6a8780 Do not keep owner when pulling zuul-output
Log synchronization fails when trying to preserve uid and guid
for a user and or group that doesn't exist on the executor.

This makes it so the owner and group is not preserved from the remote.

Simplify operations, use a single task with a loop instead of three
separate tasks.

Change-Id: I8ae937ba07e240ee4394374405aa841ad882022a
2020-05-01 16:50:54 +02:00
Zuul 0630797da8 Merge "Add note about multi-node jobs" 2019-01-06 19:17:49 +00:00
Monty Taylor 8e323fbd9a Add note about multi-node jobs
artifacts and docs are expected to be unique regardless of host, unlike
logs. Add a note to the README.

Change-Id: Ie66500c3e1d18147a6d86c46a6dbe9642c9fb515
2019-01-06 18:41:40 +00:00
Monty Taylor 33d788fcda
Create local output dirs locally
We don't want to create local dirs on the remote host, we want to
create them on the executor.

Change-Id: I726473420a42519b0dc5db820c81ac2ec39d15cc
2019-01-05 15:53:44 +00:00
Monty Taylor 3cc88dfb55
Update fetch-output to use work_root
The executor variable is work_root, not work_dir.

Change-Id: Ie09989cccb2574d5d474118a8f534f66fc47b4a6
2019-01-05 14:57:06 +00:00
Monty Taylor 8e46e87cbe
Add role to fetch output from nodes
When jobs put their output into output dirs, it needs to be fetched back
to the executors for publication.

Change-Id: I3dfbbd4327102b62160713ca782dfa4b13d26924
2019-01-04 22:03:42 +00:00