ch10_integration.rst 1.8 KB
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
Continuous Integration
BO ZHANG's avatar
BO ZHANG committed
2
3
4
5
6
7
8
9
======================

Using ``Jenkins``
-----------------

to be updated


10
11
Base ``docker`` image
---------------------
BO ZHANG's avatar
BO ZHANG committed
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
The CSST pipeline will be dockerized from the base image ``continuumio/anaconda3``:

    - https://hub.docker.com/r/continuumio/anaconda3

The basic information is shown below

.. code-block::

    # cat /etc/issue
    Debian GNU/Linux 11 \n \l

    # which python
    /opt/conda/bin/python
    # which conda
    /opt/conda/bin/conda
    # which pip
    /opt/conda/bin/pip
    # conda info

         active environment : None
           user config file : /root/.condarc
     populated config files :
              conda version : 4.12.0
        conda-build version : 3.21.8
             python version : 3.9.12.final.0
           virtual packages : __linux=5.10.124=0
                              __glibc=2.31=0
                              __unix=0=0
                              __archspec=1=aarch64
           base environment : /opt/conda  (writable)
          conda av data dir : /opt/conda/etc/conda
      conda av metadata url : None
               channel URLs : https://repo.anaconda.com/pkgs/main/linux-aarch64
                              https://repo.anaconda.com/pkgs/main/noarch
                              https://repo.anaconda.com/pkgs/r/linux-aarch64
                              https://repo.anaconda.com/pkgs/r/noarch
              package cache : /opt/conda/pkgs
                              /root/.conda/pkgs
           envs directories : /opt/conda/envs
                              /root/.conda/envs
                   platform : linux-aarch64
                 user-agent : conda/4.12.0 requests/2.27.1 CPython/3.9.12 Linux/5.10.124-linuxkit debian/11 glibc/2.31
                    UID:GID : 0:0
                 netrc file : None
               offline mode : False