diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39d568a344513ca9c36ec8f6d3d337d3e0e7280a..533f48d30e30a1a7acfc8f9e49d6e420309f2597 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,13 +38,16 @@ variables: CREATE_ENV_VARS: "" TEST_DIR: "" tags: [ai3] + # Some artifacts may be missing, depending on the specific job. artifacts: when: always expire_in: 1 week name: "${CI_JOB_NAME}_${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}" reports: + dotenv: deploy.env junit: pytest.xml paths: + - ".vmine_group_review*" - "${BUILD_DIR}/ansible.log" - "${BUILD_DIR}/logs" @@ -74,11 +77,6 @@ full_test_review: FLOATUP_ARGS: "--state-file .vmine_group_review_$CI_MERGE_REQUEST_ID --ttl 6h --env deploy.env --dashboard-url https://vm.investici.org" TEST_DIR: "test/full.ref" allow_failure: true - artifacts: - when: always - reports: - dotenv: deploy.env - paths: ['.vmine_group_review*'] environment: name: review/$CI_COMMIT_REF_SLUG url: $VMINE_GROUP_URL