UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update doc request

Merged Andrew Shoell requested to merge update-doc-request into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@ These instructions right now are written for istio changes, but the same is prob
## Run bigbang tests against your branch
As part of your MR that modifies istio you will need to run bigbang tests against your branch. To do this, at a minimum, you will need to
1. Create a new branch on bigbang off of master `git checkout master && git pull && git checkout -b my-bigbang-branch-for-testing`
1. Modify the test values (you may need more than this)
1. Modify the [test values](https://repo1.dso.mil/big-bang/bigbang/-/blob/master/tests/test-values.yaml?ref_type=heads), yours will be different for your package, you may need more than this
```yaml
myAppPackage:
git:
Loading