Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
sudo apt-get install adb
adb devices
- name: Run E2E tests
id: run_e2e_tests
continue-on-error: true
run: |
cd e2etests
# TODO(b/383428636): Running E2E tests in parallel requires enabling
Expand All @@ -146,3 +148,6 @@ jobs:
--test_env=CVDR_PATH=$(which cvdr) \
--test_env=CVDR_CONFIG_PATH=$(realpath -s ../scripts/on-premises/single-server/cvdr.toml) \
--test_output=errors
- name: Log of cloud orchestrator
if: ${{ steps.run_e2e_tests.outcome == 'failure' }}
run: docker logs $(docker ps -q --filter ancestor=cuttlefish-cloud-orchestrator)
Loading
Loading