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
f8667629
Commit
f8667629
authored
6 years ago
by
MJB
Browse files
Options
Downloads
Patches
Plain Diff
version of python libraries added
parent
19e930ac
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+7
-9
7 additions, 9 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
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
10 additions
and
12 deletions
.gitlab-ci.yml
+
7
−
9
View file @
f8667629
...
...
@@ -35,8 +35,8 @@ build:tests:
-
python setup.py sdist --dist-dir=$CI_PROJECT_DIR/build
artifacts
:
paths
:
-
build/clmctest-
SNAPSHOT
.tar.gz
-
build/clmcservice-
SNAPSHOT
.tar.gz
-
build/clmctest-
1.3.0
.tar.gz
-
build/clmcservice-
1.3.0
.tar.gz
expire_in
:
1 day
test:all
:
...
...
@@ -50,13 +50,11 @@ 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/vagrant/build
-
sudo cp build/clmctest-SNAPSHOT.tar.gz /var/lib/lxd/containers/test-runner/rootfs/vagrant/build
-
sudo cp build/clmcservice-SNAPSHOT.tar.gz /var/lib/lxd/containers/test-runner/rootfs/vagrant/build
-
sudo lxc exec test-runner -- pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz
-
sudo lxc exec test-runner -- pip3 install /vagrant/build/clmcservice-SNAPSHOT.tar.gz
-
sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.scripts
-
sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.inputs
-
sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest.monitoring
-
sudo cp build/clmctest-1.3.0.tar.gz /var/lib/lxd/containers/test-runner/rootfs/vagrant/build
-
sudo cp build/clmcservice-1.3.0.tar.gz /var/lib/lxd/containers/test-runner/rootfs/vagrant/build
-
sudo lxc exec test-runner -- pip3 install /vagrant/build/clmctest-1.3.0.tar.gz
-
sudo lxc exec test-runner -- pip3 install /vagrant/build/clmcservice-1.3.0.tar.gz
-
sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest
when
:
on_success
clean
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
f8667629
...
...
@@ -103,7 +103,7 @@ Build and install the CLMC test Python module:
```
shell
cd
/vagrant/src/test
python setup.py sdist
--dist-dir
=
../../build
pip3
install
/vagrant/build/clmctest-
SNAPSHOT
.tar.gz
pip3
install
/vagrant/build/clmctest-
<version>
.tar.gz
```
The following module is unit tests:
...
...
This diff is collapsed.
Click to expand it.
src/service/VERSION
+
1
−
1
View file @
f8667629
__version__ = "1.2.0"
\ No newline at end of file
__version__ = "1.3.0"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/test/VERSION
+
1
−
1
View file @
f8667629
__version__ = "1.2.0"
\ No newline at end of file
__version__ = "1.3.0"
\ 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