gitlab-qa 6.1.1 → 6.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/.gitlab-ci.yml +5 -5
 - data/lib/gitlab/qa/report/results_in_issues.rb +2 -2
 - data/lib/gitlab/qa/report/test_result.rb +2 -2
 - data/lib/gitlab/qa/version.rb +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 6f02b51e013ff64f6e9080771f02e439efcf9093cedba40ca625fd10a932436e
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 7089a36078ed197e4abb318f78d67d8f04289803c5bbfb6598fcd0761d071e6b
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 4906ac6a4ddacb5061c870a2e7e484741c60b488a8efb5051187d768c7a9a990d73b4bb5ba47ff9cf48980a63197da25890c428b27aaddb5caf69e06931ced0e
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 8dd810d48fcbbd70f858ff4fd511a9c79f29131f13968b2e990483a79e927cd6f7841fcbf47dd6ea63933ea09b7319ff630b1d337085e4a4a731eb606a9c8cc8
         
     | 
    
        data/.gitlab-ci.yml
    CHANGED
    
    | 
         @@ -94,7 +94,7 @@ release: 
     | 
|
| 
       94 
94 
     | 
    
         
             
                - exe/gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} ${RELEASE:=$DEFAULT_RELEASE} -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS || test_run_exit_code=$?
         
     | 
| 
       95 
95 
     | 
    
         
             
                - exe/gitlab-qa-report --update-screenshot-path "gitlab-qa-run-*/**/rspec-*.xml"
         
     | 
| 
       96 
96 
     | 
    
         
             
                - export GITLAB_QA_ACCESS_TOKEN="$GITLAB_QA_PRODUCTION_ACCESS_TOKEN"
         
     | 
| 
       97 
     | 
    
         
            -
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*. 
     | 
| 
      
 97 
     | 
    
         
            +
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*.json" --project "$QA_TESTCASES_REPORTING_PROJECT" || true; fi
         
     | 
| 
       98 
98 
     | 
    
         
             
                - exit $test_run_exit_code
         
     | 
| 
       99 
99 
     | 
    
         | 
| 
       100 
100 
     | 
    
         
             
            .ce-qa:
         
     | 
| 
         @@ -370,7 +370,7 @@ ce:update: 
     | 
|
| 
       370 
370 
     | 
    
         
             
              script:
         
     | 
| 
       371 
371 
     | 
    
         
             
                - exe/gitlab-qa Test::Omnibus::Update ${RELEASE:=CE} ${RELEASE:=CE} -- $RSPEC_REPORT_OPTS || test_run_exit_code=$?
         
     | 
| 
       372 
372 
     | 
    
         
             
                - export GITLAB_QA_ACCESS_TOKEN="$GITLAB_QA_PRODUCTION_ACCESS_TOKEN"
         
     | 
| 
       373 
     | 
    
         
            -
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*. 
     | 
| 
      
 373 
     | 
    
         
            +
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*.json" --project "$QA_TESTCASES_REPORTING_PROJECT"; fi
         
     | 
| 
       374 
374 
     | 
    
         
             
                - exit $test_run_exit_code
         
     | 
| 
       375 
375 
     | 
    
         
             
              extends:
         
     | 
| 
       376 
376 
     | 
    
         
             
                - .test
         
     | 
| 
         @@ -384,7 +384,7 @@ ce:update-quarantine: 
     | 
|
| 
       384 
384 
     | 
    
         
             
              script:
         
     | 
| 
       385 
