Skip to content

Commit

Permalink
Add 2.20 to the list of supported branches
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Jul 26, 2024
1 parent 4fd889d commit ddfcca8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
matrix:
env:
- TEST: pulp
- TEST: docs
- TEST: azure
- TEST: s3
- TEST: lowerbounds
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,32 @@ jobs:
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_container"
ref: "2.20"

- name: "Run update"
working-directory: "pulp_container"
run: |
../plugin_template/scripts/update_ci.sh --release
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_container"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 2.20"
body: ""
branch: "update-ci/2.20"
base: "2.20"
commit-message: |
Update CI files
[noissue]
delete-branch: true
5 changes: 3 additions & 2 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ check_stray_pulpcore_imports: true
ci_base_image: ghcr.io/pulp/pulp-ci-centos9
ci_env: {}
ci_trigger: '{pull_request: {branches: [''*'']}}'
ci_update_docs: true
ci_update_docs: false
cli_package: pulp-cli
cli_repo: https://github.com/pulp/pulp-cli.git
core_import_allowed: []
Expand All @@ -22,7 +22,7 @@ deploy_to_pypi: true
disabled_redis_runners: []
doc_requirements_from_pulpcore: false
docker_fixtures: false
docs_test: true
docs_test: false
flake8: true
flake8_ignore: []
github_org: pulp
Expand Down Expand Up @@ -74,6 +74,7 @@ supported_release_branches:
- '2.14'
- '2.15'
- '2.16'
- '2.20'
sync_ci: true
test_azure: true
test_cli: true
Expand Down

0 comments on commit ddfcca8

Please sign in to comment.