mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
CI: Run only Grafana builds on RGM for grafana/grafana (#72144)
* Run only OSS builds on RGM for grafana/grafana * Update script name * Ignore windows step failure for RGM
This commit is contained in:

committed by
GitHub

parent
0589060041
commit
f005a375db
@ -130,3 +130,8 @@ def with_deps(steps, deps = []):
|
||||
for step in steps:
|
||||
step["depends_on"] = deps
|
||||
return steps
|
||||
|
||||
def ignore_failure(steps):
|
||||
for step in steps:
|
||||
step["failure"] = "ignore"
|
||||
return steps
|
||||
|
Reference in New Issue
Block a user