Sha256: f2826ca86a2a82f76b6bb8f82c8abaa389683ac4cbb14eb6c75d6f90ce1458fd
Contents?: true
Size: 986 Bytes
Versions: 19
Compression:
Stored size: 986 Bytes
Contents
# Do not generate allure report since it always adds a failed test to the report. The job runs a test where 1 example would always fail and assert exit code via custom script bin/expect_exit_code_and_text ce:sanity-framework: variables: QA_GENERATE_ALLURE_REPORT: "false" QA_EXPORT_TEST_METRICS: "false" script: - ./bin/expect_exit_code_and_text "bundle exec exe/gitlab-qa Test::Instance::Image ${RELEASE:=CE} -- --tag framework" 1 "1 failure" extends: - .rules:ce-never-when-triggered-by-feature-flag-definition-change - .test - .high-capacity - .ce-variables ee:sanity-framework: variables: QA_GENERATE_ALLURE_REPORT: "false" QA_EXPORT_TEST_METRICS: "false" script: - ./bin/expect_exit_code_and_text "bundle exec exe/gitlab-qa Test::Instance::Image ${RELEASE:=EE} -- --tag framework" 1 "1 failure" extends: - .rules:ee-never-when-triggered-by-feature-flag-definition-change - .test - .high-capacity - .ee-variables
Version data entries
19 entries across 19 versions & 1 rubygems