Skip to content
GitLab
Explore
Sign in
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
dde14177
Verified
Commit
dde14177
authored
2 years ago
by
Konrad Botor
Browse files
Options
Downloads
Patches
Plain Diff
Refactored data image jobs - ref.
hive#406
parent
cc449f91
No related branches found
No related tags found
2 merge requests
!827
Merge develop changes to master
,
!591
Implementation of hive#406
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yaml
+1
-24
1 addition, 24 deletions
.gitlab-ci.yaml
haf
+1
-1
1 addition, 1 deletion
haf
with
2 additions
and
25 deletions
.gitlab-ci.yaml
+
1
−
24
View file @
dde14177
...
...
@@ -4,13 +4,11 @@ stages:
-
collector
-
cleanup
include
:
-
project
:
hive/haf
ref
:
51768056086910b6a051283d9831df6506a7d82f
# develop
ref
:
7d52319046375526badc926587c26ba0431f388d
# develop
file
:
/scripts/ci-helpers/prepare_data_image_job.yml
variables
:
# HIVEMIND
RUNNER_HIVEMIND_SERVER_HTTP_PORT
:
8080
...
...
@@ -36,7 +34,6 @@ workflow:
when
:
never
-
when
:
always
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| ANCHORS |>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.shared_tags
:
...
...
@@ -44,17 +41,14 @@ workflow:
-
public-runner-docker
-
hived-for-tests
.start-timer
:
&start-timer
-
./scripts/ci/timer.sh start
.check-timer
:
&check-timer
-
./scripts/ci/timer.sh check
#<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<| ANCHORS |<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| BASH SCRIPTS |>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.bridge_api_smoketest-script
:
&bridge_api_smoketest-script
...
...
@@ -66,7 +60,6 @@ workflow:
api_smoketest_bridge.xml \
$RUNNER_PYTEST_WORKERS
.bridge_api_smoketest_negative-script
:
&bridge_api_smoketest_negative-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -76,7 +69,6 @@ workflow:
api_smoketest_bridge_negative.xml \
$RUNNER_PYTEST_WORKERS
.condenser_api_smoketest-script
:
&condenser_api_smoketest-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -86,7 +78,6 @@ workflow:
api_smoketest_condenser_api.xml \
$RUNNER_PYTEST_WORKERS
.condenser_api_smoketest_negative-script
:
&condenser_api_smoketest_negative-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -96,7 +87,6 @@ workflow:
api_smoketest_condenser_api_negative.xml \
$RUNNER_PYTEST_WORKERS
.database_api_smoketest-script
:
&database_api_smoketest-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -106,7 +96,6 @@ workflow:
api_smoketest_database_api.xml \
$RUNNER_PYTEST_WORKERS
.database_api_smoketest_negative-script
:
&database_api_smoketest_negative-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -116,7 +105,6 @@ workflow:
api_smoketest_database_api_negative.xml \
$RUNNER_PYTEST_WORKERS
.follow_api_smoketest-script
:
&follow_api_smoketest-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -126,7 +114,6 @@ workflow:
api_smoketest_follow_api.xml \
$RUNNER_PYTEST_WORKERS
.follow_api_smoketest_negative-script
:
&follow_api_smoketest_negative-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -136,7 +123,6 @@ workflow:
api_smoketest_follow_api_negative.xml \
$RUNNER_PYTEST_WORKERS
.tags_api_smoketest-script
:
&tags_api_smoketest-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -146,7 +132,6 @@ workflow:
api_smoketest_tags_api_negative.xml \
$RUNNER_PYTEST_WORKERS
.tags_api_smoketest_negative-script
:
&tags_api_smoketest_negative-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -156,7 +141,6 @@ workflow:
api_smoketest_tags_api.xml \
$RUNNER_PYTEST_WORKERS
.mock_tests-script
:
&mock_tests-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -166,7 +150,6 @@ workflow:
api_smoketest_mock_tests.xml \
$RUNNER_PYTEST_WORKERS
.hive_api_smoketest-script
:
&hive_api_smoketest-script
-
|
./scripts/ci/start-api-smoketest.sh \
...
...
@@ -176,7 +159,6 @@ workflow:
api_smoketest_hive_api.xml \
$RUNNER_PYTEST_WORKERS
.api-benchmark-script
:
&api-benchmark-script
-
|
./scripts/ci/start-api-benchmarks.sh \
...
...
@@ -187,7 +169,6 @@ workflow:
#<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<| BASH SCRIPTS |<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| JOBS |>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
prepare_haf_image
:
...
...
@@ -199,7 +180,6 @@ prepare_haf_image:
REGISTRY_PASS
:
"
$HAF_IMG_BUILDER_PASSWORD"
tags
:
*shared_tags
prepare_haf_data
:
extends
:
.prepare_haf_data_5m
needs
:
...
...
@@ -213,7 +193,6 @@ prepare_haf_data:
tags
:
-
hive-builder-4
cleanup_haf_cache_manual
:
extends
:
.cleanup_cache_manual
stage
:
cleanup
...
...
@@ -223,7 +202,6 @@ cleanup_haf_cache_manual:
tags
:
-
hive-builder-4
sync_e2e_benchmark
:
image
:
$CI_REGISTRY_IMAGE/ci_base_image:3.8
stage
:
sync-e2e-benchmark
...
...
@@ -303,7 +281,6 @@ sync_e2e_benchmark:
tags
:
-
hive-builder-4
Trigger benchmark-results-collector
:
stage
:
collector
needs
:
[
'
sync_e2e_benchmark'
]
...
...
This diff is collapsed.
Click to expand it.
haf
@
7d523190
Compare
b8c226df
...
7d523190
Subproject commit
b8c226dfc1b04bfb835bc70d5de01d01ee3c7ffb
Subproject commit
7d52319046375526badc926587c26ba0431f388d
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