Skip to content

Commit

Permalink
Merge pull request kata-containers#10685 from stevenhorsman/ppc64le-c…
Browse files Browse the repository at this point in the history
…ontainerd-test-timeout

workflows: Add timeout to some ppc64le steps
  • Loading branch information
stevenhorsman authored Dec 20, 2024
2 parents 99f239b + d9d8d53 commit 162e2af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-cri-containerd-tests-ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: sudo chown -R "$USER":"$USER" "$GITHUB_WORKSPACE"

- name: Prepare the self-hosted runner
timeout-minutes: 15
run: |
bash "${HOME}/scripts/prepare_runner.sh" cri-containerd
sudo rm -rf "$GITHUB_WORKSPACE"/*
Expand All @@ -49,6 +50,7 @@ jobs:
TARGET_BRANCH: ${{ inputs.target-branch }}

- name: Install dependencies
timeout-minutes: 15
run: bash tests/integration/cri-containerd/gha-run.sh install-dependencies

- name: get-kata-tarball
Expand Down

0 comments on commit 162e2af

Please sign in to comment.