Jobs using the "post_merge" and "manual_release_job_qa" anchors also
complete in less than a minute, so they now include the "smalljob" tag.
Since the "release" job is also a fast one, but without an anchor, the
"smalljob" tag is added to its definition.
artifacts: true
- job: docs
artifacts: true
+ tags:
+ - smalljob
rules:
- *rule_tag
artifacts:
needs:
- job: staging
artifacts: false
+ tags:
+ - smalljob
# Setting the FORCE_CVE_IDS environment variable to a comma-separated
# list of CVE IDs enables overriding the autodetected ones.
<<: *base_image
stage: postmerge
needs: []
+ tags:
+ - smalljob
# post-merge processes should run even if another MR was merged while the job was running (or queued)
interruptible: false
variables: