Update "Commiting Test Data" section to include build bot testing #77
@ -149,7 +149,7 @@ Commit new or modified test files to a new branch of the test data repository.
|
|||||||
cd tests/data
|
cd tests/data
|
||||||
git checkout main
|
git checkout main
|
||||||
git checkout -B add-x-tests
|
git checkout -B add-x-tests
|
||||||
.. make your changes ..
|
# make your changes
|
||||||
git commit testfile1 testfile2
|
git commit testfile1 testfile2
|
||||||
git push origin add-x-tests
|
git push origin add-x-tests
|
||||||
```
|
```
|
||||||
@ -161,7 +161,7 @@ cd ../..
|
|||||||
git checkout -B add-x-tests
|
git checkout -B add-x-tests
|
||||||
git commit sourcefile1 sourcefile2 tests/data
|
git commit sourcefile1 sourcefile2 tests/data
|
||||||
git push me
|
git push me
|
||||||
.. then create a pull request from this branch ..
|
# then create a pull request for this branch
|
||||||
```
|
```
|
||||||
|
|
||||||
Ensure your tests pass on the build bot commenting `@blender-bot build`,
|
Ensure your tests pass on the build bot commenting `@blender-bot build`,
|
||||||
|
Loading…
Reference in New Issue
Block a user