Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <[email protected]>
  • Loading branch information
ldoktor committed Aug 7, 2024
1 parent 7f5fbe0 commit 931c1c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:

- name: Install deps
run: |
cat /proc/cpuinfo
apt list --installed
sudo apt-get update -y
sudo apt-get remove docker* containerd* -y
sudo apt-get install -y ansible python-is-python3
- name: Run e2e tests
Expand All @@ -48,7 +51,7 @@ jobs:
if [ $RUNNING_INSTANCE = "s390x" ]; then
args=""
fi
./run-local.sh -t -r "${{ matrix.runtimeclass }}" "${args}"
bash -x ./run-local.sh -t -r "${{ matrix.runtimeclass }}" "${args}"
env:
RUNNING_INSTANCE: ${{ matrix.instance }}
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion tests/e2e/run-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ main() {
pushd "$script_dir" >/dev/null
echo "::info:: Bootstrap the local machine"
step_bootstrap_env=1
run 10m ansible-playbook -i localhost, -c local --tags untagged ansible/main.yaml
run 10m ansible-playbook -vv -i localhost, -c local --tags untagged ansible/main.yaml

echo "::info:: Bring up the test cluster"
step_start_cluster=1
Expand Down

0 comments on commit 931c1c3

Please sign in to comment.