-
Notifications
You must be signed in to change notification settings - Fork 6
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
Service Guru #552
Closed
8 tasks
Labels
Comments
mfocko
added a commit
to mfocko/packit-service-fedmsg
that referenced
this issue
May 27, 2024
During the production deployment on May 27th it has been discovered that the fedmsg pod on production entered crash loop backoff. After inspecting the logs it has been noticed that the ‹requests› package was gone. Therefore add it explicitly to the dependencies. Related to packit/agile#552 Signed-off-by: Matej Focko <[email protected]>
mfocko
added a commit
to mfocko/packit-service-fedmsg
that referenced
this issue
May 27, 2024
During the production deployment on May 27th it has been discovered that the fedmsg pod on production entered crash loop backoff. After inspecting the logs it has been noticed that the ‹requests› package was gone. Therefore add it explicitly to the dependencies. Related to packit/agile#552 Signed-off-by: Matej Focko <[email protected]>
softwarefactory-project-zuul bot
added a commit
to packit/packit-service-fedmsg
that referenced
this issue
May 27, 2024
fix(deps): install ‹requests› During the production deployment on May 27th it has been discovered that the fedmsg pod on production entered crash loop backoff. After inspecting the logs it has been noticed that the ‹requests› package was gone. Therefore add it explicitly to the dependencies. Related to packit/agile#552 Reviewed-by: Laura Barcziová
softwarefactory-project-zuul bot
added a commit
to packit/packit.dev
that referenced
this issue
May 27, 2024
chore(weekly): add blog post for week 21 Closes packit/agile#552 Reviewed-by: Laura Barcziová
mfocko
added a commit
to mfocko/fedora-messaging
that referenced
this issue
May 27, 2024
Related to fedora-infra#364 Related to packit/agile#552 Signed-off-by: Matej Focko <[email protected]>
mfocko
added a commit
to mfocko/fedora-messaging
that referenced
this issue
Jun 12, 2024
Related to fedora-infra#364 Related to packit/agile#552 Signed-off-by: Matej Focko <[email protected]>
abompard
pushed a commit
to fedora-infra/fedora-messaging
that referenced
this issue
Jun 13, 2024
Related to #364 Related to packit/agile#552 Signed-off-by: Matej Focko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every Monday (we agreed that it is better to deploy the service always at the same time; we should start around 1PM so that it will be finished, hopefully, before 3PM):
If all is fine and things are good to go.
/packit build
,/packit test
,/packit propose-downstream
,/packit pull-from-upstream
,/packit koji-build
,/packit create-update
.make move-stable
command. Your local ssh keys have to be associated with your github user to be able to use this script.stable
branch fails for a repo (e.g. because some changes had to be cherry-picked into production), force push the current state ofmain
asstable
to sync up the historyPackit [in] $MONTH $YEAR
. Usescripts/move_stable.py github-query
to get a link to all the PRs from the past week which are marked to have release notes. You can copy those for a start, and check with other team members to make sure nothing was left out. You can also use the blogpost template provided by [make move-stable
]. (https://github.com/packit/deployment/blob/main/Makefile). A blog post should meet the following requirements:Packit
/! Changelog !
that have not been already applied to prod (ask the author of the change), do so withDEPLOYMENT=prod make deploy
.If you're doing this AFTER new images have already been built (see previous point) you should runDEPLOYMENT=prod make import-images
first (or after), to avoid possibleError: ImagePullBackOff
.oc delete pod --force pod-name
.Newer images are automatically imported from Quay.io and pods are recreated from them in the same way as in the staging environment.
The text was updated successfully, but these errors were encountered: