Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
hive
hivemind
Commits
af692748
Commit
af692748
authored
4 years ago
by
Dariusz Kędzierski
Browse files
Options
Downloads
Patches
Plain Diff
Temporarily hardcoded mock head block to sync command in CI. Proper tests branch
parent
614f01fe
No related branches found
No related tags found
2 merge requests
!456
Release candidate v1 24
,
!361
Extended mock follow tests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yaml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yaml
tests/tests_api
+1
-1
1 addition, 1 deletion
tests/tests_api
with
4 additions
and
2 deletions
.gitlab-ci.yaml
+
3
−
1
View file @
af692748
...
...
@@ -73,7 +73,9 @@ hivemind_sync:
script
:
-
pip3 install --user --upgrade pip setuptools
-
scripts/ci_sync.sh "$HIVEMIND_DB_NAME" "$HIVEMIND_POSTGRESQL_CONNECTION_STRING" "$HIVEMIND_SOURCE_HIVED_URL" $HIVEMIND_MAX_BLOCK $HIVEMIND_HTTP_PORT
# WARNING!!! temporarily hardcoded 5000017 instead $HIVEMIND_MAX_BLOCK
# revert that change when $HIVEMIND_MAX_BLOCK will be set to 5000017
-
scripts/ci_sync.sh "$HIVEMIND_DB_NAME" "$HIVEMIND_POSTGRESQL_CONNECTION_STRING" "$HIVEMIND_SOURCE_HIVED_URL" 5000017 $HIVEMIND_HTTP_PORT
artifacts
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
tests_api
@
07f6b2f4
Compare
ec43c832
...
07f6b2f4
Subproject commit
ec43c8329249f9aa85ea76c57b35c05a0fd16926
Subproject commit
07f6b2f4a70fa8ae9a4144e6f79076244be40bad
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