mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:23:11 +08:00
CI: Rename build variants - bump grabpl version (#46152)
* Update grabpl * Change variants for pr_pipelines
This commit is contained in:

committed by
GitHub

parent
7966e3583e
commit
0012b89826
@ -57,7 +57,7 @@ ver_mode = 'pr'
|
||||
def pr_pipelines(edition):
|
||||
services = integration_test_services(edition)
|
||||
volumes = integration_test_services_volumes()
|
||||
variants = ['linux-x64', 'linux-x64-musl', 'osx64', 'win64', 'armv6',]
|
||||
variants = ['linux-x64', 'linux-x64-musl', 'darwin', 'windows', 'armv6',]
|
||||
include_enterprise2 = edition == 'enterprise'
|
||||
test_steps = [
|
||||
lint_drone_step(),
|
||||
|
@ -1,6 +1,6 @@
|
||||
load('scripts/drone/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token', 'prerelease_bucket')
|
||||
|
||||
grabpl_version = 'v2.9.10'
|
||||
grabpl_version = 'v2.9.11'
|
||||
build_image = 'grafana/build-container:1.5.1'
|
||||
publish_image = 'grafana/grafana-ci-deploy:1.3.1'
|
||||
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
||||
|
Reference in New Issue
Block a user