Skip to content

Commit

Permalink
Include 2.15 branch in the CI
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
ipanova committed Jul 21, 2023
1 parent d22ce2d commit c360ab5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 70 deletions.
70 changes: 0 additions & 70 deletions .ci/scripts/changelog.py

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,32 @@ jobs:
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: actions/checkout@v3
with:
path: pulp_container
ref: '2.15'
fetch-depth: 0

- name: Run update
working-directory: pulp_container
run: |
../plugin_template/scripts/update_ci.sh
- name: Create Pull Request for CI files
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.RELEASE_TOKEN }}
path: pulp_container
committer: pulpbot <[email protected]>
author: pulpbot <[email protected]>
title: 'Update CI files for branch 2.15'
body: '[noissue]'
branch: 'update-ci/2.15'
base: '2.15'
commit-message: |
Update CI files
[noissue]
delete-branch: true
1 change: 1 addition & 0 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ci_update_branches:
- '2.9'
- '2.10'
- '2.14'
- '2.15'
ci_update_docs: false
cli_package: pulp-cli
cli_repo: https://github.com/pulp/pulp-cli.git
Expand Down

0 comments on commit c360ab5

Please sign in to comment.