Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rhcos-4.14] Updates for the RHCOS Pipeline migration to an ITUP Cluster #3112

Closed
wants to merge 2 commits into from

Commits on Aug 22, 2024

  1. tests/ntp: use the FCOS defined fedora.repo to set up container

    Use the fedora.repo file defined in fedora-coreos-config to set up the
    container. This will force packages to be downloaded from
    dl.fedoraproject.org, as specified in the FCOS file. The ITUP cluster,
    being used by the RHCOS pipeline, requires all outbound connections
    to be specified in a Firewall Egress file, and this will ensure the
    same connection will always be used.
    
    Co-authored-by: Aashish Radhakrishnan <[email protected]>
    marmijo and aaradhak committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3a43cee View commit details
    Browse the repository at this point in the history
  2. tests/podman/rootless-systemd: use the FCOS defined fedora.repo to set

    up container
    
    Use the fedora.repo file defined in fedora-coreos-config to set up the
    container. This will force packages to be downloaded from
    dl.fedoraproject.org, as specified in the FCOS file. The ITUP cluster,
    being used by the RHCOS pipeline, requires all outbound connections
    to be specified in a Firewall Egress file, and this will ensure the
    same connection will always be used.
    
    Co-authored-by: Aashish Radhakrishnan <[email protected]>
    marmijo and aaradhak committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e3d8184 View commit details
    Browse the repository at this point in the history