Skip to content

Commit

Permalink
Fix lingering rebranding issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen-amd committed Oct 16, 2024
1 parent 971ffb1 commit 04f5760
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Determine release name
run: |
if [[ ${{github.ref_name}} == rocm-* ]]; then
echo "RELEASE_NAME=Omniperf ${{ env.VERSION }} for ${{github.ref_name}}"
echo "RELEASE_NAME=rocprof-compute ${{ env.VERSION }} for ${{github.ref_name}}"
else
echo "RELEASE_NAME=Omniperf ${{ env.VERSION }}"
echo "RELEASE_NAME=rocprof-compute ${{ env.VERSION }}"
fi >> $GITHUB_ENV
- name: Upload tarball Release Asset
uses: softprops/action-gh-release@v2
Expand Down
4 changes: 2 additions & 2 deletions grafana/dashboards/Omniperf_v1.0.3_pub.json
Original file line number Diff line number Diff line change
Expand Up @@ -13318,8 +13318,8 @@
},
"timepicker": {},
"timezone": "",
"title": "rocprof-Compute_v1.0.3_pub",
"uid": "rocprof-Compute_v1_0_063020221",
"title": "rocprof-compute_v1.0.3_pub",
"uid": "rocprof-compute_v1_0_063020221",
"version": 4,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/dashboards/Omniperf_v1.0.5_pub.json
Original file line number Diff line number Diff line change
Expand Up @@ -13324,7 +13324,7 @@
},
"timepicker": {},
"timezone": "",
"title": "rocprof-Compute_v1.0.5_pub",
"title": "rocprof-compute_v1.0.5_pub",
"uid": "MIPerf_v1_0_0630202211",
"version": 3,
"weekStart": ""
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/Omniperf_v1.0.7_pub.json
Original file line number Diff line number Diff line change
Expand Up @@ -13318,7 +13318,7 @@
},
"timepicker": {},
"timezone": "",
"title": "rocprof-Compute_v1.0.7_pub",
"title": "rocprof-compute_v1.0.7_pub",
"uid": "MIPerf_v1_0_06302022112",
"version": 2,
"weekStart": ""
Expand Down
2 changes: 1 addition & 1 deletion grafana/dashboards/Omniperf_v1.0.8_pub.json
Original file line number Diff line number Diff line change
Expand Up @@ -13390,7 +13390,7 @@
},
"timepicker": {},
"timezone": "",
"title": "rocprof-Compute_v1.0.8_pub",
"title": "rocprof-compute_v1.0.8_pub",
"uid": "MIPerf_v1_0_0630202211210",
"version": 4,
"weekStart": ""
Expand Down
4 changes: 2 additions & 2 deletions grafana/dashboards/Omniperf_v2.0.0_pub.json
Original file line number Diff line number Diff line change
Expand Up @@ -13408,8 +13408,8 @@
},
"timepicker": {},
"timezone": "",
"title": "rocprof-Compute_v2.0_pubx",
"uid": "rocprof-Compute_v20x",
"title": "rocprof-compute_v2.0_pubx",
"uid": "rocprof-compute_v20x",
"version": 2,
"weekStart": ""
}

0 comments on commit 04f5760

Please sign in to comment.