We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c75ed commit aada62eCopy full SHA for aada62e
machines/spread.yaml
@@ -76,10 +76,9 @@ backends:
76
allocate: |
77
sudo tee /etc/ssh/sshd_config.d/10-spread-github-ci.conf << 'EOF'
78
PasswordAuthentication yes
79
- PermitEmptyPasswords yes
80
EOF
81
82
- sudo passwd --delete "$USER"
+ echo "runner:$SPREAD_PASSWORD" | sudo chpasswd
83
84
ADDRESS localhost
85
# HACK: spread does not pass environment variables set on runner
@@ -93,7 +92,9 @@ backends:
93
92
systems:
94
- ubuntu-24.04:
95
username: runner
96
- - ubuntu-24.04-arm:
+ # TODO: Revert to ubuntu-24.04-arm once Kernel 6.14 issue is solved
+ # https://gitlab.com/apparmor/apparmor/-/issues/571
97
+ - ubuntu-22.04-arm:
98
99
variants:
100
- -juju29
0 commit comments