Change-Id: Id133108e0436018be81fca74a15ff29a4fe2e796
Closes-Bug: #1789643
| ... | ... |
@@ -560,7 +560,7 @@ function configure_tempest {
|
| 560 | 560 |
fi |
| 561 | 561 |
|
| 562 | 562 |
# The requirements might be on a different branch, while tempest needs master requirements. |
| 563 |
- (cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt |
|
| 563 |
+ (cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt |
|
| 564 | 564 |
tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt |
| 565 | 565 |
|
| 566 | 566 |
# Auth: |