mirror of
https://salsa.debian.org/cloud-team/debian-cloud-images.git
synced 2026-01-16 23:12:26 +00:00
Merge branch 'bullseye-ppc64el' into 'master'
Stop building ppc64el bullseye images See merge request cloud-team/debian-cloud-images!460
This commit is contained in:
commit
b9836c5173
3 changed files with 2 additions and 122 deletions
|
|
@ -720,10 +720,6 @@
|
|||
"job": "generic bullseye arm64 build",
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"job": "generic bullseye ppc64el build",
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"job": "genericcloud bullseye amd64 build",
|
||||
"optional": false
|
||||
|
|
@ -739,10 +735,6 @@
|
|||
{
|
||||
"job": "nocloud bullseye arm64 build",
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"job": "nocloud bullseye ppc64el build",
|
||||
"optional": false
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
|
|
@ -797,10 +789,6 @@
|
|||
"job": "generic bullseye-backports arm64 build",
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"job": "generic bullseye-backports ppc64el build",
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"job": "genericcloud bullseye-backports amd64 build",
|
||||
"optional": false
|
||||
|
|
@ -816,10 +804,6 @@
|
|||
{
|
||||
"job": "nocloud bullseye-backports arm64 build",
|
||||
"optional": false
|
||||
},
|
||||
{
|
||||
"job": "nocloud bullseye-backports ppc64el build",
|
||||
"optional": false
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
|
|
@ -1441,19 +1425,6 @@
|
|||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic bullseye ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"if": "$PIPELINE_RELEASE_BULLSEYE"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye",
|
||||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic bullseye-backports amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
@ -1480,19 +1451,6 @@
|
|||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic bullseye-backports ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"if": "$PIPELINE_RELEASE_BULLSEYE_BACKPORTS"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye-backports",
|
||||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic sid amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
@ -1857,19 +1815,6 @@
|
|||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud bullseye ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"if": "$PIPELINE_RELEASE_BULLSEYE"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye",
|
||||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud bullseye-backports amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
@ -1896,19 +1841,6 @@
|
|||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud bullseye-backports ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"if": "$PIPELINE_RELEASE_BULLSEYE_BACKPORTS"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye-backports",
|
||||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud sid amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
|
|||
|
|
@ -468,19 +468,6 @@
|
|||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic bullseye ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"when": "manual"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye",
|
||||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic bullseye-backports amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
@ -507,19 +494,6 @@
|
|||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic bullseye-backports ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"when": "manual"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye-backports",
|
||||
"CLOUD_VENDOR": "generic"
|
||||
}
|
||||
},
|
||||
"generic sid amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
@ -884,19 +858,6 @@
|
|||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud bullseye ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"when": "manual"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye",
|
||||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud bullseye-backports amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
@ -923,19 +884,6 @@
|
|||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud bullseye-backports ppc64el build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
{
|
||||
"when": "manual"
|
||||
}
|
||||
],
|
||||
"variables": {
|
||||
"CLOUD_ARCH": "ppc64el",
|
||||
"CLOUD_RELEASE": "bullseye-backports",
|
||||
"CLOUD_VENDOR": "nocloud"
|
||||
}
|
||||
},
|
||||
"nocloud sid amd64 build": {
|
||||
"extends": ".build",
|
||||
"rules": [
|
||||
|
|
|
|||
|
|
@ -27,14 +27,14 @@ releases:
|
|||
baseid: '11'
|
||||
faiClasses: [BULLSEYE, LINUX_VERSION_BASE, EXTRAS]
|
||||
matches:
|
||||
- matchArches: [amd64, arm64, ppc64el]
|
||||
- matchArches: [amd64, arm64]
|
||||
- name: bullseye-backports
|
||||
basename: bullseye-backports
|
||||
id: 11-backports
|
||||
baseid: '11'
|
||||
faiClasses: [BULLSEYE, LINUX_VERSION_BACKPORTS, EXTRAS]
|
||||
matches:
|
||||
- matchArches: [amd64, arm64, ppc64el]
|
||||
- matchArches: [amd64, arm64]
|
||||
- name: bookworm
|
||||
basename: bookworm
|
||||
id: '12'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue