Skip to content

Commit

Permalink
Remove branch 0.10 from ci updates (#1522)
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg authored Jul 17, 2023
1 parent c579776 commit 016a4f3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-228-g9949044
2021.08.26-233-gd6a6b5f
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# './plugin-template --github pulp_ansible' to update this file.
#
# For more info visit https://github.com/pulp/plugin_template
name: "CodeQL"
name: "Ansible CodeQL"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For more info visit https://github.com/pulp/plugin_template

---
name: Ansible Nightly CI/CD
name: Ansible Nightly CI
on:
schedule:
# * is a special character in YAML so you have to quote this string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For more info visit https://github.com/pulp/plugin_template

---
name: Release Pipeline
name: Ansible Release Pipeline
on:
workflow_dispatch:
inputs:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/scripts/update_ci.sh

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


---
name: Update Labels
name: Ansible Update Labels
on:
push:
branches:
Expand Down Expand Up @@ -37,4 +37,3 @@ jobs:
python3 .github/workflows/scripts/update_backport_labels.py
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

29 changes: 1 addition & 28 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


---
name: CI Update
name: Ansible CI Update
on:
schedule:
# * is a special character in YAML so you have to quote this string
Expand Down Expand Up @@ -72,33 +72,6 @@ jobs:
[noissue]
delete-branch: true
- uses: actions/checkout@v3
with:
path: pulp_ansible
ref: '0.10'
fetch-depth: 0

- name: Run update
working-directory: pulp_ansible
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_ansible
committer: pulpbot <[email protected]>
author: pulpbot <[email protected]>
title: 'Update CI files for branch 0.10'
body: '[noissue]'
branch: 'update-ci/0.10'
base: '0.10'
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: actions/checkout@v3
with:
path: pulp_ansible
ref: '0.13'
Expand Down
1 change: 0 additions & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ check_stray_pulpcore_imports: true
ci_env: {}
ci_trigger: '{pull_request: {branches: [''*'']}}'
ci_update_branches:
- '0.10'
- '0.13'
- '0.15'
- '0.16'
Expand Down

0 comments on commit 016a4f3

Please sign in to comment.