Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
8334ca56
Commit
8334ca56
authored
Oct 20, 2021
by
Diana Jlailaty
Browse files
Adding prophet and gluonmachines forecasters
parent
75668521
Pipeline
#16800
passed with stage
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8334ca56
...
...
@@ -256,3 +256,33 @@ deploy:morphemic-forecasting-eshybrid:
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag $DOCKER_FORECAST_ESHYBRID_DOCKER_NAME:latest $CI_REGISTRY_IMAGE/$DOCKER_FORECAST_ESHYBRID_DOCKER_NAME:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/$DOCKER_FORECAST_ESHYBRID_DOCKER_NAME:$CI_COMMIT_BRANCH
deploy:prophet:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
only
:
-
master
-
morphemic-rc1.5
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
docker build -t prophet -f ./forcasting_prophet/docker_image/Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag prophet:latest $CI_REGISTRY_IMAGE/prophet:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/prophet:$CI_COMMIT_BRANCH
deploy:gluonmachines:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
only
:
-
master
-
morphemic-rc1.5
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
docker build -t gluonmachines -f ./forcasting_gluonts/docker_image/Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag gluonmachines:latest $CI_REGISTRY_IMAGE/gluonmachines:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/gluonmachines:$CI_COMMIT_BRANCH
Write
Preview
Supports
Markdown
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