Skip to content

Commit 39389d2

Browse files
pulpbotjobselko
authored andcommitted
Bump minor version
1 parent 16fde20 commit 39389d2

24 files changed

Lines changed: 38 additions & 28 deletions

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "$TEST" = "s3" ]; then
2929
COMPONENT_SOURCE="${COMPONENT_SOURCE}[s3] git+https://github.com/gerrod3/botocore.git@fix-100-continue"
3030
fi
3131
if [ "$TEST" = "azure" ]; then
32-
COMPONENT_SOURCE="${COMPONENT_SOURCE}[azure]"
32+
COMPONENT_SOURCE="${COMPONENT_SOURCE}[azure,uvloop]"
3333
fi
3434

3535
if [[ "$TEST" = "pulp" ]]; then

.github/workflows/update_ci.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,37 @@ jobs:
103103
env:
104104
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
105105
continue-on-error: true
106+
- uses: "actions/checkout@v6"
107+
with:
108+
fetch-depth: 0
109+
path: "pulpcore"
110+
ref: "3.106"
111+
112+
- name: "Run update"
113+
working-directory: "pulpcore"
114+
run: |
115+
../plugin_template/scripts/update_ci.sh --release
116+
117+
- name: "Create Pull Request for CI files"
118+
uses: "peter-evans/create-pull-request@v8"
119+
id: "create_pr_3_106"
120+
with:
121+
token: "${{ secrets.RELEASE_TOKEN }}"
122+
path: "pulpcore"
123+
committer: "pulpbot <pulp-infra@redhat.com>"
124+
author: "pulpbot <pulp-infra@redhat.com>"
125+
title: "Update CI files for branch 3.106"
126+
branch: "update-ci/3.106"
127+
base: "3.106"
128+
delete-branch: true
129+
- name: "Mark PR automerge"
130+
working-directory: "pulpcore"
131+
run: |
132+
gh pr merge --rebase --auto "${{ steps.create_pr_3_106.outputs.pull-request-number }}"
133+
if: "steps.create_pr_3_106.outputs.pull-request-number"
134+
env:
135+
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
136+
continue-on-error: true
106137
- uses: "actions/checkout@v6"
107138
with:
108139
fetch-depth: 0

CHANGES/+distribute-repo-version.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/6381.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7004.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7213.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7272.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7315.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7318.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7344.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)