FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devstack/.travis.yml at master · ratanasoth/devstack · GitHub
ratanasoth
/
devstack
Public
forked from
openedx-unsupported/devstack
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
devstack
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (35 loc) · 1.1 KB
Breadcrumbs
devstack
/
.travis.yml
Copy path
File metadata and controls
43 lines (35 loc) · 1.1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
sudo
:
required
language
:
python
python
:
-
"
3.5
"
env
:
-
DEVSTACK_WORKSPACE=/tmp DOCKER_COMPOSE_VERSION=1.13.0 SHALLOW_CLONE=1
services
:
-
docker
before_install
:
#
Upgrade Docker to the latest version
-
docker version
-
sudo apt-get update
-
sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
-
docker version
#
Upgrade Docker Compose to the latest version
-
docker-compose --version
-
sudo rm /usr/local/bin/docker-compose
-
curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
-
chmod +x docker-compose
-
sudo mv docker-compose /usr/local/bin
-
docker-compose --version
-
make requirements
-
make dev.clone
script
:
-
make dev.provision
-
make dev.up
-
sleep 60
#
LMS needs like 60 seconds to come up
-
make healthchecks
-
make validate-lms-volume
#
Disable e2e-tests until either:
#
* tests are less flaky
#
* We have a way to test the infrastructure for testing but ignore the test results.
#
See PLAT-1712
#
- make e2e-tests
-
make up-marketing-detached
Back
|
FazBrowse Home
|
New Git URL