Skip to content

Add upstream master branch to source repos #368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ansible/inventory/group_vars/all/source-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# containing a list of workflows and community files required by a given
# repository.
default_releases:
- "master"
- "2024.1"
- "2023.1"
- zed
Expand Down Expand Up @@ -120,6 +121,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- master
community_files:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
Expand Down Expand Up @@ -148,6 +150,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- master
community_files:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
Expand All @@ -170,6 +173,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- master
workflows:
ignored_workflows:
elsewhere:
Expand All @@ -185,6 +189,7 @@ source_repositories:
- xena
- 2023.1
- 2024.1
- master
community_files:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
Expand All @@ -196,6 +201,7 @@ source_repositories:
- xena
- zed
- 2024.1
- master
workflows:
ignored_workflows:
elsewhere:
Expand All @@ -212,6 +218,7 @@ source_repositories:
ignored_releases:
- zed
- 2024.1
- master
ironic-ui:
ignored_releases:
- victoria
Expand All @@ -220,6 +227,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- master
workflows:
ignored_workflows:
elsewhere:
Expand All @@ -245,6 +253,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- master
workflows:
ignored_workflows:
elsewhere:
Expand All @@ -268,6 +277,7 @@ source_repositories:
- wallaby
- xena
- 2024.1
- master
workflows:
ignored_workflows:
elsewhere:
Expand All @@ -281,6 +291,7 @@ source_repositories:
- victoria
- xena
- 2024.1
- master
community_files:
- codeowners:
content: "{{ community_files.codeowners.openstack }}"
Expand All @@ -304,6 +315,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- master
workflows:
ignored_workflows:
elsewhere:
Expand All @@ -320,6 +332,7 @@ source_repositories:
- yoga
- zed
- 2024.1
- master
workflows:
ignored_workflows:
elsewhere:
Expand Down
Loading