Skip to content

Commit

Permalink
Revert "do-not-merge: Test with Steve's test branch"
Browse files Browse the repository at this point in the history
This reverts commit e82a4fc.
  • Loading branch information
fidencio committed Oct 16, 2023
1 parent 61db777 commit 106e445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/tests_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ runtimeclass="kata-qemu"
export TESTS_CONFIGURE_CC_CONTAINERD=no

clone_kata_tests() {
local cc_branch="CCv0-test-workarounds"
local cc_branch="CCv0"

# TODO: checkout on the exact sha1 where the kata-deploy was created
# so that we ensure the same tests are used here.
git clone --branch="$cc_branch" \
https://github.com/stevenhorsman/tests "$tests_repo_dir"
https://github.com/kata-containers/tests "$tests_repo_dir"
}

cleanup() {
Expand Down

0 comments on commit 106e445

Please sign in to comment.