Projects STRLCPY opencti Commits a3e2053b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .drone.yml
    skipped 31 lines
    32 32   - yarn lint
    33 33   - pip3 install --upgrade --force --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@master
    34 34   - sleep 60
    35  - - NODE_OPTIONS=--max_old_space_size=10240 yarn test
     35 + - NODE_OPTIONS=--max_old_space_size=12288 yarn test
    36 36   
    37 37   - name: api-coverage
    38 38   image: plugins/codecov
    skipped 9 lines
    48 48   - yarn install
    49 49   - yarn build
    50 50   - yarn lint
    51  - - NODE_OPTIONS=--max_old_space_size=10240 yarn test
     51 + - NODE_OPTIONS=--max_old_space_size=12288 yarn test
    52 52   
    53 53   - name: build-circleci
    54 54   image: curlimages/curl
    skipped 74 lines
    129 129   - yarn install
    130 130   - yarn install:python
    131 131   - pip3 install --upgrade --force --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@master
    132  - - NODE_OPTIONS=--max_old_space_size=10240 yarn start
     132 + - NODE_OPTIONS=--max_old_space_size=12288 yarn start
    133 133   - name: opencti-live-start
    134 134   image: nikolaik/python-nodejs:python3.10-nodejs16-alpine
    135 135   environment:
    skipped 17 lines
    153 153   - yarn install
    154 154   - yarn install:python
    155 155   - pip3 install --upgrade --force --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@master
    156  - - NODE_OPTIONS=--max_old_space_size=10240 yarn start
     156 + - NODE_OPTIONS=--max_old_space_size=12288 yarn start
    157 157   - name: opencti-direct-start
    158 158   image: nikolaik/python-nodejs:python3.10-nodejs16-alpine
    159 159   environment:
    skipped 17 lines
    177 177   - yarn install
    178 178   - yarn install:python
    179 179   - pip3 install --upgrade --force --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@master
    180  - - NODE_OPTIONS=--max_old_space_size=10240 yarn start
     180 + - NODE_OPTIONS=--max_old_space_size=12288 yarn start
    181 181   - name: opencti-restore-start
    182 182   image: nikolaik/python-nodejs:python3.10-nodejs16-alpine
    183 183   environment:
    skipped 17 lines
    201 201   - yarn install
    202 202   - yarn install:python
    203 203   - pip3 install --upgrade --force --no-cache-dir git+https://github.com/OpenCTI-Platform/client-python@master
    204  - - NODE_OPTIONS=--max_old_space_size=10240 yarn start
     204 + - NODE_OPTIONS=--max_old_space_size=12288 yarn start
    205 205   
Please wait...
Page is in error, reload to recover