Skip to content

Commit 06ad0e4

Browse files
authored
Prepare for branch renaming. (#367)
* Add `amd-staging` and `amd-mainline` to workflow * Update links in documentation to use amd-mainline --------- Signed-off-by: David Galiffi <[email protected]>
1 parent ce1cea9 commit 06ad0e4

File tree

13 files changed

+39
-39
lines changed

13 files changed

+39
-39
lines changed

.github/workflows/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
schedule:
88
- cron: 0 5 * * *
99
push:
10-
branches: [main]
10+
branches: [main, amd-mainline]
1111
paths:
1212
- '.github/workflows/containers.yml'
1313
- 'docker/**'

.github/workflows/cpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ run-name: cpack
44
on:
55
workflow_dispatch:
66
push:
7-
branches: [main, releases/**]
7+
branches: [main, amd-mainline, release/**]
88
tags:
99
- v*
1010
paths-ignore:
1111
- '*.md'
1212
- 'docs/**'
1313
- 'source/docs/**'
1414
pull_request:
15-
branches: [main]
15+
branches: [main, amd-mainline]
1616
paths:
1717
- '.github/workflows/cpack.yml'
1818
- 'docker/**'

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Documentation
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main, gh-pages]
6+
branches: [main, amd-mainline, gh-pages]
77
paths:
88
- '*.md'
99
- 'source/docs/**'
1010
- '.github/workflows/docs.yml'
1111
- 'VERSION'
1212
pull_request:
13-
branches: [main]
13+
branches: [main, amd-mainline]
1414
paths:
1515
- '*.md'
1616
- 'source/docs/**'

.github/workflows/formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ run-name: formatting
44

55
on:
66
push:
7-
branches: [ main, develop ]
7+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
88
pull_request:
9-
branches: [ main, develop ]
9+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/opensuse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: opensuse-15
33

44
on:
55
push:
6-
branches: [ main, develop, release/** ]
6+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
77
paths-ignore:
88
- '*.md'
99
- 'docs/**'
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/formatting.yml'
1616
- 'docker/**'
1717
pull_request:
18-
branches: [ main, develop, release/** ]
18+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
1919
paths-ignore:
2020
- '*.md'
2121
- 'docs/**'

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ run-name: Python
33

44
on:
55
push:
6-
branches: [ main, develop ]
6+
branches: [ main, develop, amd-mainline, amd-staging ]
77
paths:
88
- 'source/python/gui/*.py'
99
- 'source/python/gui/**/*.py'
1010
pull_request:
11-
branches: [ main, develop ]
11+
branches: [ main, develop, amd-mainline, amd-staging ]
1212
paths:
1313
- 'source/python/gui/*.py'
1414
- 'source/python/gui/**/*.py'

.github/workflows/redhat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: redhat
33

44
on:
55
push:
6-
branches: [ main, develop, release/** ]
6+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
77
paths-ignore:
88
- '*.md'
99
- 'docs/**'
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/formatting.yml'
1616
- 'docker/**'
1717
pull_request:
18-
branches: [ main, develop, release/** ]
18+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
1919
paths-ignore:
2020
- '*.md'
2121
- 'docs/**'

.github/workflows/ubuntu-focal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: ubuntu-focal
33

44
on:
55
push:
6-
branches: [ main, develop, release/** ]
6+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
77
paths-ignore:
88
- '*.md'
99
- 'docs/**'
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/formatting.yml'
1616
- 'docker/**'
1717
pull_request:
18-
branches: [ main, develop, release/** ]
18+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
1919
paths-ignore:
2020
- '*.md'
2121
- 'docs/**'

.github/workflows/ubuntu-jammy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: ubuntu-jammy
33

44
on:
55
push:
6-
branches: [ main, develop, release/** ]
6+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
77
paths-ignore:
88
- '*.md'
99
- 'docs/**'
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/formatting.yml'
1616
- 'docker/**'
1717
pull_request:
18-
branches: [ main, develop, release/** ]
18+
branches: [ main, develop, amd-mainline, amd-staging, release/** ]
1919
paths-ignore:
2020
- '*.md'
2121
- 'docs/**'

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The documentation is structured as follows:
3030

3131
.. grid-item-card:: Tutorials
3232

33-
* `GitHub examples <https://github.com/ROCm/omnitrace/tree/main/examples>`_
33+
* `GitHub examples <https://github.com/ROCm/omnitrace/tree/amd-mainline/examples>`_
3434
* :doc:`Video tutorials <./tutorials/video-tutorials>`
3535

3636
.. grid-item-card:: How to

0 commit comments

Comments
 (0)