Skip to content

Commit ab76390

Browse files
author
devizer
committed
Actions on VM: 2nd Retry for tests, In-process, Framework 4.8? All the VM images, Combine always, 1 worker, 2GB RAM, 4 CPUs, Host Ubuntu 20.04, Upload VM Artifact, Tests on VM with timeout, more vms
1 parent 38c6a9e commit ab76390

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CpuUsage-Tests-Matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
with:
8585
timeout_minutes: 12
8686
max_attempts: 3
87-
shell: powershell
87+
shell: bash
8888
retry_wait_seconds: 1
89-
on_retry_command: 'docker rm -f VM || true'
89+
on_retry_command: 'docker rm -f VM 2>/dev/null || true'
9090
command: |
9191
set -ue; set -o pipefail
9292
cat << 'EOF' > "$HOME/Artifacts/lets-rock.sh"

0 commit comments

Comments
 (0)