|
|
|
@@ -11,7 +11,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -92,6 +92,9 @@ steps:
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- pull_request
|
|
|
|
|
paths:
|
|
|
|
|
exclude:
|
|
|
|
|
- docs/**
|
|
|
|
|
type: docker
|
|
|
|
|
volumes:
|
|
|
|
|
- host:
|
|
|
|
@@ -110,7 +113,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -255,20 +258,6 @@ steps:
|
|
|
|
|
failure: always
|
|
|
|
|
image: grafana/docker-puppeteer:1.0.0
|
|
|
|
|
name: test-a11y-frontend
|
|
|
|
|
- commands:
|
|
|
|
|
- ./scripts/ci-reference-docs-lint.sh ci
|
|
|
|
|
depends_on:
|
|
|
|
|
- build-frontend
|
|
|
|
|
image: grafana/build-container:1.4.9
|
|
|
|
|
name: build-frontend-docs
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p /hugo/content/docs/grafana
|
|
|
|
|
- cp -r docs/sources/* /hugo/content/docs/grafana/latest/
|
|
|
|
|
- cd /hugo && make prod
|
|
|
|
|
depends_on:
|
|
|
|
|
- build-frontend-docs
|
|
|
|
|
image: grafana/docs-base:latest
|
|
|
|
|
name: build-docs-website
|
|
|
|
|
- commands:
|
|
|
|
|
- ls dist/*.tar.gz*
|
|
|
|
|
- cp dist/*.tar.gz* packaging/docker/
|
|
|
|
@@ -291,6 +280,9 @@ steps:
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- pull_request
|
|
|
|
|
paths:
|
|
|
|
|
exclude:
|
|
|
|
|
- docs/**
|
|
|
|
|
type: docker
|
|
|
|
|
volumes:
|
|
|
|
|
- host:
|
|
|
|
@@ -329,7 +321,7 @@ services:
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -376,6 +368,9 @@ steps:
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- pull_request
|
|
|
|
|
paths:
|
|
|
|
|
exclude:
|
|
|
|
|
- docs/**
|
|
|
|
|
type: docker
|
|
|
|
|
volumes:
|
|
|
|
|
- host:
|
|
|
|
@@ -390,6 +385,68 @@ volumes:
|
|
|
|
|
---
|
|
|
|
|
depends_on: []
|
|
|
|
|
kind: pipeline
|
|
|
|
|
name: pr-docs
|
|
|
|
|
node:
|
|
|
|
|
type: no-parallel
|
|
|
|
|
platform:
|
|
|
|
|
arch: amd64
|
|
|
|
|
os: linux
|
|
|
|
|
services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
|
- commands:
|
|
|
|
|
- echo $DRONE_RUNNER_NAME
|
|
|
|
|
image: alpine:3.15
|
|
|
|
|
name: identify-runner
|
|
|
|
|
- commands:
|
|
|
|
|
- make gen-go
|
|
|
|
|
- ./bin/grabpl gen-version --build-id ${DRONE_BUILD_NUMBER}
|
|
|
|
|
- yarn install --immutable
|
|
|
|
|
image: grafana/build-container:1.4.9
|
|
|
|
|
name: initialize
|
|
|
|
|
- commands:
|
|
|
|
|
- ./bin/grabpl build-frontend --jobs 8 --no-install-deps --edition oss --build-id
|
|
|
|
|
${DRONE_BUILD_NUMBER} --no-pull-enterprise
|
|
|
|
|
depends_on:
|
|
|
|
|
- initialize
|
|
|
|
|
environment:
|
|
|
|
|
NODE_OPTIONS: --max_old_space_size=8192
|
|
|
|
|
image: grafana/build-container:1.4.9
|
|
|
|
|
name: build-frontend
|
|
|
|
|
- commands:
|
|
|
|
|
- ./scripts/ci-reference-docs-lint.sh ci
|
|
|
|
|
depends_on:
|
|
|
|
|
- build-frontend
|
|
|
|
|
image: grafana/build-container:1.4.9
|
|
|
|
|
name: build-frontend-docs
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p /hugo/content/docs/grafana
|
|
|
|
|
- cp -r docs/sources/* /hugo/content/docs/grafana/latest/
|
|
|
|
|
- cd /hugo && make prod
|
|
|
|
|
depends_on:
|
|
|
|
|
- build-frontend-docs
|
|
|
|
|
image: grafana/docs-base:latest
|
|
|
|
|
name: build-docs-website
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- pull_request
|
|
|
|
|
paths:
|
|
|
|
|
include:
|
|
|
|
|
- docs/**
|
|
|
|
|
- packages/**
|
|
|
|
|
type: docker
|
|
|
|
|
volumes:
|
|
|
|
|
- host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
name: docker
|
|
|
|
|
---
|
|
|
|
|
depends_on: []
|
|
|
|
|
kind: pipeline
|
|
|
|
|
name: main-test
|
|
|
|
|
node:
|
|
|
|
|
type: no-parallel
|
|
|
|
@@ -400,7 +457,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -500,7 +557,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -853,7 +910,7 @@ services:
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -931,7 +988,7 @@ steps:
|
|
|
|
|
name: identify-runner
|
|
|
|
|
- commands:
|
|
|
|
|
- $$ProgressPreference = "SilentlyContinue"
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/windows/grabpl.exe
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/windows/grabpl.exe
|
|
|
|
|
-OutFile grabpl.exe
|
|
|
|
|
image: grafana/ci-wix:0.1.1
|
|
|
|
|
name: initialize
|
|
|
|
@@ -986,7 +1043,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -1068,7 +1125,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -1340,7 +1397,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -1460,7 +1517,7 @@ services:
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -1544,7 +1601,7 @@ steps:
|
|
|
|
|
name: identify-runner
|
|
|
|
|
- commands:
|
|
|
|
|
- $$ProgressPreference = "SilentlyContinue"
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/windows/grabpl.exe
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/windows/grabpl.exe
|
|
|
|
|
-OutFile grabpl.exe
|
|
|
|
|
image: grafana/ci-wix:0.1.1
|
|
|
|
|
name: initialize
|
|
|
|
@@ -1603,7 +1660,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -1911,7 +1968,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2083,7 +2140,7 @@ services:
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2211,7 +2268,7 @@ steps:
|
|
|
|
|
name: identify-runner
|
|
|
|
|
- commands:
|
|
|
|
|
- $$ProgressPreference = "SilentlyContinue"
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/windows/grabpl.exe
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/windows/grabpl.exe
|
|
|
|
|
-OutFile grabpl.exe
|
|
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
|
|
|
|
|
- cd grafana-enterprise
|
|
|
|
@@ -2286,7 +2343,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2364,7 +2421,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2425,7 +2482,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2504,7 +2561,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2566,7 +2623,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2602,7 +2659,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2649,7 +2706,7 @@ steps:
|
|
|
|
|
name: initialize
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2697,7 +2754,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2760,7 +2817,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -2987,7 +3044,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -3100,7 +3157,7 @@ services:
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -3177,7 +3234,7 @@ steps:
|
|
|
|
|
name: identify-runner
|
|
|
|
|
- commands:
|
|
|
|
|
- $$ProgressPreference = "SilentlyContinue"
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/windows/grabpl.exe
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/windows/grabpl.exe
|
|
|
|
|
-OutFile grabpl.exe
|
|
|
|
|
image: grafana/ci-wix:0.1.1
|
|
|
|
|
name: initialize
|
|
|
|
@@ -3225,7 +3282,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -3526,7 +3583,7 @@ services: []
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -3688,7 +3745,7 @@ services:
|
|
|
|
|
steps:
|
|
|
|
|
- commands:
|
|
|
|
|
- mkdir -p bin
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/grabpl
|
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/grabpl
|
|
|
|
|
- chmod +x bin/grabpl
|
|
|
|
|
image: byrnedo/alpine-curl:0.1.8
|
|
|
|
|
name: grabpl
|
|
|
|
@@ -3806,7 +3863,7 @@ steps:
|
|
|
|
|
name: identify-runner
|
|
|
|
|
- commands:
|
|
|
|
|
- $$ProgressPreference = "SilentlyContinue"
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.1/windows/grabpl.exe
|
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v2.9.3/windows/grabpl.exe
|
|
|
|
|
-OutFile grabpl.exe
|
|
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
|
|
|
|
|
- cd grafana-enterprise
|
|
|
|
@@ -3918,6 +3975,6 @@ kind: secret
|
|
|
|
|
name: prerelease_bucket
|
|
|
|
|
---
|
|
|
|
|
kind: signature
|
|
|
|
|
hmac: 3f901be683b7063cb462b0a6e26aaf29ec12d9c634edb9a25cf47f2d3bc52045
|
|
|
|
|
hmac: 8974ec5a7361f3f45c50c38ef5f28cd51c14d8db34ed3409bf74b864d312632b
|
|
|
|
|
|
|
|
|
|
...
|
|
|
|
|