Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUD-808 Fix PMM server deployment in tests #1361

Merged
merged 4 commits into from
Oct 18, 2023
Merged

CLOUD-808 Fix PMM server deployment in tests #1361

merged 4 commits into from
Oct 18, 2023

Conversation

ptankov
Copy link
Contributor

@ptankov ptankov commented Oct 12, 2023

CLOUD-808 Powered by Pull Request Badge

CHANGE DESCRIPTION

  • In "functions" file create a function to deploy PMM server since we use it in at least two tests "monitoring" and "default-cr" and there's a possibility of having them different (actually bumped into this case).
  • Combine IMAGE_PMM_SERVER_REPO and IMAGE_PMM_SERVER_TAG parameters in Jenkins pipelines into one IMAGE_PMM_SERVER (it's just excessive copy pasting, all the other images we have only one parameter for both)
  • Rename IMAGE_PMM to IMAGE_PMM_CLIENT

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?
  • Are OpenShift compare files changed for E2E tests (compare/*-oc.yml)?

Config/Logging/Testability

  • Are all needed new/changed options added to default YAML files?
  • Are the manifests (crd/bundle) regenerated if needed?
  • 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 MongoDB version?
  • Does the change support oldest and newest supported Kubernetes version?

@pull-request-size pull-request-size bot added the size/M 30-99 lines label Oct 12, 2023
@JNKPercona
Copy link
Collaborator

Test name Status
arbiter passed
balancer passed
custom-replset-name passed
cross-site-sharded passed
data-at-rest-encryption passed
data-sharded passed
demand-backup passed
demand-backup-eks-credentials passed
demand-backup-physical passed
demand-backup-physical-sharded passed
demand-backup-sharded passed
expose-sharded passed
ignore-labels-annotations passed
init-deploy passed
finalizer passed
limits passed
liveness passed
mongod-major-upgrade passed
mongod-major-upgrade-sharded passed
monitoring-2-0 passed
multi-cluster-service passed
non-voting passed
one-pod passed
operator-self-healing-chaos passed
pitr passed
pitr-sharded passed
pitr-physical passed
recover-no-primary passed
rs-shard-migration passed
scaling passed
scheduled-backup passed
security-context passed
self-healing-chaos passed
service-per-pod passed
serviceless-external-nodes passed
smart-update passed
split-horizon passed
storage passed
tls-issue-cert-manager passed
upgrade passed
upgrade-consistency passed
upgrade-consistency-sharded passed
upgrade-sharded passed
users passed
version-service passed
We run 45 out of 45

commit: b2bfe78
image: perconalab/percona-server-mongodb-operator:PR-1361-b2bfe781

@ptankov ptankov merged commit 415a478 into main Oct 18, 2023
10 checks passed
@ptankov ptankov deleted the CLOUD-808 branch October 18, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M 30-99 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants