CI: Build pre-release artifacts in GhA on merge to release branches and main. (#106779)
* Add grafana-build action and workflow * Fix the --verify flag stalling on tar.gz builds * Add event sources for main / release branches * Update CODEOWNERS
This commit is contained in:
@@ -116,7 +116,9 @@ jobs:
|
||||
service_account: github-junit-uploader@grafanalabs-workload-identity.iam.gserviceaccount.com
|
||||
bucket: grafana-test-results
|
||||
- if: github.repository == 'grafana/grafana' && (success() || failure())
|
||||
run: echo "BUCKET_PATH=go-unit-tests/$(echo ${REF_NAME} | sed 's/\//-/g')" >> "$GITHUB_ENV"
|
||||
run: |
|
||||
BUCKET_PATH="go-unit-tests/$(echo "${REF_NAME}" | sed 's/\//-/g')"
|
||||
echo "BUCKET_PATH=$BUCKET_PATH" >> "$GITHUB_ENV"
|
||||
env:
|
||||
REF_NAME: ${{ github.ref_name }}
|
||||
- name: Upload test results
|
||||
|
||||
Reference in New Issue
Block a user