mirror of https://github.com/linkerd/linkerd2.git
Don't include git SHA in cloud_integration_tests namespaces (#4230)
The `cloud_integration_tests` job was creating its tests under namespaces containing the git SHA. This is a left-over from when all the tests ran in the same cluster, which is no longer the case, and thus no longer needed. This fixes the [current CI failure](https://github.com/linkerd/linkerd2/runs/556330879?check_suite_focus=true#step:6:24) in master.
This commit is contained in:
parent
5ad3a4f72c
commit
84a9e2a807
|
@ -112,7 +112,7 @@ jobs:
|
|||
export PATH="`pwd`/bin:$PATH"
|
||||
echo "$GITCOOKIE_SH" | bash
|
||||
version="$($HOME/.linkerd version --client --short | tr -cd '[:alnum:]-')"
|
||||
bin/test-run $HOME/.linkerd linkerd-$version
|
||||
bin/test-run $HOME/.linkerd
|
||||
- name: CNI tests
|
||||
run: |
|
||||
export TAG="$($HOME/.linkerd version --client --short)"
|
||||
|
|
Loading…
Reference in New Issue