|
|
|
@ -1683,7 +1683,7 @@ steps: |
|
|
|
|
image: alpine:3.15 |
|
|
|
|
name: identify-runner |
|
|
|
|
- commands: |
|
|
|
|
- ./bin/grabpl store-packages --edition oss --gcp-key /tmp/gcpkey.json --build-id |
|
|
|
|
- ./bin/grabpl publish packages --edition oss --gcp-key /tmp/gcpkey.json --build-id |
|
|
|
|
${DRONE_BUILD_NUMBER} |
|
|
|
|
depends_on: |
|
|
|
|
- gen-version |
|
|
|
@ -1699,7 +1699,7 @@ steps: |
|
|
|
|
GRAFANA_COM_API_KEY: |
|
|
|
|
from_secret: grafana_api_key |
|
|
|
|
image: grafana/grafana-ci-deploy:1.3.3 |
|
|
|
|
name: store-packages-oss |
|
|
|
|
name: publish-packages-oss |
|
|
|
|
trigger: |
|
|
|
|
branch: main |
|
|
|
|
event: |
|
|
|
@ -3591,7 +3591,7 @@ steps: |
|
|
|
|
image: grafana/build-container:1.5.9 |
|
|
|
|
name: gen-version |
|
|
|
|
- commands: |
|
|
|
|
- ./bin/grabpl store-packages --edition oss --gcp-key /tmp/gcpkey.json ${DRONE_TAG} |
|
|
|
|
- ./bin/grabpl publish packages --edition oss --gcp-key /tmp/gcpkey.json ${DRONE_TAG} |
|
|
|
|
depends_on: |
|
|
|
|
- gen-version |
|
|
|
|
environment: |
|
|
|
@ -3606,7 +3606,16 @@ steps: |
|
|
|
|
GRAFANA_COM_API_KEY: |
|
|
|
|
from_secret: grafana_api_key |
|
|
|
|
image: grafana/grafana-ci-deploy:1.3.3 |
|
|
|
|
name: store-packages-oss |
|
|
|
|
name: publish-packages-oss |
|
|
|
|
- commands: |
|
|
|
|
- ./bin/grabpl publish grafana-com --edition oss ${DRONE_TAG} |
|
|
|
|
depends_on: |
|
|
|
|
- publish-packages-oss |
|
|
|
|
environment: |
|
|
|
|
GRAFANA_COM_API_KEY: |
|
|
|
|
from_secret: grafana_api_key |
|
|
|
|
image: grafana/grafana-ci-deploy:1.3.3 |
|
|
|
|
name: publish-grafanacom-oss |
|
|
|
|
trigger: |
|
|
|
|
event: |
|
|
|
|
- promote |
|
|
|
@ -3646,7 +3655,8 @@ steps: |
|
|
|
|
image: grafana/build-container:1.5.9 |
|
|
|
|
name: gen-version |
|
|
|
|
- commands: |
|
|
|
|
- ./bin/grabpl store-packages --edition enterprise --gcp-key /tmp/gcpkey.json ${DRONE_TAG} |
|
|
|
|
- ./bin/grabpl publish packages --edition enterprise --gcp-key /tmp/gcpkey.json |
|
|
|
|
${DRONE_TAG} |
|
|
|
|
depends_on: |
|
|
|
|
- gen-version |
|
|
|
|
environment: |
|
|
|
@ -3661,7 +3671,16 @@ steps: |
|
|
|
|
GRAFANA_COM_API_KEY: |
|
|
|
|
from_secret: grafana_api_key |
|
|
|
|
image: grafana/grafana-ci-deploy:1.3.3 |
|
|
|
|
name: store-packages-enterprise |
|
|
|
|
name: publish-packages-enterprise |
|
|
|
|
- commands: |
|
|
|
|
- ./bin/grabpl publish grafana-com --edition enterprise ${DRONE_TAG} |
|
|
|
|
depends_on: |
|
|
|
|
- publish-packages-enterprise |
|
|
|
|
environment: |
|
|
|
|
GRAFANA_COM_API_KEY: |
|
|
|
|
from_secret: grafana_api_key |
|
|
|
|
image: grafana/grafana-ci-deploy:1.3.3 |
|
|
|
|
name: publish-grafanacom-enterprise |
|
|
|
|
trigger: |
|
|
|
|
event: |
|
|
|
|
- promote |
|
|
|
@ -5152,6 +5171,6 @@ kind: secret |
|
|
|
|
name: gcp_upload_artifacts_key |
|
|
|
|
--- |
|
|
|
|
kind: signature |
|
|
|
|
hmac: 98f819899607b53f5e6899ec67302671054808a98db9c6fa373e9420d7adeea8 |
|
|
|
|
hmac: d3f17852dfffd0a3112098c897af0aa9936ea3c157ec4786f4d61c2f36fed0da |
|
|
|
|
|
|
|
|
|
... |
|
|
|
|