Skip to content
Snippets Groups Projects

Development

1 file
+ 14
14
Compare changes
  • Side-by-side
  • Inline
+ 14
14
@@ -187,7 +187,7 @@ include:
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Verify/Accessibility.gitlab-ci.yml
- template: Verify/Browser-Performance.gitlab-ci.yml
# - template: Verify/Browser-Performance.gitlab-ci.yml
# Runs the code quality reporter
@@ -247,19 +247,19 @@ a11y:
ally_urls: "https://submit.tudelft.nl"
# Accessibility testing
performance:
extends:
- .gitlab_reporter
rules:
- if: $CI_PIPELINE_SOURCE == "trigger" ||
$CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"
when: never
- if: $CI_COMMIT_BRANCH == "master" ||
$CI_COMMIT_BRANCH == "development"
when: manual
stage: gitlab reports
variables:
URL: "https://submit.tudelft.nl"
#performance:
# extends:
# - .gitlab_reporter
# rules:
# - if: $CI_PIPELINE_SOURCE == "trigger" ||
# $CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"
# when: never
# - if: $CI_COMMIT_BRANCH == "master" ||
# $CI_COMMIT_BRANCH == "development"
# when: manual
# stage: gitlab reports
# variables:
# URL: "https://submit.tudelft.nl"
# Run the container scanning security checks.
# Currently set to manual because we do not believe it adds anything to the current
Loading