385 
     | 
    
         
             
                - exe/gitlab-qa Test::Omnibus::Update ${RELEASE:=CE} ${RELEASE:=CE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS || test_run_exit_code=$?
         
     | 
| 
       386 
386 
     | 
    
         
             
                - export GITLAB_QA_ACCESS_TOKEN="$GITLAB_QA_PRODUCTION_ACCESS_TOKEN"
         
     | 
| 
       387 
     | 
    
         
            -
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*. 
     | 
| 
      
 387 
     | 
    
         
            +
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*.json" --project "$QA_TESTCASES_REPORTING_PROJECT"; fi
         
     | 
| 
       388 
388 
     | 
    
         
             
                - exit $test_run_exit_code
         
     | 
| 
       389 
389 
     | 
    
         
             
              extends:
         
     | 
| 
       390 
390 
     | 
    
         
             
                - .test
         
     | 
| 
         @@ -397,7 +397,7 @@ ee:update: 
     | 
|
| 
       397 
397 
     | 
    
         
             
              script:
         
     | 
| 
       398 
398 
     | 
    
         
             
                - exe/gitlab-qa Test::Omnibus::Update ${RELEASE:=EE} ${RELEASE:=EE} -- $RSPEC_REPORT_OPTS || test_run_exit_code=$?
         
     | 
| 
       399 
399 
     | 
    
         
             
                - export GITLAB_QA_ACCESS_TOKEN="$GITLAB_QA_PRODUCTION_ACCESS_TOKEN"
         
     | 
| 
       400 
     | 
    
         
            -
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*. 
     | 
| 
      
 400 
     | 
    
         
            +
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*.json" --project "$QA_TESTCASES_REPORTING_PROJECT"; fi
         
     | 
| 
       401 
401 
     | 
    
         
             
                - exit $test_run_exit_code
         
     | 
| 
       402 
402 
     | 
    
         
             
              extends:
         
     | 
| 
       403 
403 
     | 
    
         
             
                - .test
         
     | 
| 
         @@ -411,7 +411,7 @@ ee:update-quarantine: 
     | 
|
| 
       411 
411 
     | 
    
         
             
              script:
         
     | 
| 
       412 
412 
     | 
    
         
             
                - exe/gitlab-qa Test::Omnibus::Update ${RELEASE:=EE} ${RELEASE:=EE} -- --tag quarantine --tag ~orchestrated $RSPEC_REPORT_OPTS || test_run_exit_code=$?
         
     | 
| 
       413 
413 
     | 
    
         
             
                - export GITLAB_QA_ACCESS_TOKEN="$GITLAB_QA_PRODUCTION_ACCESS_TOKEN"
         
     | 
| 
       414 
     | 
    
         
            -
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*. 
     | 
| 
      
 414 
     | 
    
         
            +
                - if [ "$TOP_UPSTREAM_SOURCE_REF" == "master" ]; then exe/gitlab-qa-report --report-in-issues "gitlab-qa-run-*/**/rspec-*.json" --project "$QA_TESTCASES_REPORTING_PROJECT"; fi
         
     | 
| 
       415 
415 
     | 
    
         
             
                - exit $test_run_exit_code
         
     | 
| 
       416 
416 
     | 
    
         
             
              extends:
         
     | 
| 
       417 
417 
     | 
    
         
             
                - .test
         
     | 
| 
         @@ -143,7 +143,7 @@ module Gitlab 
     | 
|
| 
       143 
143 
     | 
    
         
             
                    # rubocop:disable Metrics/AbcSize
         
     | 
| 
       144 
144 
     | 
    
         
             
                    def find_issue(test)
         
     | 
| 
       145 
145 
     | 
    
         
             
                      handle_gitlab_client_exceptions do
         
     | 
| 
       146 
     | 
    
         
            -
                        return Gitlab.issue(project,  
     | 
| 
      
 146 
     | 
    
         
            +
                        return Gitlab.issue(project, id_from_testcase_url(test.testcase)) if test.testcase
         
     | 
| 
       147 
147 
     | 
    
         | 
| 
       148 
148 
     | 
    
         
             
                        issues = Gitlab.issues(project, { search: search_term(test) })
         
     | 
| 
       149 
149 
     | 
    
         
             
                          .auto_paginate
         
     | 
| 
         @@ -156,7 +156,7 @@ module Gitlab 
     | 
|
| 
       156 
156 
     | 
    
         
             
                    end
         
     | 
| 
       157 
157 
     | 
    
         
             
                    # rubocop:enable Metrics/AbcSize
         
     | 
| 
       158 
158 
     | 
    
         | 
| 
       159 
     | 
    
         
            -
                    def  
     | 
| 
      
 159 
     | 
    
         
            +
                    def id_from_testcase_url(url)
         
     | 
| 
       160 
160 
     | 
    
         
             
                      url.split('/').last.to_i
         
     | 
| 
       161 
161 
     | 
    
         
             
                    end
         
     | 
| 
       162 
162 
     | 
    
         | 
| 
         @@ -4,7 +4,7 @@ module Gitlab 
     | 
|
| 
       4 
4 
     | 
    
         
             
              module QA
         
     | 
| 
       5 
5 
     | 
    
         
             
                module Report
         
     | 
| 
       6 
6 
     | 
    
         
             
                  class TestResult
         
     | 
| 
       7 
     | 
    
         
            -
                    attr_accessor :name, :file, :skipped, :failures, : 
     | 
| 
      
 7 
     | 
    
         
            +
                    attr_accessor :name, :file, :skipped, :failures, :testcase
         
     | 
| 
       8 
8 
     | 
    
         | 
| 
       9 
9 
     | 
    
         
             
                    def self.from_json(test)
         
     | 
| 
       10 
10 
     | 
    
         
             
                      new.tap do |test_result|
         
     | 
| 
         @@ -12,7 +12,7 @@ module Gitlab 
     | 
|
| 
       12 
12 
     | 
    
         
             
                        test_result.file = test['file_path']
         
     | 
| 
       13 
13 
     | 
    
         
             
                        test_result.skipped = test['status'] == 'pending'
         
     | 
| 
       14 
14 
     | 
    
         
             
                        test_result.failures = failures_from_json_exceptions(test)
         
     | 
| 
       15 
     | 
    
         
            -
                        test_result. 
     | 
| 
      
 15 
     | 
    
         
            +
                        test_result.testcase = test['testcase']
         
     | 
| 
       16 
16 
     | 
    
         
             
                      end
         
     | 
| 
       17 
17 
     | 
    
         
             
                    end
         
     | 
| 
       18 
18 
     | 
    
         | 
    
        data/lib/gitlab/qa/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: gitlab-qa
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 6.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 6.1.2
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Grzegorz Bizon
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2020- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2020-09-03 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: climate_control
         
     |