-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[noissue]
- Loading branch information
Showing
13 changed files
with
11 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
path: "pulp_container" | ||
ref: "2.18" | ||
ref: "2.19" | ||
|
||
- name: "Run update" | ||
working-directory: "pulp_container" | ||
|
@@ -88,10 +88,10 @@ jobs: | |
path: "pulp_container" | ||
committer: "pulpbot <[email protected]>" | ||
author: "pulpbot <[email protected]>" | ||
title: "Update CI files for branch 2.18" | ||
title: "Update CI files for branch 2.19" | ||
body: "" | ||
branch: "update-ci/2.18" | ||
base: "2.18" | ||
branch: "update-ci/2.19" | ||
base: "2.19" | ||
commit-message: | | ||
Update CI files | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This config represents the latest values used when running the plugin-template. Any settings that | ||
# were not present before running plugin-template have been added with their default values. | ||
|
||
# generated with [email protected]319-ga283c28 | ||
# generated with [email protected]320-g4fd782b | ||
|
||
api_root: /pulp/ | ||
black: true | ||
|
@@ -29,7 +29,7 @@ flake8_ignore: [] | |
github_org: pulp | ||
issue_tracker: github | ||
kanban: true | ||
latest_release_branch: '2.18' | ||
latest_release_branch: '2.19' | ||
lint_requirements: true | ||
noissue_marker: '[noissue]' | ||
parallel_test_workers: 8 | ||
|