Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(service): enable for
archive
and package
suites
Excluding for `archive` on the following platforms until resolved. --- `archive-fedora-33-master-py3`: ``` systemd[1]: /usr/lib/systemd/system/docker.service:16: PIDFile= references a path below legacy directory /var/run/, updating /var/run/docker.pid → /run/docker.pid; please update the unit file accordingly. ``` However, even when that's fixed: ``` dockerd[1548]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: Iptables not found ``` --- `archive-fedora-32-master-py3`: ``` dockerd[803]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: Iptables not found ``` --- `archive-opensuse-leap-152-master-py3`: ``` dockerd[758]: failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: Iptables not found ```
- Loading branch information