pivotal / skenario

A simulator toolkit for Knative
Apache License 2.0
30 stars 10 forks source link

Create initial Concourse pipeline #29

Closed jchesterpivotal closed 5 years ago

jchesterpivotal commented 5 years ago

Issues #12 and #28 are about manually updating Skenario to run against released versions of Knative. This has so far not been ruinously disruptive, but it is annoying. It would be useful to be able to test changes coming from upstream and to automatically update them when passing.

More generally, Skenario needs CI. Once or twice I have shipped bugs to master that I did not notice until later, because I inattentively ran only a subset of tests. CI is one mechanism to detect this mistake.