mirror of
https://github.com/coreos/fedora-coreos-config.git
synced 2026-02-05 09:45:30 +01:00
Revert "tests/kola/chrony: hardcode NTP server address for now"
This reverts commit bed3837a49.
The issue should be resolved now as I can properly resolve
time-c-g.nist.gov
This commit is contained in:
committed by
Jonathan Lebon
parent
294f5563b7
commit
662c10c8e5
@@ -30,10 +30,7 @@ test_setup() {
|
||||
|
||||
# run podman commands to set up dnsmasq server
|
||||
pushd $(mktemp -d)
|
||||
# XXX: hardcode IP for now until can resolve in CentOS CI again
|
||||
# https://pagure.io/centos-infra/issue/356
|
||||
#NTPHOSTIP=$(getent hosts time-c-g.nist.gov | cut -d ' ' -f 1)
|
||||
NTPHOSTIP='129.6.15.30'
|
||||
NTPHOSTIP=$(getent hosts time-c-g.nist.gov | cut -d ' ' -f 1)
|
||||
cat <<EOF >Dockerfile
|
||||
FROM registry.fedoraproject.org/fedora:35
|
||||
RUN dnf -y install systemd dnsmasq iproute iputils \
|
||||
|
||||
Reference in New Issue
Block a user