Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
262a6faa
Unverified
Commit
262a6faa
authored
Sep 29, 2020
by
Arve Knudsen
Committed by
GitHub
Sep 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Upgrade build-pipeline tool (#27888)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
339ef7a1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
.circleci/config.yml
+1
-1
.drone.yml
+5
-5
packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/scripts/deploy.sh
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
+1
-1
scripts/lib.star
+1
-1
No files found.
.circleci/config.yml
View file @
262a6faa
...
@@ -47,7 +47,7 @@ commands:
...
@@ -47,7 +47,7 @@ commands:
-
run
:
-
run
:
name
:
"
Install
Grafana
build
pipeline
tool"
name
:
"
Install
Grafana
build
pipeline
tool"
command
:
|
command
:
|
VERSION=0.5.
9
VERSION=0.5.
11
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
chmod +x grabpl
chmod +x grabpl
mv grabpl /tmp
mv grabpl /tmp
...
...
.drone.yml
View file @
262a6faa
...
@@ -16,7 +16,7 @@ steps:
...
@@ -16,7 +16,7 @@ steps:
-
name
:
initialize
-
name
:
initialize
image
:
grafana/build-container:1.2.27
image
:
grafana/build-container:1.2.27
commands
:
commands
:
-
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
0
/grabpl
-
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
1
/grabpl
-
chmod +x grabpl
-
chmod +x grabpl
-
mkdir -p bin
-
mkdir -p bin
-
mv grabpl bin
-
mv grabpl bin
...
@@ -241,7 +241,7 @@ steps:
...
@@ -241,7 +241,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.1
0
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
1
/windows/grabpl.exe -OutFile grabpl.exe
trigger
:
trigger
:
event
:
event
:
...
@@ -265,7 +265,7 @@ steps:
...
@@ -265,7 +265,7 @@ steps:
-
name
:
initialize
-
name
:
initialize
image
:
grafana/build-container:1.2.27
image
:
grafana/build-container:1.2.27
commands
:
commands
:
-
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
0
/grabpl
-
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
1
/grabpl
-
chmod +x grabpl
-
chmod +x grabpl
-
mkdir -p bin
-
mkdir -p bin
-
mv grabpl bin
-
mv grabpl bin
...
@@ -586,7 +586,7 @@ steps:
...
@@ -586,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.1
0
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
1
/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
...
@@ -634,7 +634,7 @@ steps:
...
@@ -634,7 +634,7 @@ steps:
-
name
:
initialize
-
name
:
initialize
image
:
grafana/build-container:1.2.27
image
:
grafana/build-container:1.2.27
commands
:
commands
:
-
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
0
/grabpl
-
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.1
1
/grabpl
-
chmod +x grabpl
-
chmod +x grabpl
-
mkdir -p bin
-
mkdir -p bin
-
mv grabpl bin
-
mv grabpl bin
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/scripts/deploy.sh
View file @
262a6faa
...
@@ -43,7 +43,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
...
@@ -43,7 +43,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
chmod +x /usr/local/bin/cc-test-reporter
chmod +x /usr/local/bin/cc-test-reporter
curl
-fL
-o
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
8
/grabpl"
curl
-fL
-o
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
11
/grabpl"
apk add
--no-cache
git
apk add
--no-cache
git
# Install Mage
# Install Mage
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
View file @
262a6faa
...
@@ -44,7 +44,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
...
@@ -44,7 +44,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
chmod 755 /usr/local/bin/cc-test-reporter
chmod 755 /usr/local/bin/cc-test-reporter
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
8
/grabpl"
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
11
/grabpl"
chmod +x /usr/local/bin/grabpl
chmod +x /usr/local/bin/grabpl
# Install Mage
# Install Mage
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
View file @
262a6faa
...
@@ -27,7 +27,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
...
@@ -27,7 +27,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
chmod +x /usr/local/bin/cc-test-reporter
chmod +x /usr/local/bin/cc-test-reporter
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
8
/grabpl"
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
11
/grabpl"
chmod +x /usr/local/bin/grabpl
chmod +x /usr/local/bin/grabpl
# Install Mage
# Install Mage
...
...
scripts/lib.star
View file @
262a6faa
...
@@ -3,7 +3,7 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.6'
...
@@ -3,7 +3,7 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.6'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.1'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.1'
alpine_image = 'alpine:3.12'
alpine_image = 'alpine:3.12'
windows_image = 'mcr.microsoft.com/windows:1809'
windows_image = 'mcr.microsoft.com/windows:1809'
grabpl_version = '0.5.1
0
'
grabpl_version = '0.5.1
1
'
git_image = 'alpine/git:v2.26.2'
git_image = 'alpine/git:v2.26.2'
dockerize_version = '0.6.1'
dockerize_version = '0.6.1'
wix_image = 'grafana/ci-wix:0.1.1'
wix_image = 'grafana/ci-wix:0.1.1'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment