|
|
@ -17,7 +17,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/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 |
|
|
|
- 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 |
|
|
|
- tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
@ -141,6 +141,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- yarn storybook:build |
|
|
|
- yarn storybook:build |
|
|
|
|
|
|
|
- ./bin/grabpl verify-storybook |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
depends_on: |
|
|
|
depends_on: |
|
|
@ -251,7 +252,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/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 |
|
|
|
- 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 |
|
|
|
- tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
@ -412,6 +413,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- yarn storybook:build |
|
|
|
- yarn storybook:build |
|
|
|
|
|
|
|
- ./bin/grabpl verify-storybook |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
depends_on: |
|
|
|
depends_on: |
|
|
@ -584,7 +586,7 @@ steps: |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
- name: build-windows-installer |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
@ -633,7 +635,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
DOCKERIZE_VERSION: 0.6.1 |
|
|
|
DOCKERIZE_VERSION: 0.6.1 |
|
|
@ -708,7 +710,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- ./bin/grabpl verify-version ${DRONE_TAG} |
|
|
|
- ./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 |
|
|
|
- curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
@ -850,6 +852,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- yarn storybook:build |
|
|
|
- yarn storybook:build |
|
|
|
|
|
|
|
- ./bin/grabpl verify-storybook |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
depends_on: |
|
|
|
depends_on: |
|
|
@ -1004,7 +1007,7 @@ steps: |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
- name: build-windows-installer |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
@ -1054,7 +1057,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
- cd grafana-enterprise |
|
|
|
- cd grafana-enterprise |
|
|
@ -1337,7 +1340,7 @@ steps: |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
- cd grafana-enterprise |
|
|
|
- cd grafana-enterprise |
|
|
|
- git checkout ${DRONE_TAG} |
|
|
|
- git checkout ${DRONE_TAG} |
|
|
@ -1402,7 +1405,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- ./bin/grabpl verify-version ${DRONE_TAG} |
|
|
|
- ./bin/grabpl verify-version ${DRONE_TAG} |
|
|
|
environment: |
|
|
|
environment: |
|
|
@ -1479,7 +1482,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- ./bin/grabpl verify-version v7.3.0-test |
|
|
|
- ./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 |
|
|
|
- curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
@ -1621,6 +1624,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- yarn storybook:build |
|
|
|
- yarn storybook:build |
|
|
|
|
|
|
|
- ./bin/grabpl verify-storybook |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
depends_on: |
|
|
|
depends_on: |
|
|
@ -1765,7 +1769,7 @@ steps: |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
- name: build-windows-installer |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
@ -1815,7 +1819,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
- cd grafana-enterprise |
|
|
|
- cd grafana-enterprise |
|
|
@ -2092,7 +2096,7 @@ steps: |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
- cd grafana-enterprise |
|
|
|
- cd grafana-enterprise |
|
|
|
- git checkout master |
|
|
|
- git checkout master |
|
|
@ -2157,7 +2161,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- ./bin/grabpl verify-version v7.3.0-test |
|
|
|
- ./bin/grabpl verify-version v7.3.0-test |
|
|
|
environment: |
|
|
|
environment: |
|
|
@ -2243,7 +2247,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/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 |
|
|
|
- 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 |
|
|
|
- tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz |
|
|
@ -2381,6 +2385,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- yarn storybook:build |
|
|
|
- yarn storybook:build |
|
|
|
|
|
|
|
- ./bin/grabpl verify-storybook |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
depends_on: |
|
|
|
depends_on: |
|
|
@ -2483,7 +2488,7 @@ steps: |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
|
|
|
|
|
|
|
|
- name: build-windows-installer |
|
|
|
- name: build-windows-installer |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
@ -2529,7 +2534,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- mkdir -p bin |
|
|
|
- mkdir -p bin |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/grabpl |
|
|
|
- curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- chmod +x bin/grabpl |
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
- git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git" |
|
|
|
- cd grafana-enterprise |
|
|
|
- cd grafana-enterprise |
|
|
@ -2685,6 +2690,7 @@ steps: |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
image: grafana/build-container:1.2.28 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- yarn storybook:build |
|
|
|
- yarn storybook:build |
|
|
|
|
|
|
|
- ./bin/grabpl verify-storybook |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
NODE_OPTIONS: --max_old_space_size=4096 |
|
|
|
depends_on: |
|
|
|
depends_on: |
|
|
@ -2790,7 +2796,7 @@ steps: |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
image: grafana/ci-wix:0.1.1 |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- $$ProgressPreference = "SilentlyContinue" |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.23/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.24/windows/grabpl.exe -OutFile grabpl.exe |
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
- git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git" |
|
|
|
- cd grafana-enterprise |
|
|
|
- cd grafana-enterprise |
|
|
|
- git checkout $$env:DRONE_BRANCH |
|
|
|
- git checkout $$env:DRONE_BRANCH |
|
|
|