Commit 2e7ab53e authored by Cresson Remi's avatar Cresson Remi
Browse files

ADD: ports

3 merge requests!39Release 3.2,!33Enhance CI docker build,!26TFRecord, to_tfrecords(), refac python modules, new CI
Pipeline #35887 failed
Showing with 2 additions and 4 deletions
+2 -4
...@@ -31,6 +31,8 @@ docker image: ...@@ -31,6 +31,8 @@ docker image:
- develop - develop
services: services:
- name: docker:dind - name: docker:dind
ports:
- "9090:9090"
before_script: before_script:
- echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY - echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
timeout: 10 hours timeout: 10 hours
...@@ -120,10 +122,6 @@ ctest: ...@@ -120,10 +122,6 @@ ctest:
.applications_test_base: .applications_test_base:
extends: .tests_base extends: .tests_base
stage: Applications Test stage: Applications Test
rules:
# Only for MR targeting 'develop' and 'master' branches because applications tests are slow
- if: $CI_MERGE_REQUEST_ID && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'develop'
- if: $CI_MERGE_REQUEST_ID && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'master'
before_script: before_script:
- pip3 install pytest pytest-cov pytest-order - pip3 install pytest pytest-cov pytest-order
- mkdir -p $ARTIFACT_TEST_DIR - mkdir -p $ARTIFACT_TEST_DIR
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment