Week 32 (August 6th – August 12th)
- Packit now passes
PACKIT_TAG_NAME
to the Testing Farm run when it's triggered by a release event. Thanks @Frawless. (packit-service#2494)
PACKIT_TAG_NAME
to the Testing Farm run when it's triggered by a release event.
Thanks @Frawless.
(packit-service#2494)packit pull-from-upstream
now allows omitting upstream_project_url
in the configuration in which case the interaction with the upstream repository is skipped during release syncing. (packit#2354)sync_test_job_statuses_with_builds
that controls whether test job statuses are updated together with their corresponding build job statuses. When set to false
, while tests jobs are waiting for their corresponding build jobs to finish, their statuses remain in pending state and only build job statuses are updated. (packit-service#2470)sync_test_job_statuses_with_builds
that controls whether test job statuses are updated together with their corresponding build job statuses. When set to false
, while tests jobs are waiting for their corresponding build jobs to finish, their statuses remain in pending state and only build job statuses are updated. (packit-service#2470)propose_downstream
failures by setting notifications.failure_issue.create
in the configuration to false
. (packit-service#2451)PACKIT_UPSTREAM_REPO
and PACKIT_DOWNSTREAM_REPO
(in case of propose_downstream
and pull_from_upstream
jobs), in the post-upstream-clone
action. (packit#2327)allowed_pr_authors
/allowed_committers
configuration before running Koji production builds is now more reliable.
(packit/packit-service#2435)