File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 150150 pip install -r test_requirements.txt
151151 pytest -v tests -m " pulp_python"
152152else
153- PULP_CA_BUNDLE=" /usr/local/share/ca-certificates/pulp_webserver.crt" make livetest
153+ PULP_CA_BUNDLE=" /usr/local/share/ca-certificates/pulp_webserver.crt" make livetest PYTEST_MARK= " live and (pulp_python) "
154154fi
155155popd
156156
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231231 with :
232232 fetch-depth : 0
233233 path : " pulp_python"
234- ref : " 3.30 "
234+ ref : " 3.31 "
235235
236236 - name : " Run update"
237237 working-directory : " pulp_python"
@@ -240,21 +240,21 @@ jobs:
240240
241241 - name : " Create Pull Request for CI files"
242242 uses : " peter-evans/create-pull-request@v8"
243- id : " create_pr_3_30 "
243+ id : " create_pr_3_31 "
244244 with :
245245 token : " ${{ secrets.RELEASE_TOKEN }}"
246246 path : " pulp_python"
247247 committer : " pulpbot <pulp-infra@redhat.com>"
248248 author : " pulpbot <pulp-infra@redhat.com>"
249- title : " Update CI files for branch 3.30 "
250- branch : " update-ci/3.30 "
251- base : " 3.30 "
249+ title : " Update CI files for branch 3.31 "
250+ branch : " update-ci/3.31 "
251+ base : " 3.31 "
252252 delete-branch : true
253253 - name : " Mark PR automerge"
254254 working-directory : " pulp_python"
255255 run : |
256- gh pr merge --rebase --auto "${{ steps.create_pr_3_30 .outputs.pull-request-number }}"
257- if : " steps.create_pr_3_30 .outputs.pull-request-number"
256+ gh pr merge --rebase --auto "${{ steps.create_pr_3_31 .outputs.pull-request-number }}"
257+ if : " steps.create_pr_3_31 .outputs.pull-request-number"
258258 env :
259259 GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
260260 continue-on-error : true
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
1212
1313 name = "pulp_python.app"
1414 label = "python"
15- version = "3.31 .0.dev"
15+ version = "3.32 .0.dev"
1616 python_package_name = "pulp-python"
1717 domain_compatible = True
1818
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta'
77
88[project ]
99name = " pulp-python"
10- version = " 3.31 .0.dev"
10+ version = " 3.32 .0.dev"
1111description = " pulp-python plugin for the Pulp Project"
1212readme = " README.md"
1313authors = [
@@ -79,7 +79,7 @@ ignore = [
7979[tool .bumpversion ]
8080# This section is managed by the plugin template. Do not edit manually.
8181
82- current_version = " 3.31 .0.dev"
82+ current_version = " 3.32 .0.dev"
8383commit = false
8484tag = false
8585parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ disabled_redis_runners: []
2222docker_fixtures : false
2323extra_files : []
2424github_org : " pulp"
25- latest_release_branch : " 3.30 "
25+ latest_release_branch : " 3.31 "
2626lint_ignore : []
2727lint_requirements : true
2828os_required_packages : []
You can’t perform that action at this time.
0 commit comments