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
95f7a913
Unverified
Commit
95f7a913
authored
Mar 19, 2019
by
Leonard Gram
Committed by
GitHub
Mar 19, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16069 from xlson/ci-deploy-speedup
build: crcmod speedups rsync to gcp for deploy.
parents
2ca8d178
4152e5c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.circleci/config.yml
+4
-4
scripts/build/ci-deploy/Dockerfile
+1
-1
scripts/build/ci-deploy/build-deploy.sh
+1
-1
No files found.
.circleci/config.yml
View file @
95f7a913
...
@@ -322,7 +322,7 @@ jobs:
...
@@ -322,7 +322,7 @@ jobs:
deploy-enterprise-master
:
deploy-enterprise-master
:
docker
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
0
-
image
:
grafana/grafana-ci-deploy:1.2.
1
steps
:
steps
:
-
attach_workspace
:
-
attach_workspace
:
at
:
.
at
:
.
...
@@ -345,7 +345,7 @@ jobs:
...
@@ -345,7 +345,7 @@ jobs:
deploy-enterprise-release
:
deploy-enterprise-release
:
docker
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
0
-
image
:
grafana/grafana-ci-deploy:1.2.
1
steps
:
steps
:
-
checkout
-
checkout
-
attach_workspace
:
-
attach_workspace
:
...
@@ -378,7 +378,7 @@ jobs:
...
@@ -378,7 +378,7 @@ jobs:
deploy-master
:
deploy-master
:
docker
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
0
-
image
:
grafana/grafana-ci-deploy:1.2.
1
steps
:
steps
:
-
attach_workspace
:
-
attach_workspace
:
at
:
.
at
:
.
...
@@ -409,7 +409,7 @@ jobs:
...
@@ -409,7 +409,7 @@ jobs:
deploy-release
:
deploy-release
:
docker
:
docker
:
-
image
:
grafana/grafana-ci-deploy:1.2.
0
-
image
:
grafana/grafana-ci-deploy:1.2.
1
steps
:
steps
:
-
checkout
-
checkout
-
attach_workspace
:
-
attach_workspace
:
...
...
scripts/build/ci-deploy/Dockerfile
View file @
95f7a913
...
@@ -10,7 +10,7 @@ FROM circleci/python:2.7-stretch
...
@@ -10,7 +10,7 @@ FROM circleci/python:2.7-stretch
USER
root
USER
root
RUN
pip install
awscli
&&
\
RUN
pip install
-U
awscli crcmod
&&
\
curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-222.0.0-linux-x86_64.tar.gz |
\
curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-222.0.0-linux-x86_64.tar.gz |
\
tar
xvzf -
-C
/opt
&&
\
tar
xvzf -
-C
/opt
&&
\
apt update
&&
\
apt update
&&
\
...
...
scripts/build/ci-deploy/build-deploy.sh
View file @
95f7a913
#!/bin/bash
#!/bin/bash
_version
=
"1.2.
0
"
_version
=
"1.2.
1
"
_tag
=
"grafana/grafana-ci-deploy:
${
_version
}
"
_tag
=
"grafana/grafana-ci-deploy:
${
_version
}
"
docker build
-t
$_tag
.
docker build
-t
$_tag
.
...
...
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