| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chutney test: rework installation and tracking of chutney itself | Jim Newsome | 2024-09-18 | 1 | -1/+20 |
| | | | | | | | | | | | | Previously `tests/chutney/setup` would locate *or install* chutney and set `CHUTNEY_PATH` for itself. However that `CHUTNEY_PATH` wasn't propagated to other steps or "up" to the new `integration-e2e` wrapper script. Tracking it in the arti.run along with other dynamic info lets us ensure we consistently use the same chutney across steps, and in the higher level `integration-e2e` script. | ||||
| * | chutney test: move logic from .gitlab-ci.yml to integration-e2e | Jim Newsome | 2024-09-18 | 1 | -0/+10 |
| Having this in a script is a step towards being able to run exactly the same test under shadow without duplicating this high-level logic. It's also convenient for running the ci test locally. | |||||
