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
660a453f
Unverified
Commit
660a453f
authored
Mar 27, 2020
by
Arve Knudsen
Committed by
GitHub
Mar 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CircleCI: Tweak concurrency when packaging (#23129)
parent
a111cc0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.circleci/config.yml
+8
-8
No files found.
.circleci/config.yml
View file @
660a453f
...
...
@@ -330,16 +330,16 @@ jobs:
if [[ -n $CIRCLE_TAG ]]; then
# A release build
/tmp/workspace/bin/grabpl package --jobs
4
--edition oss $CIRCLE_TAG
/tmp/workspace/bin/grabpl package --jobs
2
--edition oss $CIRCLE_TAG
elif [[ $CIRCLE_BRANCH == "chore/test-release-pipeline" ]]; then
# We're testing the release pipeline
/tmp/workspace/bin/grabpl package --jobs
4
--edition oss v6.7.0-beta1
/tmp/workspace/bin/grabpl package --jobs
2
--edition oss v6.7.0-beta1
elif [[ $CIRCLE_BRANCH == "master" ]]; then
# A master build
/tmp/workspace/bin/grabpl package --jobs
4
--edition oss --build-id $CIRCLE_WORKFLOW_ID
/tmp/workspace/bin/grabpl package --jobs
2
--edition oss --build-id $CIRCLE_WORKFLOW_ID
else
# A PR build
/tmp/workspace/bin/grabpl package --jobs
4
--edition oss --build-id $CIRCLE_WORKFLOW_ID --variants \
/tmp/workspace/bin/grabpl package --jobs
2
--edition oss --build-id $CIRCLE_WORKFLOW_ID --variants \
linux-x64,linux-x64-musl,osx64,win64
fi
-
run
:
...
...
@@ -384,16 +384,16 @@ jobs:
command
:
|
if [[ -n $CIRCLE_TAG ]]; then
# A release build
/tmp/workspace/bin/grabpl package --jobs
4
--edition enterprise $CIRCLE_TAG
/tmp/workspace/bin/grabpl package --jobs
2
--edition enterprise $CIRCLE_TAG
elif [[ $CIRCLE_BRANCH == "chore/test-release-pipeline" ]]; then
# We're testing the release pipeline
/tmp/workspace/bin/grabpl package --jobs
4
--edition enterprise v6.7.0-beta1
/tmp/workspace/bin/grabpl package --jobs
2
--edition enterprise v6.7.0-beta1
elif [[ $CIRCLE_BRANCH == "master" ]]; then
# A master build
/tmp/workspace/bin/grabpl package --jobs
4
--edition enterprise --build-id $CIRCLE_WORKFLOW_ID
/tmp/workspace/bin/grabpl package --jobs
2
--edition enterprise --build-id $CIRCLE_WORKFLOW_ID
else
# A PR build
/tmp/workspace/bin/grabpl package --jobs
4
--edition enterprise --build-id $CIRCLE_WORKFLOW_ID --variants \
/tmp/workspace/bin/grabpl package --jobs
2
--edition enterprise --build-id $CIRCLE_WORKFLOW_ID --variants \
linux-x64,linux-x64-musl,osx64,win64
fi
-
run
:
...
...
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