Skip to content

Commit

Permalink
common: move all Fedora Rawhide CI builds to Nightly_Experimental
Browse files Browse the repository at this point in the history
Move all Fedora Rawhide CI builds to Nightly_Experimental,
since they have been failing for a long time,
because of the following error:

Curl error (6): Couldn't resolve host name for \
  https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64 \
    [getaddrinfo() thread failed to start]

See:
https://www.mail-archive.com/devel@lists.fedoraproject.org/msg169919.html
actions/runner-images#3812
  • Loading branch information
ldorau committed Sep 9, 2021
1 parent 2728116 commit fe58300
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
"N=RockyLinux8.4 OS=rockylinux OS_VER=8.4",
"N=VzLinux8 OS=vzlinux OS_VER=latest",
# Rolling/testing/experimental distributions:
# (the Fedora_Rawhide build was moved to Nightly_Experimental)
"N=Ubuntu_Rolling OS=ubuntu OS_VER=rolling",
"N=Fedora_Rawhide OS=fedora OS_VER=rawhide",
"N=Debian_Testing OS=debian OS_VER=testing",
"N=Debian_Experimental OS=debian OS_VER=experimental",
"N=Arch_Linux_Latest OS=archlinux OS_VER=latest",
Expand Down Expand Up @@ -99,13 +99,12 @@ jobs:
"N=Debian10 OS=debian OS_VER=10",
"N=Debian9 OS=debian OS_VER=9",
"N=DebianS OS=debian OS_VER=stable",
# Rolling/testing/experimental distributions:
"N=Ubuntu_Rolling OS=ubuntu OS_VER=rolling",
# successors of CentOS:
"N=RockyLinux8.4 OS=rockylinux OS_VER=8.4",
"N=VzLinux8 OS=vzlinux OS_VER=latest",
# the build Fedora_Rawhide with sanitizers was moved to Nightly_Experimental
"N=Fedora_Rawhide_no_SANITS OS=fedora OS_VER=rawhide CI_SANITS=OFF",
# Rolling/testing/experimental distributions:
# (the Fedora_Rawhide builds were moved to Nightly_Experimental)
"N=Ubuntu_Rolling OS=ubuntu OS_VER=rolling",
"N=Debian_Testing OS=debian OS_VER=testing",
"N=Debian_Experimental OS=debian OS_VER=experimental",
"N=Arch_Linux_Latest OS=archlinux OS_VER=latest",
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nightly_experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
strategy:
fail-fast: false
matrix:
CONFIG: ["N=Fedora_Rawhide_SANITS OS=fedora OS_VER=rawhide CC=clang CI_SANITS=ON PUSH_IMAGE=0"]
CONFIG: ["N=Fedora_Rawhide OS=fedora OS_VER=rawhide CC=gcc CI_SANITS=ON PUSH_IMAGE=1",
"N=Fedora_Rawhide_SANITS OS=fedora OS_VER=rawhide CC=clang CI_SANITS=ON PUSH_IMAGE=0",
"N=Fedora_Rawhide_no_SANITS OS=fedora OS_VER=rawhide CC=clang CI_SANITS=OFF PUSH_IMAGE=0"]
steps:
- name: Clone the git repo
uses: actions/checkout@v1
Expand Down

0 comments on commit fe58300

Please sign in to comment.