Skip to content
Snippets Groups Projects
Commit 9a825195 authored by Michael Boniface's avatar Michael Boniface
Browse files

Merge branch 'integration' into 'master'

Apt-get fix

See merge request FLAME/consortium/3rdparties/flame-clmc!54
parents 302c05a2 916792f2
No related branches found
Tags 2.0.0
No related merge requests found
......@@ -35,8 +35,8 @@ build:tests:
- python setup.py sdist --dist-dir=$CI_PROJECT_DIR/build
artifacts:
paths:
- build/clmctest-1.4.0.tar.gz
- build/clmcservice-1.4.0.tar.gz
- build/clmctest-2.0.0.tar.gz
- build/clmcservice-2.0.0.tar.gz
expire_in: 1 day
test:all:
......@@ -50,10 +50,10 @@ 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-1.4.0.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo cp build/clmcservice-1.4.0.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-1.4.0.tar.gz
- sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmcservice-1.4.0.tar.gz
- sudo cp build/clmctest-2.0.0.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build
- sudo cp build/clmcservice-2.0.0.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.0.tar.gz
- sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmcservice-2.0.0.tar.gz
- sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest
when: on_success
......
......@@ -27,7 +27,7 @@
# Force fail on command fail
set -euo pipefail
apt-get update
apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get install wget -y
echo "Installing Telegraf agent"
......
......@@ -23,7 +23,7 @@
#// Created for Project : FLAME
#//
#/////////////////////////////////////////////////////////////////////////
apt-get update
apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get install libssl-dev -y
# Create the database for the WHOAMI API
......
......@@ -41,7 +41,7 @@
# http 7474 including the browser on localhost:7474
# https 7473
sudo apt update
sudo apt update -o Acquire::CompressionTypes::Order::=gz
sudo apt install wget openjdk-8-jdk -y
# configure apt
......
......@@ -35,7 +35,7 @@ KAPACITOR_CHECKSUM=eea9b215f241906570eafe3857e1d4c5
CHRONOGRAF_VERSION=1.4.4.2
CHRONOGRAF_CHECKSUM=eea6915aa6db8f134fcd3b095e863b773bfb3a16a26e346dd65904a07df97963
apt-get update
apt-get update -o Acquire::CompressionTypes::Order::=gz
echo "----> Installing wget"
apt-get install -y wget
......
__version__ = "1.4.0"
\ No newline at end of file
__version__ = "2.0.0"
\ No newline at end of file
__version__ = "1.4.0"
\ No newline at end of file
__version__ = "2.0.0"
\ No newline at end of file
......@@ -25,7 +25,7 @@
#/////////////////////////////////////////////////////////////////////////
# Install apache
sudo apt-get update
sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
sudo apt-get -y install apache2
# start apache
......
......@@ -20,7 +20,7 @@
## Created Date : 09-02-2018
## Created for Project : FLAME
apt-get update
apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get -y install zip python
wget http://zebulon.bok.net/Bento4/binaries/Bento4-SDK-1-5-1-621.x86_64-unknown-linux.zip
......
......@@ -25,7 +25,7 @@
#/////////////////////////////////////////////////////////////////////////
# Prerequisites
sudo apt-get update
sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
sudo apt-get install -y wget git
# Environment variables for this process
......
......@@ -25,7 +25,7 @@
#/////////////////////////////////////////////////////////////////////////
# Install apache
apt-get update
apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
apt-get update
......
......@@ -23,7 +23,7 @@
#// Created for Project : FLAME
#//
#/////////////////////////////////////////////////////////////////////////
apt-get update
apt-get update -o Acquire::CompressionTypes::Order::=gz
apt-get -y install python3 python3-pip python-influxdb
update-alternatives --install /usr/bin/python python /usr/bin/python3 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment