[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] rebootstrap: stop testing kfreebsd-any

Helmut Grohne gitlab at salsa.debian.org
Wed May 13 05:43:40 BST 2020



Helmut Grohne pushed to branch master at Debian QA / jenkins.debian.net


Commits:
58bb1490 by Helmut Grohne at 2020-05-13T06:42:16+02:00
rebootstrap: stop testing kfreebsd-any

I'll delete the following jobs manually:
rebootstrap_kfreebsd-amd64_gcc9
rebootstrap_kfreebsd-amd64_gcc9_nobiarch
rebootstrap_kfreebsd-i386_gcc9
rebootstrap_kfreebsd-i386_gcc9_nobiarch
rebootstrap_kfreebsd-amd64_gcc10
rebootstrap_kfreebsd-amd64_gcc10_nobiarch
rebootstrap_kfreebsd-i386_gcc10
rebootstrap_kfreebsd-i386_gcc10_nobiarch

- - - - -


1 changed file:

- job-cfg/rebootstrap.yaml.py


Changes:

=====================================
job-cfg/rebootstrap.yaml.py
=====================================
@@ -1,8 +1,7 @@
 #!/usr/bin/python
 
 architectures = """
-   kfreebsd-amd64
-   i386 kfreebsd-i386
+   i386
    mips mips64el mipsel
    powerpc ppc64
    s390x
@@ -99,7 +98,7 @@ for arch in sorted(architectures):
             if nobiarch and arch in mono_architectures:
                 continue
             for supported in ["", "_supported"]:
-                if (nobiarch or arch.startswith("musl-linux-") or arch.startswith("hurd-") or arch.startswith("kfreebsd-")) and supported:
+                if (nobiarch or arch.startswith("musl-linux-") or arch.startswith("hurd-")) and supported:
                     continue
                 for diffoscope in ["", "_diffoscope"]:
                     if diffoscope and (arch not in release_architectures or gccver not in diffoscope_gcc_versions):
@@ -121,7 +120,7 @@ for arch in sorted(architectures):
             if nobiarch and arch in mono_architectures:
                 continue
             for supported in (False, True):
-                if (nobiarch or arch.startswith("musl-linux-") or arch.startswith("hurd-") or arch.startswith("kfreebsd-")) and supported:
+                if (nobiarch or arch.startswith("musl-linux-") or arch.startswith("hurd-")) and supported:
                     continue
                 for diffoscope in (False, True):
                     if diffoscope and (arch not in release_architectures or gccver not in diffoscope_gcc_versions):



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/58bb149008179f718413a5715a4ccdae0c75e07b

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/58bb149008179f718413a5715a4ccdae0c75e07b
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200513/4522ff9d/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list