Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Use updated sync nodes for sync tests #7599

Merged
merged 3 commits into from
Jul 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pipeline.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@
"environment":
{
"SKIP_PRE_V180": "true",
"SKIP_V180": "false"
"SKIP_V180": "true",
"SKIP_V200": "false,"
}
},
"eosio-replay-tests":
{
"environment":
{
"SKIP_PRE_V180": "true",
"SKIP_V180": "false"
"SKIP_V180": "true",
"SKIP_V200": "false"
}
}
}