X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitlab-ci.yml;h=9c80ba7499d7bf2e0ba5375e947c3cc2320e5301;hb=84e74ceb1083578cba3aa6a1d6947b25de21e978;hp=d08078fb463f64476e64e13ac30a30385ee135f0;hpb=04a23703738ed012b1ab0998ff999eaf99c7af4e;p=platform%2Fupstream%2Fgstreamer.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d08078f..9c80ba7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -130,8 +130,7 @@ fedora amd64 docker: - '.fedora image' - '.fdo.container-build@fedora' stage: 'preparation' - needs: - - "trigger" + needs: [] tags: - 'packet.net' @@ -206,10 +205,15 @@ gst indent: # build setup templates # .build_template: &build + - date -R - ci/scripts/handle-subprojects-cache.py subprojects/ + - date -R - echo $MESON_ARGS + - date -R - meson build/ $MESON_ARGS + - date -R - ninja -C build/ + - date -R - ccache --show-stats .build_ccache_vars: @@ -508,7 +512,7 @@ check fedora: integration testsuites fedora: extends: '.test fedora x86_64' - parallel: 4 + parallel: 8 variables: EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX} --sync" TEST_SUITE: "validate ges" @@ -702,7 +706,6 @@ documentation: extends: - '.documentation' needs: - - "trigger" - "fedora amd64 docker" rules: - if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == "main"'