I reordered some git operations in the regression suite to do a git pull before doing any commits to avoid unnecessary merge operations. This was done for updating lastpass in the visit repository and for adding new results to the dashboard repository.
Type of change
[X] New feature~~
How Has This Been Tested?
This was a fairly simple change and isn't easy to test, so I'll just let the next regression suite run be the test.
Description
I reordered some git operations in the regression suite to do a
git pull
before doing any commits to avoid unnecessary merge operations. This was done for updatinglastpass
in the visit repository and for adding new results to the dashboard repository.Type of change
How Has This Been Tested?
This was a fairly simple change and isn't easy to test, so I'll just let the next regression suite run be the test.
Reminders:
Checklist:
[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have confirmed new and existing unit tests pass locally with my changes.[ ] I have added new baselines for any new tests to the repo.[ ] I have NOT made any changes to protocol or public interfaces in an RC branch.