1
0
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:
Dusty Mabe
2021-11-08 15:18:44 -05:00
committed by Jonathan Lebon
parent 294f5563b7
commit 662c10c8e5

View File

@@ -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 \