pantheon-systems / circleci-orb

Use CircleCI to push code to Pantheon Dev and Multidev Environments
10 stars 18 forks source link

Add automatic integration tests #2

Open stevector opened 5 years ago

stevector commented 5 years ago

Pull requests to this repo result in new dev releases of the orb being published. To know if the new orb is safe, PRs should automatically be opened on other repos (example-drops-8-composer and example-wordpress-composer at least) that reference the newly published orb.

See https://github.com/stevector/nerdologues-d8/pull/337 and https://github.com/stevector/nerdologues-d8/pull/338 for examples of me manually introducing such a change by hash and by branch name.

stevector commented 5 years ago

I think hub ci-status would help here. Run that on a loop until success or error returns.

stevector commented 5 years ago

I might not need external integration tests: https://discuss.circleci.com/t/verifying-that-changes-to-an-orb-work-within-consumers/30954/5