Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion e2e-tests/run-pr.csv
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
auto-tuning,8.0
allocator,8.0
allocator,8.4
backup-storage-tls,8.0
backup-storage-tls,8.4
cross-site,8.0
custom-users,8.0
demand-backup-cloud,8.0
demand-backup-cloud,8.4
demand-backup-encrypted-with-tls,8.0
demand-backup-encrypted-with-tls,8.4
demand-backup,8.0
demand-backup,8.4
demand-backup-flow-control,8.0
demand-backup-flow-control,8.4
demand-backup-parallel,8.0
demand-backup-parallel,8.4
demand-backup-without-passwords,8.0
demand-backup-without-passwords,8.4
extra-pvc,8.0
haproxy,5.7
haproxy,8.0
haproxy,8.4
init-deploy,5.7
init-deploy,8.0
limits,8.0
monitoring-2-0,8.0
monitoring-pmm3,8.0
monitoring-pmm3,8.4
one-pod,5.7
one-pod,8.0
pitr,8.0
Expand All @@ -35,18 +44,23 @@ scaling-proxysql,8.0
scaling,8.0
scheduled-backup,5.7
scheduled-backup,8.0
scheduled-backup,8.4
security-context,8.0
smart-update1,8.0
smart-update2,8.0
smart-update1,8.4
smart-update2,8.4
smart-update3,8.0
storage,8.0
tls-issue-cert-manager-ref,8.0
tls-issue-cert-manager,8.0
tls-issue-self,8.0
upgrade-consistency,8.0
upgrade-consistency,8.4
upgrade-haproxy,5.7
upgrade-haproxy,8.0
upgrade-proxysql,5.7
upgrade-proxysql,8.0
users,5.7
users,8.0
validation-hook,8.0
validation-hook,8.0
1 change: 1 addition & 0 deletions e2e-tests/run-release.csv
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ self-healing-advanced-chaos
self-healing-chaos
smart-update1
smart-update2
smart-update3
storage
tls-issue-cert-manager
tls-issue-cert-manager-ref
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
{
"backup": {
"8.0.11": {
">=": [
"8.4.0": {
"and": [
{
">=": [
{
"var": "productVersion"
},
"8.4"
]
}
]
},
"8.0.14": {
"and": [
{
"var": "productVersion"
">=": [
{
"var": "productVersion"
},
"8.0"
]
},
"8.0"
{
"<": [
{
"var": "productVersion"
},
"8.4"
]
}
]
},
"2.4.20": {
Expand Down
30 changes: 24 additions & 6 deletions e2e-tests/smart-update1/conf/operator.9.9.9.pxc-operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
"product": "pxc-operator",
"matrix": {
"pxc": {
"8.4.6-6.1": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.4",
"image_hash": "sha256:bee70295d85ade5044ff1adde70c5047fcc88109a9fbe109befe863372a60a1c",
"status": "available",
"critical": false
},
"8.4.5-5.1": {
"image_path": "percona/percona-xtradb-cluster:8.4.5-5.1",
"image_hash": "918c54c11c96bf61bb3f32315ef6b344b7b1d68a0457a47a3804eca3932b2b17",
"status": "available",
"critical": false
},
"8.0.20-11.2": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.0",
"image_hash": "feda5612db18da824e971891d6084465aa9cdc9918c18001cd95ba30916da78b",
Expand Down Expand Up @@ -67,15 +79,15 @@
}
},
"pmm": {
"2.0.0": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pmm",
"image_hash": "28bbb6693689a15c407c85053755334cd25d864e632ef7fed890bc85726cfb68",
"2.44.1-1": {
"image_path": "percona/pmm-client:2.44.1-1",
"image_hash": "52a8fb5e8f912eef1ff8a117ea323c401e278908ce29928dafc23fac1db4f1e3",
"status": "recommended",
"critical": false
},
"1.17.1": {
"image_path": "percona/percona-xtradb-cluster-operator:1.6.0-pmm",
"image_hash": "28bbb6693689a15c407c85053755334cd25d864e632ef7fed890bc85726cfb68",
"3.4.1": {
"image_path": "percona/pmm-client:3.4.1",
"image_hash": "1c59d7188f8404e0294f4bfb3d2c3600107f808a023668a170a6b8036c56619b",
"status": "recommended",
"critical": false
}
Expand All @@ -97,6 +109,12 @@
}
},
"backup": {
"8.4.0-4.1": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.4-backup",
"image_hash": "sha256:40a22aa9f83d08c4a79db4a947cdab2e316d7e03535ae8874c6e6ec7bfd11938",
"status": "available",
"critical": false
},
"8.0.14": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.0-backup",
"image_hash": "3d57e1174bac5c1c10b253437205682445c1f72c9b2b462bc8375e211c0265b5",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/smart-update1/conf/smart-update-haproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
gracePeriod: 30
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.1-1
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
gracePeriod: 30
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.1-1
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
gracePeriod: 30
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.1-1
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/smart-update1/conf/smart-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
antiAffinityTopologyKey: "kubernetes.io/hostname"
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.1-1
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/smart-update1/conf/vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- env:
- name: SERVE_HTTP
value: "true"
image: perconalab/version-service:main-e378a19
image: perconalab/version-service:main-latest
imagePullPolicy: IfNotPresent
name: version-service
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"system": "grpc",
"span.kind": "server",
"grpc.service": "version.VersionService",
"grpc.method": "Apply",
"grpc.request.content": {
"msg": {
"product": "pxc-operator",
"operatorVersion": "9.9.9",
"apply": "8.4-latest",
"clusterWideEnabled": true
}
}
}
{
"system": "grpc",
"span.kind": "server",
"grpc.service": "version.VersionService",
"grpc.method": "Apply",
"grpc.code": "OK"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"system": "grpc",
"span.kind": "server",
"grpc.service": "version.VersionService",
"grpc.method": "Apply",
"grpc.request.content": {
"msg": {
"product": "pxc-operator",
"operatorVersion": "9.9.9",
"apply": "8.4-latest",
}
}
}
{
"system": "grpc",
"span.kind": "server",
"grpc.service": "version.VersionService",
"grpc.method": "Apply",
"grpc.code": "OK"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
{
"backup": {
"8.4.0": {
"and": [
{
">=": [
{
"var": "productVersion"
},
"8.4"
]
}
]
},
"8.0.14": {
">=": [
"and": [
{
"var": "productVersion"
">=": [
{
"var": "productVersion"
},
"8.0"
]
},
"8.0"
{
"<": [
{
"var": "productVersion"
},
"8.4"
]
}
]
},
"2.4.20": {
Expand Down
30 changes: 24 additions & 6 deletions e2e-tests/smart-update2/conf/operator.9.9.9.pxc-operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
"product": "pxc-operator",
"matrix": {
"pxc": {
"8.4.6-6.1": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.4",
"image_hash": "sha256:bee70295d85ade5044ff1adde70c5047fcc88109a9fbe109befe863372a60a1c",
"status": "available",
"critical": false
},
"8.4.5-5.1": {
"image_path": "percona/percona-xtradb-cluster:8.4.5-5.1",
"image_hash": "918c54c11c96bf61bb3f32315ef6b344b7b1d68a0457a47a3804eca3932b2b17",
"status": "available",
"critical": false
},
"8.0.20-11.2": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.0",
"image_hash": "feda5612db18da824e971891d6084465aa9cdc9918c18001cd95ba30916da78b",
Expand Down Expand Up @@ -67,15 +79,15 @@
}
},
"pmm": {
"2.0.0": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pmm",
"image_hash": "28bbb6693689a15c407c85053755334cd25d864e632ef7fed890bc85726cfb68",
"2.44.1-1": {
"image_path": "percona/pmm-client:2.44.1-1",
"image_hash": "52a8fb5e8f912eef1ff8a117ea323c401e278908ce29928dafc23fac1db4f1e3",
"status": "recommended",
"critical": false
},
"1.17.1": {
"image_path": "percona/percona-xtradb-cluster-operator:1.6.0-pmm",
"image_hash": "28bbb6693689a15c407c85053755334cd25d864e632ef7fed890bc85726cfb68",
"3.4.1": {
"image_path": "percona/pmm-client:3.4.1",
"image_hash": "1c59d7188f8404e0294f4bfb3d2c3600107f808a023668a170a6b8036c56619b",
"status": "recommended",
"critical": false
}
Expand All @@ -97,6 +109,12 @@
}
},
"backup": {
"8.4.0-4.1": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.4-backup",
"image_hash": "sha256:40a22aa9f83d08c4a79db4a947cdab2e316d7e03535ae8874c6e6ec7bfd11938",
"status": "available",
"critical": false
},
"8.0.14": {
"image_path": "perconalab/percona-xtradb-cluster-operator:main-pxc8.0-backup",
"image_hash": "3d57e1174bac5c1c10b253437205682445c1f72c9b2b462bc8375e211c0265b5",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/smart-update2/conf/smart-update-haproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
gracePeriod: 30
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.1-1
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
gracePeriod: 30
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.1-1
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
gracePeriod: 30
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.0
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/smart-update2/conf/smart-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
antiAffinityTopologyKey: "kubernetes.io/hostname"
pmm:
enabled: false
image: perconalab/pmm-client:1.17.1
image: percona/pmm-client:2.44.1-1
serverHost: monitoring-service
serverUser: pmm
backup:
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/smart-update2/conf/vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- env:
- name: SERVE_HTTP
value: "true"
image: perconalab/version-service:main-e378a19
image: perconalab/version-service:main-latest
imagePullPolicy: IfNotPresent
name: version-service
ports:
Expand Down
Loading
Loading