Skip to content

use community images#1612

Draft
hors wants to merge 1 commit into
mainfrom
community-images
Draft

use community images#1612
hors wants to merge 1 commit into
mainfrom
community-images

Conversation

@hors
Copy link
Copy Markdown
Collaborator

@hors hors commented May 23, 2026

CHANGE DESCRIPTION

Problem:
Short explanation of the problem.

Cause:
Short explanation of the root cause of the issue if applicable.

Solution:
Short explanation of the solution we are providing with this PR.

CHECKLIST

Jira

  • Is the Jira ticket created and referenced properly?
  • Does the Jira ticket have the proper statuses for documentation (Needs Doc) and QA (Needs QA)?
  • Does the Jira ticket link to the proper milestone (Fix Version field)?

Tests

  • Is an E2E test/test case added for the new feature/change?
  • Are unit tests added where appropriate?

Config/Logging/Testability

  • Are all needed new/changed options added to default YAML files?
  • Are all needed new/changed options added to the Helm Chart?
  • Did we add proper logging messages for operator actions?
  • Did we ensure compatibility with the previous version or cluster upgrade process?
  • Does the change support oldest and newest supported PG version?
  • Does the change support oldest and newest supported Kubernetes version?

Copilot AI review requested due to automatic review settings May 23, 2026 19:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates E2E execution to run with community PostgreSQL image defaults.

Changes:

  • Sets PG_DISTRIBUTION=community in the Jenkins KUTTL test runner.
  • Adds community-specific default images for PostgreSQL, pgBouncer, pgBackRest, and upgrade jobs.
  • Updates PostgreSQL version extraction from IMAGE_POSTGRESQL.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
Jenkinsfile Enables community image distribution for Jenkins E2E test runs.
e2e-tests/vars.sh Adds community image defaults and adjusts PostgreSQL version parsing.

Comment thread e2e-tests/vars.sh
export IMAGE=${IMAGE:-"${IMAGE_BASE}:${VERSION}"}
if [[ ! $PG_VER && $IMAGE_POSTGRESQL ]]; then
pg_version_value=$(echo "$IMAGE_POSTGRESQL" | sed -E 's/.*:(.*ppg)?([0-9]+).*/\2/')
pg_version_value=$(echo "$IMAGE_POSTGRESQL" | sed -E 's/.*-(ppg|postgres)([0-9]+).*/\2/')
@JNKPercona
Copy link
Copy Markdown
Collaborator

Test Name Result Time
backup-enable-disable passed 00:12:34
builtin-extensions failure 00:04:47
cert-manager-tls passed 00:00:00
custom-envs passed 00:00:00
custom-extensions failure 00:05:13
custom-tls passed 00:00:00
database-init-sql passed 00:06:31
demand-backup passed 00:00:00
demand-backup-offline-snapshot passed 00:00:00
dynamic-configuration passed 00:00:00
finalizers passed 00:00:00
init-deploy passed 00:00:00
huge-pages passed 00:03:01
major-upgrade-13-to-14 failure 00:08:51
major-upgrade-14-to-15 passed 00:12:49
major-upgrade-15-to-16 passed 00:00:00
major-upgrade-16-to-17 passed 00:10:09
major-upgrade-17-to-18 passed 00:00:00
ldap passed 00:00:00
ldap-tls passed 00:05:45
monitoring failure 00:06:42
monitoring-pmm3 failure 00:07:25
one-pod passed 00:05:55
operator-self-healing passed 00:00:00
pitr passed 00:12:47
scaling passed 00:00:00
scheduled-backup passed 00:00:00
self-healing passed 00:00:00
sidecars passed 00:00:00
standby-pgbackrest passed 00:00:00
standby-streaming passed 00:00:00
start-from-backup passed 00:12:01
tablespaces passed 00:00:00
telemetry-transfer passed 00:00:00
upgrade-consistency failure 00:06:10
upgrade-minor failure 00:03:47
users passed 00:00:00
Summary Value
Tests Run 37/37
Job Duration 01:13:29
Total Test Time 02:04:36

commit: 24246db
image: perconalab/percona-postgresql-operator:PR-1612-24246db7a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants