Update "Commiting Test Data" section to include build bot testing #77

Merged
Alaska merged 8 commits from Alaska/blender-developer-docs:test-updates-guide into main 2024-10-07 14:56:31 +02:00
Showing only changes of commit 70d7f6a889 - Show all commits

View File

@ -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
Alaska marked this conversation as resolved Outdated

This should not be part of the code block, but a paragraph, preferably linked to https://developer.blender.org/docs/handbook/contributing/pull_requests/#create-a-pull-request

This should not be part of the code block, but a paragraph, preferably linked to https://developer.blender.org/docs/handbook/contributing/pull_requests/#create-a-pull-request
``` ```
Ensure your tests pass on the build bot commenting `@blender-bot build`, Ensure your tests pass on the build bot commenting `@blender-bot build`,
Alaska marked this conversation as resolved Outdated

Should be in the same paragraph as "create a pull request". We can also add a link to the bot https://projects.blender.org/infrastructure/blender-bot/src/branch/main/README.md

Should be in the same paragraph as "create a pull request". We can also add a link to the bot https://projects.blender.org/infrastructure/blender-bot/src/branch/main/README.md