a50f80aaed
* Enabling Navi3 and Vega20 runners
* Update continuous_integration.yml
* Update continuous_integration.yml
* Fixing Github Actions issues
* Fixing docs workflow
* Fixing docs workflow miniconda3 location
* Fixing docs workflow env setup
* Fixing docs workflow env setup
* Fixing docs workflow miniconda3 env
* Fixing docs source build workflow
* Balancing between navi3, vega20, mi300, mi200
* git sync workflow update
* Adding Jira ticket place holder in PR Description
* Fixing RHEL & SLES Builds
* Fixing RHEL & SLES Builds
* Fixing RHEL & SLES Builds
* Fixing Re-run workflow
* Update pull_request_template.md
* Update continuous_integration.yml
---------
Co-authored-by: Ammar ELWazir <aelwazir@amd.com>
[ROCm/rocprofiler-sdk commit: f16c87f594]
18 строки
552 B
YAML
18 строки
552 B
YAML
name: Sync amd-mainline to public repository
|
|
|
|
on:
|
|
push:
|
|
branches: [ amd-mainline ]
|
|
|
|
jobs:
|
|
git-mirror:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: git-sync
|
|
uses: AMD-ROCm-Internal/rocprofiler-github-actions@git-sync-v3
|
|
with:
|
|
source_repo: "https://${{ secrets.TOKEN }}@github.com/AMD-ROCm-Internal/rocprofiler-sdk-internal.git"
|
|
source_branch: "amd-mainline"
|
|
destination_repo: "https://${{ secrets.EXT_TOKEN }}@github.com/ROCm/rocprofiler-sdk.git"
|
|
destination_branch: "amd-mainline"
|