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
50f8bcc3
Unverified
Commit
50f8bcc3
authored
Oct 30, 2020
by
Arve Knudsen
Committed by
GitHub
Oct 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drone: Don't build on Windows for PRs (#28663)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
e8bfb218
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
32 deletions
+0
-32
.drone.yml
+0
-26
scripts/pr.star
+0
-6
No files found.
.drone.yml
View file @
50f8bcc3
...
...
@@ -233,32 +233,6 @@ trigger:
---
kind
:
pipeline
type
:
docker
name
:
windows-pr
platform
:
os
:
windows
arch
:
amd64
version
:
1809
steps
:
-
name
:
identify-runner
image
:
mcr.microsoft.com/windows:1809
commands
:
-
echo $env:DRONE_RUNNER_NAME
-
name
:
initialize
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.20/windows/grabpl.exe -OutFile grabpl.exe
trigger
:
event
:
-
pull_request
---
kind
:
pipeline
type
:
docker
name
:
build-master
platform
:
...
...
scripts/pr.star
View file @
50f8bcc3
...
...
@@ -19,7 +19,6 @@ load(
'build_docker_images_step',
'postgres_integration_tests_step',
'mysql_integration_tests_step',
'get_windows_steps',
'benchmark_ldap_step',
'ldap_service',
'integration_test_services',
...
...
@@ -50,7 +49,6 @@ def pr_pipelines(edition):
postgres_integration_tests_step(),
mysql_integration_tests_step(),
]
windows_steps = get_windows_steps(edition=edition, ver_mode=ver_mode)
if edition == 'enterprise':
steps.append(benchmark_ldap_step())
services.append(ldap_service())
...
...
@@ -62,8 +60,4 @@ def pr_pipelines(edition):
name='test-pr', edition=edition, trigger=trigger, services=services, steps=steps,
ver_mode=ver_mode,
),
pipeline(
name='windows-pr', edition=edition, trigger=trigger, steps=windows_steps, platform='windows',
ver_mode=ver_mode,
),
]
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