diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a31842daec1156d5cdc2d06d47a6ee1f8aba6f28..a32388f0c423b5244d84f85366a338c8d8c9e5f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1071,13 +1071,15 @@ complexity-StereoDmxEVS-stereo-in-mono-out: # Other jobs # --------------------------------------------------------------- +# job that sets up gitlab pages website +# is run on a separate schedule and collects artifacts from other jobs (currently +# only the complexity measurements) multiple times a day pages: stage: deploy tags: - - test-complexity-measurement + - ivas-linux rules: - # only run for pipelines that affect the data for the page - - if: $MEASURE_COMPLEXITY_LINUX + - if: $UPDATE_PAGES # TODO: add coverage job script: @@ -1085,7 +1087,8 @@ pages: - branch=$CI_COMMIT_REF_NAME - mkdir public - # get artifacts for complexity jobs + + ### fetch artifacts from latest run of complexity jobs - job_id=$(python3 ci/get_id_of_last_job_occurence.py $branch complexity-stereo-in-stereo-out) - echo $job_id - echo "$API_URL_BASE/$job_id/artifacts"