Commit 47d09388 authored by Yuanle Song's avatar Yuanle Song
Browse files

update doc in operational

parent 3a94dfe1
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
* COMMENT -*- mode: org -*-
#+Date: 2014-05-09
Time-stamp: <2020-01-02>
Time-stamp: <2020-01-29>
#+STARTUP: content
* notes								      :entry:
** 2018-05-02 support test, build and deploy in gocd
@@ -57,6 +57,21 @@ Time-stamp: <2020-01-02>
    virtualenv-$VERSION/LICENSE.txt
- update file list in ./src/leiningen/new/python.clj
  TODO update the code to auto include all files in utils/virtualenv-* dir.
** 2020-01-29 venv and wheelhouse cache used in "make ci-build"		:doc:
- dir layout

  on go-agent node,
  ~/.cache/ci_build/$(GO_PIPELINE_NAME)/cache        pip cache
  ~/.cache/ci_build/$(GO_PIPELINE_NAME)/venvs        venv dir
  ~/.cache/ci_build/$(GO_PIPELINE_NAME)/wheelhouses  wheelhouse dir

  on docker container,
  host dir                           container mount point
  ==========================================================
  cache                              /.cache
  venvs/venv-<hash>                  /app/.venv
  wheelhouses/wheelhouse-<hash>      /app/wheelhouse

* later								      :entry:
** 2019-02-28 about the two step CD, should I make it 3 step build?
1. test