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

chore(ci): use standard check for helm & zarf installs #1541

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

samayer12
Copy link
Collaborator

Description

Use the same deployment checks to confirm success with helm & zarf.

Related Issue

Fixes #1540

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.97%. Comparing base (35bf589) to head (6df8158).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1541   +/-   ##
=======================================
  Coverage   78.97%   78.97%           
=======================================
  Files          40       40           
  Lines        1736     1736           
  Branches      405      405           
=======================================
  Hits         1371     1371           
  Misses        335      335           
  Partials       30       30           

@samayer12
Copy link
Collaborator Author

Job logs for success here

2024-12-06 22:03:41 - Checking readiness for deployment 'pepr-pepr-test-helm' in namespace 'pepr-system'...
2024-12-06 22:03:41 - Using timeout: 300s, interval: 5s
2024-[12](https://github.com/defenseunicorns/pepr/actions/runs/12206776772/job/34056950242#step:19:13)-06 22:03:41 - Waiting for deployment 'pepr-pepr-test-helm' to be ready. Ready replicas: 0/2.
NAME                          READY   UP-TO-DATE   AVAILABLE   AGE
pepr-pepr-test-helm           0/2     2            0           0s
pepr-pepr-test-helm-watcher   0/1     1            0           0s
2024-12-06 22:03:46 - Waiting for deployment 'pepr-pepr-test-helm' to be ready. Ready replicas: 0/2.
NAME                          READY   UP-TO-DATE   AVAILABLE   AGE
pepr-pepr-test-helm           0/2     2            0           5s
pepr-pepr-test-helm-watcher   0/1     1            0           5s
[20](https://github.com/defenseunicorns/pepr/actions/runs/12206776772/job/34056950242#step:19:21)24-12-06 22:03:51 - Deployment 'pepr-pepr-test-helm' is ready with 2 replicas.
2024-12-06 22:03:51 - Checking readiness for deployment 'pepr-pepr-test-helm-watcher' in namespace 'pepr-system'...
2024-12-06 [22](https://github.com/defenseunicorns/pepr/actions/runs/12206776772/job/34056950242#step:19:23):03:51 - Using timeout: 300s, interval: 5s
2024-12-06 22:03:52 - Deployment 'pepr-pepr-test-helm-watcher' is ready with 1 replicas.

@samayer12 samayer12 marked this pull request as ready for review December 6, 2024 22:11
@samayer12 samayer12 requested a review from a team as a code owner December 6, 2024 22:11
@samayer12 samayer12 self-assigned this Dec 6, 2024
@cmwylie19 cmwylie19 added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit 9d5beb1 Dec 9, 2024
48 checks passed
@cmwylie19 cmwylie19 deleted the 1540-readiness-checks branch December 9, 2024 14:50
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.

Standardized readiness-checks for Helm & Zarf CI tests
2 participants