Attention Iron Bank Customers: On March 27, 2025, we are moving SBOM artifacts from the Anchore Scan job to the Build job to streamline the container hardening pipeline. If you currently download SBOMs from the Anchore Scan job, you can still get them from the Build job and from other sources, including IBFE and image attestations.
Project 'platform-one/big-bang/bigbang' was moved to 'big-bang/bigbang'. Please update any links and bookmarks that may still have the old path.
Run all tests via the script and get artifacts (logs + cypress)
Allow upgrade tests to fail? All tests to fail? Could use the allowed exit codes here
On the 4th bullet, it'll be necessary to at least allow upgrade testing to fail. Uncertain on clean install testing since ideally all package tests are robust...
Testing with scripts is being weird...the configmaps always turn up empty. Not sure why this is happening since they work in the packages and the same glob technique used for them is working on he cypress configmaps.
Trying to figure out if there is a helmignore or something similar that is causing issues...
Based on the current state of package tests I don't feel comfortable making them fail as is. Will "allow_failure" with certain exit codes so that tests dont break people's pipelines when they shouldn't. The orange warning should be enough for a maintainer to do a quick scan of the logs and determine what tests failed and whether it was a testing infra issue or an issue with whatever package changed.