[v9.4.x] CI: Update CI/CD tooling and pipelines from main (#76881)

* CI: Update CI/CD tooling and pipelines from main (#76814)

* CI: Update CI/CD tooling and pipelines from main

* Update Makefile

* Comment out validate_openapi_spec_step

* Update broken frontend tests

* Fix validate-npm-packages regex to work without suffix

* Fix cypress image version

(cherry picked from commit 03ecb1db39)

* Fix path for ./pkg/kindsys/report.go on Makefile

* Re-add ./pkg/cmd/grafana-cli/runner to make gen-go
This commit is contained in:
Guilherme Caulada
2023-10-20 12:19:18 -03:00
committed by GitHub
parent 6365037e69
commit 2b54a169b2
78 changed files with 3115 additions and 2972 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ package git_test
import (
"testing"
"github.com/grafana/grafana/pkg/build/git"
"github.com/stretchr/testify/assert"
"github.com/grafana/grafana/pkg/build/git"
)
func TestPRCheckRegexp(t *testing.T) {