mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove --no-install-deps argument (#45718)
This commit is contained in:
parent
7acb203b52
commit
ded53e8e0e
44
.drone.yml
44
.drone.yml
@ -137,8 +137,8 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-backend
|
name: build-backend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-frontend --jobs 8 --no-install-deps --edition oss --build-id
|
- ./bin/grabpl build-frontend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER}
|
||||||
${DRONE_BUILD_NUMBER} --no-pull-enterprise
|
--no-pull-enterprise
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -146,7 +146,7 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-frontend
|
name: build-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-plugins --jobs 8 --edition oss --no-install-deps
|
- ./bin/grabpl build-plugins --jobs 8 --edition oss
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment: null
|
environment: null
|
||||||
@ -433,8 +433,8 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: initialize
|
name: initialize
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-frontend --jobs 8 --no-install-deps --edition oss --build-id
|
- ./bin/grabpl build-frontend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER}
|
||||||
${DRONE_BUILD_NUMBER} --no-pull-enterprise
|
--no-pull-enterprise
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -615,8 +615,8 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-backend
|
name: build-backend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-frontend --jobs 8 --no-install-deps --edition oss --build-id
|
- ./bin/grabpl build-frontend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER}
|
||||||
${DRONE_BUILD_NUMBER} --no-pull-enterprise
|
--no-pull-enterprise
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -624,7 +624,7 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-frontend
|
name: build-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-plugins --jobs 8 --edition oss --no-install-deps --sign --signing-admin
|
- ./bin/grabpl build-plugins --jobs 8 --edition oss --sign --signing-admin
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -1225,8 +1225,8 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-backend
|
name: build-backend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-frontend --jobs 8 --github-token $${GITHUB_TOKEN} --no-install-deps
|
- ./bin/grabpl build-frontend --jobs 8 --github-token $${GITHUB_TOKEN} --edition
|
||||||
--edition oss --no-pull-enterprise ${DRONE_TAG}
|
oss --no-pull-enterprise ${DRONE_TAG}
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -1234,7 +1234,7 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-frontend
|
name: build-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-plugins --jobs 8 --edition oss --no-install-deps --sign --signing-admin
|
- ./bin/grabpl build-plugins --jobs 8 --edition oss --sign --signing-admin
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -1815,8 +1815,8 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-backend
|
name: build-backend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-frontend --jobs 8 --github-token $${GITHUB_TOKEN} --no-install-deps
|
- ./bin/grabpl build-frontend --jobs 8 --github-token $${GITHUB_TOKEN} --edition
|
||||||
--edition enterprise --no-pull-enterprise ${DRONE_TAG}
|
enterprise --no-pull-enterprise ${DRONE_TAG}
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -1824,8 +1824,7 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-frontend
|
name: build-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-plugins --jobs 8 --edition enterprise --no-install-deps --sign
|
- ./bin/grabpl build-plugins --jobs 8 --edition enterprise --sign --signing-admin
|
||||||
--signing-admin
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -2980,8 +2979,8 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-backend
|
name: build-backend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-frontend --jobs 8 --no-install-deps --edition oss --build-id
|
- ./bin/grabpl build-frontend --jobs 8 --edition oss --build-id ${DRONE_BUILD_NUMBER}
|
||||||
${DRONE_BUILD_NUMBER} --no-pull-enterprise
|
--no-pull-enterprise
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -2989,7 +2988,7 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-frontend
|
name: build-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-plugins --jobs 8 --edition oss --no-install-deps --sign --signing-admin
|
- ./bin/grabpl build-plugins --jobs 8 --edition oss --sign --signing-admin
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -3497,8 +3496,8 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-backend
|
name: build-backend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-frontend --jobs 8 --no-install-deps --edition enterprise --build-id
|
- ./bin/grabpl build-frontend --jobs 8 --edition enterprise --build-id ${DRONE_BUILD_NUMBER}
|
||||||
${DRONE_BUILD_NUMBER} --no-pull-enterprise
|
--no-pull-enterprise
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -3506,8 +3505,7 @@ steps:
|
|||||||
image: grafana/build-container:1.4.9
|
image: grafana/build-container:1.4.9
|
||||||
name: build-frontend
|
name: build-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./bin/grabpl build-plugins --jobs 8 --edition enterprise --no-install-deps --sign
|
- ./bin/grabpl build-plugins --jobs 8 --edition enterprise --sign --signing-admin
|
||||||
--signing-admin
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- initialize
|
- initialize
|
||||||
environment:
|
environment:
|
||||||
@ -4266,6 +4264,6 @@ kind: secret
|
|||||||
name: gcp_upload_artifacts_key
|
name: gcp_upload_artifacts_key
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: a1d0cfdd477058ff35921c78422f794279b414b27dcb80e69f59de99d778ac82
|
hmac: b02f6b686b120ff88a1f412a9cab4b3d295783f3e8cabde336b446083fe6433c
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -400,12 +400,12 @@ def build_frontend_step(edition, ver_mode, is_downstream=False):
|
|||||||
# TODO: Use percentage for num jobs
|
# TODO: Use percentage for num jobs
|
||||||
if ver_mode == 'release':
|
if ver_mode == 'release':
|
||||||
cmds = [
|
cmds = [
|
||||||
'./bin/grabpl build-frontend --jobs 8 --github-token $${GITHUB_TOKEN} --no-install-deps ' + \
|
'./bin/grabpl build-frontend --jobs 8 --github-token $${GITHUB_TOKEN} ' + \
|
||||||
'--edition {} --no-pull-enterprise ${{DRONE_TAG}}'.format(edition),
|
'--edition {} --no-pull-enterprise ${{DRONE_TAG}}'.format(edition),
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
cmds = [
|
cmds = [
|
||||||
'./bin/grabpl build-frontend --jobs 8 --no-install-deps --edition {} '.format(edition) + \
|
'./bin/grabpl build-frontend --jobs 8 --edition {} '.format(edition) + \
|
||||||
'--build-id {} --no-pull-enterprise'.format(build_no),
|
'--build-id {} --no-pull-enterprise'.format(build_no),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -453,7 +453,7 @@ def build_plugins_step(edition, sign=False):
|
|||||||
'environment': env,
|
'environment': env,
|
||||||
'commands': [
|
'commands': [
|
||||||
# TODO: Use percentage for num jobs
|
# TODO: Use percentage for num jobs
|
||||||
'./bin/grabpl build-plugins --jobs 8 --edition {} --no-install-deps{}'.format(edition, sign_args),
|
'./bin/grabpl build-plugins --jobs 8 --edition {}{}'.format(edition, sign_args),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user