Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
9e7e5c4c
Commit
9e7e5c4c
authored
Jun 16, 2020
by
madengji
Committed by
33cn
Jun 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
a742e0b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
15 deletions
+20
-15
build.yml
.github/workflows/build.yml
+16
-13
allRelayerTest.sh
plugin/dapp/x2ethereum/cmd/build/allRelayerTest.sh
+4
-2
No files found.
.github/workflows/build.yml
View file @
9e7e5c4c
...
@@ -83,7 +83,7 @@ jobs:
...
@@ -83,7 +83,7 @@ jobs:
make autotest dapp=all
make autotest dapp=all
ci_base
:
ci_base
:
name
:
base
name
:
ci_
base
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
...
@@ -100,8 +100,8 @@ jobs:
...
@@ -100,8 +100,8 @@ jobs:
make docker-compose
make docker-compose
make docker-compose-down
make docker-compose-down
ci_
paracross
:
ci_
relay
:
name
:
paracross
name
:
ci_relay
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
...
@@ -115,11 +115,11 @@ jobs:
...
@@ -115,11 +115,11 @@ jobs:
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
deploy
-
name
:
deploy
run
:
|
run
:
|
make docker-compose dapp=
paracross
make docker-compose dapp=
relay
make docker-compose-down dapp=
paracross
make docker-compose-down dapp=
relay
ci_
x2ethereum
:
ci_
paracross
:
name
:
x2ethereum
name
:
ci_paracross
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
...
@@ -133,11 +133,11 @@ jobs:
...
@@ -133,11 +133,11 @@ jobs:
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
deploy
-
name
:
deploy
run
:
|
run
:
|
make docker-compose dapp=
x2ethereum
make docker-compose dapp=
paracross
make docker-compose-down dapp=
x2ethereum
make docker-compose-down dapp=
paracross
ci_
relay
:
ci_
x2ethereum
:
name
:
relay
name
:
ci_x2ethereum
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Set up Golang
-
name
:
Set up Golang
...
@@ -151,6 +151,9 @@ jobs:
...
@@ -151,6 +151,9 @@ jobs:
uses
:
actions/checkout@v2
uses
:
actions/checkout@v2
-
name
:
deploy
-
name
:
deploy
run
:
|
run
:
|
make docker-compose dapp=relay
make
make docker-compose-down dapp=relay
make docker-compose dapp=x2ethereum
make docker-compose-down dapp=x2ethereum
plugin/dapp/x2ethereum/cmd/build/allRelayerTest.sh
View file @
9e7e5c4c
...
@@ -529,9 +529,11 @@ function TestETH2Chain33Erc20Kill() {
...
@@ -529,9 +529,11 @@ function TestETH2Chain33Erc20Kill() {
function
AllRelayerMainTest
()
{
function
AllRelayerMainTest
()
{
set
+e
set
+e
# docker_chain33_ip=$(docker inspect "${NODE3}" | jq ".[].NetworkSettings.Networks" | grep "IPAddress" | awk '{ print $2}' | sed 's/\"//g' | sed 's/,//g')
docker_chain33_ip
=
$(
docker inspect
"
${
NODE3
}
"
| jq
".[].NetworkSettings.Networks"
|
grep
"IPAddress"
|
awk
'{ print $2}'
|
sed
's/\"//g'
|
sed
's/,//g'
)
# Chain33Cli="$GOPATH/src/github.com/33cn/plugin/build/chain33-cli --rpc_laddr http://${docker_chain33_ip}:8801"
Chain33Cli
=
"
$GOPATH
/src/github.com/33cn/plugin/build/chain33-cli --rpc_laddr http://
${
docker_chain33_ip
}
:8801"
echo
"GOPATH=
$GOPATH
"
echo
"Chain33Cli=
$Chain33Cli
"
echo
-e
"
${
GRE
}
===========
$FUNCNAME
begin ===========
${
NOC
}
"
echo
-e
"
${
GRE
}
===========
$FUNCNAME
begin ===========
${
NOC
}
"
if
[[
${
1
}
!=
""
]]
;
then
if
[[
${
1
}
!=
""
]]
;
then
...
...
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