Skip to content

Commit 64db7d0

Browse files
markgoddardMaxBed4d
authored andcommitted
CI: Revert to ens3 interface for Leafcloud
Leafcloud is not using the q35 machine type yet.
1 parent 09cf2ae commit 64db7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
vm_interface:
3535
description: Default network interface name
3636
type: string
37-
default: enp3s0
37+
default: ens3
3838
vm_flavor:
3939
description: Flavor for the all-in-one VM
4040
type: string
@@ -318,4 +318,4 @@ jobs:
318318
- name: Prune Docker images over 1 week old
319319
# May fail if another prune is running
320320
run: docker image prune --all --force --filter until=168h || true
321-
if: always()
321+
if: always()

0 commit comments

Comments
 (0)