good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
f76491d5
Unverified
Commit
f76491d5
authored
May 14, 2020
by
Jaynti Kanani
Browse files
Options
Downloads
Patches
Plain Diff
new: add new flags for bor service file
parent
9f6df9ad
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/linuxpackage.yml
+9
-9
9 additions, 9 deletions
.github/workflows/linuxpackage.yml
with
9 additions
and
9 deletions
.github/workflows/linuxpackage.yml
+
9
−
9
View file @
f76491d5
...
...
@@ -3,7 +3,7 @@ name: Linux package
on
:
push
:
tags
:
-
'
v*.*.*
'
-
"
v*.*.*
"
jobs
:
build
:
runs-on
:
ubuntu-latest
...
...
@@ -40,7 +40,7 @@ jobs:
WorkingDirectory=/etc/bor/
EnvironmentFile=/etc/bor/metadata
ExecStartPre=/bin/mkdir -p /var/log/matic-logs/
ExecStart=/bin/bash -c "/usr/bin/bor --datadir /etc/bor/dataDir --port '30303' --rpc --rpcaddr '0.0.0.0' --rpcvhosts '*' --rpccorsdomain '*' --rpcport '8545' --ipcpath /etc/bor/geth.ipc --rpcapi 'bor,db,eth,net,web3,txpool' --networkid ${NETWORK_ID} --gasprice '
0
' --keystore /etc/bor/dataDir/keystore --unlock ${VALIDATOR_ADDRESS} --password /etc/bor/dataDir/password.txt --allow-insecure-unlock --maxpeers 150 --mine > /var/log/matic-logs/bor.log 2>&1"
ExecStart=/bin/bash -c "/usr/bin/bor --datadir /etc/bor/dataDir --port '30303' --rpc --rpcaddr '0.0.0.0' --rpcvhosts '*' --rpccorsdomain '*' --rpcport '8545' --ipcpath /etc/bor/geth.ipc --rpcapi 'bor,db,eth,net,web3,txpool
,bor
' --networkid ${NETWORK_ID} --
miner.
gasprice '
1000000000' --miner.gaslimit '24000000' --txpool.nolocals --txpool.accountslots '128' --txpool.globalslots '16384' --txpool.accountqueue '128' --txpool.globalqueue '20000' --txpool.lifetime '0h16m0s
' --keystore /etc/bor/dataDir/keystore --unlock ${VALIDATOR_ADDRESS} --password /etc/bor/dataDir/password.txt --allow-insecure-unlock --maxpeers 150 --mine > /var/log/matic-logs/bor.log 2>&1"
Type=simple
User=root
EOF
...
...
@@ -75,14 +75,14 @@ jobs:
AWS_S3_BUCKET
:
${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID
:
${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY
:
${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION
:
'
us-east-1
'
# optional: defaults to us-east-1
SOURCE_DIR
:
'
packages-v${{
env.RELEASE_VERSION
}}
'
DEST_DIR
:
'
v${{
env.RELEASE_VERSION
}}
'
AWS_REGION
:
"
us-east-1
"
# optional: defaults to us-east-1
SOURCE_DIR
:
"
packages-v${{
env.RELEASE_VERSION
}}
"
DEST_DIR
:
"
v${{
env.RELEASE_VERSION
}}
"
-
name
:
Slack Notification
uses
:
rtCamp/action-slack-notify@v2.0.0
env
:
SLACK_CHANNEL
:
code-releases
SLACK_WEBHOOK
:
${{ secrets.SLACK_WEBHOOK }}
SLACK_TITLE
:
'
New
linux
package
for
Bor
v${{
env.RELEASE_VERSION
}}
just
got
released
'
SLACK_MESSAGE
:
'
Package
has
been
uploaded
to
S3
bucket
for
public
use
and
available
at
https://matic-public.s3.amazonaws.com/v${{
env.RELEASE_VERSION
}}/matic-bor_${{
env.RELEASE_VERSION
}}_amd64.deb
'
SLACK_TITLE
:
"
New
linux
package
for
Bor
v${{
env.RELEASE_VERSION
}}
just
got
released
"
SLACK_MESSAGE
:
"
Package
has
been
uploaded
to
S3
bucket
for
public
use
and
available
at
https://matic-public.s3.amazonaws.com/v${{
env.RELEASE_VERSION
}}/matic-bor_${{
env.RELEASE_VERSION
}}_amd64.deb
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment