|
|
|
|
@ -17,7 +17,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
- tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
@ -141,6 +141,8 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- yarn storybook:build |
|
|
|
|
environment: |
|
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
|
depends_on: |
|
|
|
|
- package |
|
|
|
|
|
|
|
|
|
@ -249,7 +251,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
- tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
@ -410,6 +412,8 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- yarn storybook:build |
|
|
|
|
environment: |
|
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
|
depends_on: |
|
|
|
|
- package |
|
|
|
|
|
|
|
|
|
@ -580,7 +584,7 @@ steps: |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
commands: |
|
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
@ -629,7 +633,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
environment: |
|
|
|
|
DOCKERIZE_VERSION: 0.6.1 |
|
|
|
|
@ -704,7 +708,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- ./bin/grabpl verify-version ${DRONE_TAG} |
|
|
|
|
- curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
@ -846,6 +850,8 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- yarn storybook:build |
|
|
|
|
environment: |
|
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
|
depends_on: |
|
|
|
|
- package |
|
|
|
|
|
|
|
|
|
@ -998,7 +1004,7 @@ steps: |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
commands: |
|
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
@ -1048,7 +1054,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
|
- cd grafana-enterprise |
|
|
|
|
@ -1331,7 +1337,7 @@ steps: |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
commands: |
|
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
|
- cd grafana-enterprise |
|
|
|
|
- git checkout ${DRONE_TAG} |
|
|
|
|
@ -1396,7 +1402,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- ./bin/grabpl verify-version ${DRONE_TAG} |
|
|
|
|
environment: |
|
|
|
|
@ -1473,7 +1479,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- ./bin/grabpl verify-version v7.3.0-test |
|
|
|
|
- curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
@ -1615,6 +1621,8 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- yarn storybook:build |
|
|
|
|
environment: |
|
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
|
depends_on: |
|
|
|
|
- package |
|
|
|
|
|
|
|
|
|
@ -1757,7 +1765,7 @@ steps: |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
commands: |
|
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
@ -1807,7 +1815,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
|
- cd grafana-enterprise |
|
|
|
|
@ -2084,7 +2092,7 @@ steps: |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
commands: |
|
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
|
- cd grafana-enterprise |
|
|
|
|
- git checkout master |
|
|
|
|
@ -2149,7 +2157,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- ./bin/grabpl verify-version v7.3.0-test |
|
|
|
|
environment: |
|
|
|
|
@ -2235,7 +2243,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
- tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
|
|
@ -2373,6 +2381,8 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- yarn storybook:build |
|
|
|
|
environment: |
|
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
|
depends_on: |
|
|
|
|
- package |
|
|
|
|
|
|
|
|
|
@ -2473,7 +2483,7 @@ steps: |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
commands: |
|
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
@ -2519,7 +2529,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- mkdir -p bin |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/grabpl |
|
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/grabpl |
|
|
|
|
- chmod +x bin/grabpl |
|
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
|
- cd grafana-enterprise |
|
|
|
|
@ -2675,6 +2685,8 @@ steps: |
|
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
|
commands: |
|
|
|
|
- yarn storybook:build |
|
|
|
|
environment: |
|
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
|
depends_on: |
|
|
|
|
- package |
|
|
|
|
|
|
|
|
|
@ -2778,7 +2790,7 @@ steps: |
|
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
|
commands: |
|
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.22/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
|
- cd grafana-enterprise |
|
|
|
|
- git checkout $$env:DRONE_BRANCH |
|
|
|
|
|