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

Use fewer pod replicas in testing deployments #1207

Merged

Conversation

sadlerap
Copy link
Contributor

Changes

We don't need the resiliancy of 3 replicas for generic-test-app deployments during acceptance tests. Explicitly set replicas: 1 in our deployments to reduce pod utilization.

Signed-off-by: Andy Sadler ansadler@redhat.com

/kind bug

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Docs
    included if any changes are user facing
  • Tests
    included if any functionality added or changed. For bugfixes please include tests that can catch regressions
  • All acceptance test scenarios included in the PR which verifies a bugfix or a requested feature reported by a non-member are tagged with @external-feedback tag.
  • Follows the commit message standard

We don't need the resiliancy of 3 replicas for generic-test-app deployments
during acceptance tests.  Explicitly set `replicas: 1` in our deployments to
reduce pod utilization.

Signed-off-by: Andy Sadler <ansadler@redhat.com>
@openshift-ci openshift-ci bot added the kind/bug Something isn't working label Aug 24, 2022
@pmacik
Copy link
Contributor

pmacik commented Aug 24, 2022

/lgtm

@baijum
Copy link
Member

baijum commented Aug 24, 2022

/lgtm
/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 24, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: baijum

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

@sadlerap
Copy link
Contributor Author

/retest

@codecov
Copy link

codecov bot commented Aug 24, 2022

Codecov Report

Merging #1207 (5feabcf) into master (8622634) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1207   +/-   ##
=======================================
  Coverage   57.96%   57.96%           
=======================================
  Files          33       33           
  Lines        2838     2838           
=======================================
  Hits         1645     1645           
  Misses       1032     1032           
  Partials      161      161           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8622634...5feabcf. Read the comment docs.

@openshift-merge-robot openshift-merge-robot merged commit ea3ceb9 into redhat-developer:master Aug 24, 2022
pmacik pushed a commit to pmacik/service-binding-operator that referenced this pull request Aug 25, 2022
We don't need the resiliancy of 3 replicas for generic-test-app deployments
during acceptance tests.  Explicitly set `replicas: 1` in our deployments to
reduce pod utilization.

Signed-off-by: Andy Sadler <ansadler@redhat.com>

Signed-off-by: Andy Sadler <ansadler@redhat.com>
pmacik pushed a commit to pmacik/service-binding-operator that referenced this pull request Aug 26, 2022
We don't need the resiliancy of 3 replicas for generic-test-app deployments
during acceptance tests.  Explicitly set `replicas: 1` in our deployments to
reduce pod utilization.

Signed-off-by: Andy Sadler <ansadler@redhat.com>

Signed-off-by: Andy Sadler <ansadler@redhat.com>
pmacik pushed a commit to pmacik/service-binding-operator that referenced this pull request Aug 26, 2022
We don't need the resiliancy of 3 replicas for generic-test-app deployments
during acceptance tests.  Explicitly set `replicas: 1` in our deployments to
reduce pod utilization.

Signed-off-by: Andy Sadler <ansadler@redhat.com>

Signed-off-by: Andy Sadler <ansadler@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/bug Something isn't working lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants