Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
E
e2e-packet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
openebs
e2e-packet
Commits
a941ce89
Commit
a941ce89
authored
Nov 13, 2018
by
sathyaseelan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'modularization' of
https://github.com/nsathyaseelan/e2e-packet
into modularization
parents
6b552b21
5a5ec36d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
infra-setup
script/provider/infra-setup
+6
-2
No files found.
script/provider/infra-setup
View file @
a941ce89
...
...
@@ -5,7 +5,6 @@ set -ex
## ENVIRONMENT ##
######################
## TODO: Ideally, run_metadata should be passed as gitlab runner (CI runtime) ENV
present_dir
=
$(
pwd
)
#clone e2e-infrastructre to get the latest commits and run env-exporter script from env
git clone https://github.com/openebs/e2e-infrastructure.git
...
...
@@ -52,7 +51,13 @@ ${utils_path}/task_delimiter;
############################
## LITMUS PRECONDITIONING ##
############################
#update openebs litmus job
wget https://raw.githubusercontent.com/openebs/e2e-infrastructure/master/env-update/env.py
# script to update openebs_setup.yaml
python3 env.py
-f
providers/openebs/installers/operator/master/litmusbook/openebs_setup.yaml
echo
"updated yaml"
cat
providers/openebs/installers/operator/master/litmusbook/openebs_setup.yaml
cp
providers/openebs/installers/operator/master/litmusbook/openebs_setup.yaml run_test.yml
#update openebs litmus job
wget https://raw.githubusercontent.com/openebs/e2e-infrastructure/master/env-update/env.py
# script to update openebs_setup.yaml
...
...
@@ -60,7 +65,6 @@ python3 env.py -f providers/openebs/installers/operator/master/litmusbook/openeb
echo
"updated yaml"
cat
providers/openebs/installers/operator/master/litmusbook/openebs_setup.yaml
cp
providers/openebs/installers/operator/master/litmusbook/openebs_setup.yaml run_test.yml
#################
## RUNNER MAIN ##
...
...
Write
Preview
Markdown
is supported
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