Merge pull request #21531 from gustavotrott/ci-unlock-debconf
ci: Improve retry for `Install BBB` step in Automated Tests
This commit is contained in:
commit
c0ed6bc8cd
2
.github/workflows/automated-tests.yml
vendored
2
.github/workflows/automated-tests.yml
vendored
@ -255,6 +255,7 @@ jobs:
|
||||
run: |
|
||||
sudo sh -c '
|
||||
apt --purge -y remove apache2-bin
|
||||
apt-mark hold firefox #hold ff once bbb-install frequently stuck at `Installing the firefox snap`
|
||||
'
|
||||
- name: Install BBB
|
||||
env:
|
||||
@ -303,6 +304,7 @@ jobs:
|
||||
rm -f /var/lib/dpkg/lock-frontend
|
||||
rm -f /var/lib/dpkg/lock
|
||||
rm -f /var/cache/apt/archives/lock
|
||||
rm -f /var/cache/debconf/config.dat
|
||||
|
||||
echo "Reconfigure the package manager"
|
||||
dpkg --configure -a
|
||||
|
Loading…
Reference in New Issue
Block a user