Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
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
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
flame
flame-clmc
Commits
9ad49474
Commit
9ad49474
authored
5 years ago
by
Nikolay Stanchev
Browse files
Options
Downloads
Patches
Plain Diff
Updates version number
parent
7be9e736
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
src/service/VERSION
+1
-1
1 addition, 1 deletion
src/service/VERSION
src/test/VERSION
+1
-1
1 addition, 1 deletion
src/test/VERSION
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
4
View file @
9ad49474
...
...
@@ -35,8 +35,8 @@ build:tests:
-
python setup.py sdist --dist-dir=$CI_PROJECT_DIR/build
artifacts
:
paths
:
-
build/clmctest-2.
0.4
.tar.gz
-
build/clmcservice-2.
0.4
.tar.gz
-
build/clmctest-2.
1.1
.tar.gz
-
build/clmcservice-2.
1.1
.tar.gz
expire_in
:
1 day
test:all
:
...
...
@@ -50,8 +50,8 @@ test:all:
-
echo "REPO_PASS=${REPO_PASS}" >> $CI_PROJECT_DIR/reporc
-
sudo scripts/test/fixture.sh create -f src/test/clmctest/rspec.json -r $CI_PROJECT_DIR -c all
-
sudo mkdir /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
-
sudo cp build/clmctest-2.
0.4
.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
-
sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.
0.4
.tar.gz
-
sudo cp build/clmctest-2.
1.1
.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
-
sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.
1.1
.tar.gz
-
sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest
when
:
on_success
...
...
This diff is collapsed.
Click to expand it.
src/service/VERSION
+
1
−
1
View file @
9ad49474
__version__ = "2.0.4"
\ No newline at end of file
__version__ = "2.1.1"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/test/VERSION
+
1
−
1
View file @
9ad49474
__version__ = "2.0.4"
\ No newline at end of file
__version__ = "2.1.1"
\ No newline at end of file
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