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

[release-4.11] Replace postgresql images ocp 4.11 #6131

Open
wants to merge 1 commit into
base: release-4.11
Choose a base branch
from

Conversation

rccrdpccl
Copy link
Contributor

backport of #6116

List all the issues related to this PR

  • New Feature
  • Enhancement
  • Bug fix
  • Tests
  • Documentation
  • CI/CD

What environments does this code impact?

  • Automation (CI, tools, etc)
  • Cloud
  • Operator Managed Deployments
  • None

How was this code tested?

  • assisted-test-infra environment
  • dev-scripts environment
  • Reviewer's test appreciated
  • Waiting for CI to do a full test run
  • Manual (Elaborate on how it was tested)
  • No tests needed

Checklist

  • Title and description added to both, commit and PR.
  • Relevant issues have been associated (see CONTRIBUTING guide)
  • This change does not require a documentation update (docstring, docs, README, etc)
  • Does this change include unit-tests (note that code changes require unit-tests)

Reviewers Checklist

  • Are the title and description (in both PR and commit) meaningful and clear?
  • Is there a bug required (and linked) for this change?
  • Should this PR be backported?

Signed-off-by: Riccardo Piccoli <rpiccoli@redhat.com>
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 28, 2024
@rccrdpccl rccrdpccl changed the base branch from master to release-4.11 March 28, 2024 15:32
@openshift-ci openshift-ci bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. kind/dependency-change Categorizes issue or PR as related to changing dependencies labels Mar 28, 2024
Copy link

openshift-ci bot commented Mar 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rccrdpccl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 28, 2024
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 65.46%. Comparing base (c2406c9) to head (0f6af97).
Report is 11 commits behind head on release-4.11.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           release-4.11    #6131      +/-   ##
================================================
- Coverage         66.21%   65.46%   -0.76%     
================================================
  Files               178      180       +2     
  Lines             25064    25506     +442     
================================================
+ Hits              16596    16697     +101     
- Misses             6923     7257     +334     
- Partials           1545     1552       +7     
Files Coverage Δ
internal/common/common_unitest_db.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 28, 2024
@rccrdpccl
Copy link
Contributor Author

/retitle [release-4.11] Replace postgresql images ocp 4.11

@openshift-ci openshift-ci bot changed the title Replace postgresql images ocp 4.11 [release-4.11] Replace postgresql images ocp 4.11 Mar 29, 2024
@rccrdpccl
Copy link
Contributor Author

/retest

@rccrdpccl
Copy link
Contributor Author

/retest ci/prow/mce-images

Copy link

openshift-ci bot commented Mar 29, 2024

@rccrdpccl: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

  • /test edge-ci-index
  • /test edge-images
  • /test edge-lint
  • /test edge-subsystem-aws
  • /test edge-subsystem-kubeapi-aws
  • /test edge-unit-test
  • /test edge-verify-generated-code
  • /test images

The following commands are available to trigger optional jobs:

  • /test push-pr-image

Use /test all to run all jobs.

In response to this:

/retest ci/prow/mce-images

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@eifrach
Copy link
Contributor

eifrach commented Apr 1, 2024

/test edge-images
/test edge-lint
/test edge-ci-index
/test mce-images

Copy link

openshift-ci bot commented Apr 4, 2024

@rccrdpccl: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/edge-assisted-operator-catalog-publish-verify 0f6af97 link true /test edge-assisted-operator-catalog-publish-verify
ci/prow/edge-unit-test 0f6af97 link true /test edge-unit-test
ci/prow/edge-e2e-metal-assisted 0f6af97 link true /test edge-e2e-metal-assisted
ci/prow/e2e-agent-compact-ipv4 0f6af97 link true /test e2e-agent-compact-ipv4
ci/prow/edge-e2e-ai-operator-ztp 0f6af97 link true /test edge-e2e-ai-operator-ztp
ci/prow/images 0f6af97 link true /test images
ci/prow/mce-images 0f6af97 link true /test mce-images
ci/prow/edge-verify-generated-code 0f6af97 link true /test edge-verify-generated-code
ci/prow/edge-e2e-ai-operator-disconnected-capi 0f6af97 link false /test edge-e2e-ai-operator-disconnected-capi
ci/prow/edge-e2e-ai-operator-ztp-capi 0f6af97 link false /test edge-e2e-ai-operator-ztp-capi
ci/prow/edge-subsystem-kubeapi-aws 0f6af97 link true /test edge-subsystem-kubeapi-aws
ci/prow/edge-subsystem-aws 0f6af97 link true /test edge-subsystem-aws
ci/prow/edge-ci-index 0f6af97 link true /test edge-ci-index
ci/prow/edge-images 0f6af97 link true /test edge-images

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/dependency-change Categorizes issue or PR as related to changing dependencies size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants