Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
273c6791
Commit
273c6791
authored
6 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[fix] CI: g1 and gt control hash has changed to add `replayable_on`
parent
986b441f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/test/check_g1_sync.sh
+1
-1
1 addition, 1 deletion
.gitlab/test/check_g1_sync.sh
.gitlab/test/check_gt_sync.sh
+1
-1
1 addition, 1 deletion
.gitlab/test/check_gt_sync.sh
with
2 additions
and
2 deletions
.gitlab/test/check_g1_sync.sh
+
1
−
1
View file @
273c6791
...
...
@@ -4,7 +4,7 @@ G1_TARGET_BLOCK=132446 # This is a fixed block# which determines to the sha1 has
G1_BINDEX_CS
=
a8c653572688bcb9887dfe080c1aaab17f6d8b7e
G1_IINDEX_CS
=
26393b64cdb9abb8e4012d6914f475635cba4c60
G1_MINDEX_CS
=
7c5f07c7705647365b8965fcfc5a084c2f82a388
G1_CINDEX_CS
=
3803c1ed8d3dd8f31558666d8dfd30272a6d0b74
G1_CINDEX_CS
=
2ba08d5366d0dd2faf396e7da87cea765d883e15
G1_SINDEX_CS
=
551bdba1855d5c49cd503fcb8ad787b2a24c2c42
.gitlab/test/check_indexes.sh /tmp/duniter_ci_dump/ g1
${
G1_TARGET_BLOCK
}
${
G1_BINDEX_CS
}
${
G1_IINDEX_CS
}
${
G1_MINDEX_CS
}
${
G1_CINDEX_CS
}
${
G1_SINDEX_CS
}
This diff is collapsed.
Click to expand it.
.gitlab/test/check_gt_sync.sh
+
1
−
1
View file @
273c6791
...
...
@@ -4,7 +4,7 @@ GT_TARGET_BLOCK=210000 # This is a fixed block# which determines to the sha1 has
GT_BINDEX_CS
=
2180041597ef05aa8defc757a16fe955355960ba
GT_IINDEX_CS
=
dfd2dfc3d4d0ced4c101badb4d4a1ab85de8cbde
GT_MINDEX_CS
=
d867b887663cdfad8ac42dacc6081d638eea0976
GT_CINDEX_CS
=
b141361fb40f4c13f03f4640151c7674e190a4dd
GT_CINDEX_CS
=
8e02e450943add3935031df8e6608cfb4bf015d3
GT_SINDEX_CS
=
7c6801027e39b9fea9be973d8773ac77d2c9a1f9
.gitlab/test/check_indexes.sh /tmp/duniter_ci_dump/ gt
${
GT_TARGET_BLOCK
}
${
GT_BINDEX_CS
}
${
GT_IINDEX_CS
}
${
GT_MINDEX_CS
}
${
GT_CINDEX_CS
}
${
GT_SINDEX_CS
}
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