mirror of
https://github.com/grafana/grafana.git
synced 2025-09-20 01:39:53 +08:00
Remove dockerize leftovers (#39960)
This commit is contained in:

committed by
GitHub

parent
cfc31ce523
commit
ccd6a2eae3
24
.drone.yml
24
.drone.yml
@ -22,8 +22,6 @@ steps:
|
|||||||
- ./bin/grabpl verify-drone
|
- ./bin/grabpl verify-drone
|
||||||
- make gen-go
|
- make gen-go
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: codespell
|
- name: codespell
|
||||||
image: grafana/build-container:1.4.3
|
image: grafana/build-container:1.4.3
|
||||||
@ -282,8 +280,6 @@ steps:
|
|||||||
- ./bin/grabpl verify-drone
|
- ./bin/grabpl verify-drone
|
||||||
- make gen-go
|
- make gen-go
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: trigger-enterprise-downstream
|
- name: trigger-enterprise-downstream
|
||||||
image: grafana/drone-downstream
|
image: grafana/drone-downstream
|
||||||
@ -680,8 +676,6 @@ steps:
|
|||||||
- chmod +x bin/grabpl
|
- chmod +x bin/grabpl
|
||||||
- ./bin/grabpl verify-drone
|
- ./bin/grabpl verify-drone
|
||||||
- make gen-go
|
- make gen-go
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: publish-packages-oss
|
- name: publish-packages-oss
|
||||||
image: grafana/grafana-ci-deploy:1.3.1
|
image: grafana/grafana-ci-deploy:1.3.1
|
||||||
@ -771,8 +765,6 @@ steps:
|
|||||||
- make gen-go
|
- make gen-go
|
||||||
- ./bin/grabpl verify-version ${DRONE_TAG}
|
- ./bin/grabpl verify-version ${DRONE_TAG}
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: codespell
|
- name: codespell
|
||||||
image: grafana/build-container:1.4.3
|
image: grafana/build-container:1.4.3
|
||||||
@ -1149,8 +1141,6 @@ steps:
|
|||||||
- make gen-go
|
- make gen-go
|
||||||
- ./bin/grabpl verify-version ${DRONE_TAG}
|
- ./bin/grabpl verify-version ${DRONE_TAG}
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- clone
|
||||||
|
|
||||||
@ -1625,8 +1615,6 @@ steps:
|
|||||||
- ./bin/grabpl verify-drone
|
- ./bin/grabpl verify-drone
|
||||||
- make gen-go
|
- make gen-go
|
||||||
- ./bin/grabpl verify-version ${DRONE_TAG}
|
- ./bin/grabpl verify-version ${DRONE_TAG}
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: publish-packages-oss
|
- name: publish-packages-oss
|
||||||
image: grafana/grafana-ci-deploy:1.3.1
|
image: grafana/grafana-ci-deploy:1.3.1
|
||||||
@ -1735,8 +1723,6 @@ steps:
|
|||||||
- make gen-go
|
- make gen-go
|
||||||
- ./bin/grabpl verify-version v7.3.0-test
|
- ./bin/grabpl verify-version v7.3.0-test
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: codespell
|
- name: codespell
|
||||||
image: grafana/build-container:1.4.3
|
image: grafana/build-container:1.4.3
|
||||||
@ -2102,8 +2088,6 @@ steps:
|
|||||||
- make gen-go
|
- make gen-go
|
||||||
- ./bin/grabpl verify-version v7.3.0-test
|
- ./bin/grabpl verify-version v7.3.0-test
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- clone
|
||||||
|
|
||||||
@ -2572,8 +2556,6 @@ steps:
|
|||||||
- ./bin/grabpl verify-drone
|
- ./bin/grabpl verify-drone
|
||||||
- make gen-go
|
- make gen-go
|
||||||
- ./bin/grabpl verify-version v7.3.0-test
|
- ./bin/grabpl verify-version v7.3.0-test
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: publish-packages-oss
|
- name: publish-packages-oss
|
||||||
image: grafana/grafana-ci-deploy:1.3.1
|
image: grafana/grafana-ci-deploy:1.3.1
|
||||||
@ -2681,8 +2663,6 @@ steps:
|
|||||||
- ./bin/grabpl verify-drone
|
- ./bin/grabpl verify-drone
|
||||||
- make gen-go
|
- make gen-go
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
|
|
||||||
- name: codespell
|
- name: codespell
|
||||||
image: grafana/build-container:1.4.3
|
image: grafana/build-container:1.4.3
|
||||||
@ -3019,8 +2999,6 @@ steps:
|
|||||||
- ./bin/grabpl verify-drone
|
- ./bin/grabpl verify-drone
|
||||||
- make gen-go
|
- make gen-go
|
||||||
- yarn install --frozen-lockfile --no-progress
|
- yarn install --frozen-lockfile --no-progress
|
||||||
environment:
|
|
||||||
DOCKERIZE_VERSION: 0.6.1
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- clone
|
||||||
|
|
||||||
@ -3564,6 +3542,6 @@ get:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: fd746435bdd748cec43565f7ab4230da5a221aa848b11da68346921a3d67ff91
|
hmac: 5237fccbd3eb1fb753ffe2d52c75559311dc57df6b8875b24246cfc266d5895e
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -7,7 +7,6 @@ grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
|
|||||||
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
||||||
alpine_image = 'alpine:3.14.2'
|
alpine_image = 'alpine:3.14.2'
|
||||||
windows_image = 'mcr.microsoft.com/windows:1809'
|
windows_image = 'mcr.microsoft.com/windows:1809'
|
||||||
dockerize_version = '0.6.1'
|
|
||||||
wix_image = 'grafana/ci-wix:0.1.1'
|
wix_image = 'grafana/ci-wix:0.1.1'
|
||||||
test_release_ver = 'v7.3.0-test'
|
test_release_ver = 'v7.3.0-test'
|
||||||
|
|
||||||
@ -95,9 +94,6 @@ def initialize_step(edition, platform, ver_mode, is_downstream=False, install_de
|
|||||||
{
|
{
|
||||||
'name': 'initialize',
|
'name': 'initialize',
|
||||||
'image': build_image,
|
'image': build_image,
|
||||||
'environment': {
|
|
||||||
'DOCKERIZE_VERSION': dockerize_version,
|
|
||||||
},
|
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'clone',
|
'clone',
|
||||||
],
|
],
|
||||||
@ -120,9 +116,6 @@ def initialize_step(edition, platform, ver_mode, is_downstream=False, install_de
|
|||||||
{
|
{
|
||||||
'name': 'initialize',
|
'name': 'initialize',
|
||||||
'image': build_image,
|
'image': build_image,
|
||||||
'environment': {
|
|
||||||
'DOCKERIZE_VERSION': dockerize_version,
|
|
||||||
},
|
|
||||||
'commands': download_grabpl_cmds + common_cmds,
|
'commands': download_grabpl_cmds + common_cmds,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user