This patchset copies the development-pipeline and standard-container
into the sample network mongodb directory to begin testing the pipeline
and standard-container in a namespace created by jarvis-system.
Change-Id: I8448a122e8da218752ea57b15fb2983881e90ec9
So far it takes some effort and workaround to inherit zuul jobs,
airship-jarvis, in particular. Gate scripts are running from the
directory different from the opendev.org/airship/charts when inheriting.
Thus, adding a single variable (gate_scripts_relative_path) that is
responsible for setting a directory for the gate scripts should solve
the issue and improve the inheritance.
Change-Id: Icc06211a8d5a0814f5e902ebee97d440d3d2943a
This PS updates the log collection role to tolerate failure
to collect data for kubernetes objects that may no longer
be present when the script attempts to query for them.
Signed-off-by: Pete Birley <pete@port.direct>
Change-Id: I72b88ab2924825e8fd6d160ca68da8b63e1ee649
This patch adds in a tekton zuul job and fixes/adjusts the existing
linting and building, which currently does not perform the advertised
checks. This is the final patch of the chain of patches in order:
0. https://review.opendev.org/#/c/759865/ : tekton-pipelines
1. https://review.opendev.org/#/c/759598/ : tekton-triggers
2. https://review.opendev.org/#/c/759764/ : tektnon-dashboard
Change-Id: Ie7bd9efd42fd13fe8e5e83f290f72ed00ba9dea1
Signed-off-by: Tin Lam <tin@irrational.io>