fix(CI): #2441 _actually_ disable job `test_front` because most tests have become stale
This commit is contained in:
		
							parent
							
								
									edc7f9d872
								
							
						
					
					
						commit
						ca461083c2
					
				| 
						 | 
					@ -279,31 +279,31 @@ test_api:
 | 
				
			||||||
        path: api/coverage.xml
 | 
					        path: api/coverage.xml
 | 
				
			||||||
  coverage: '/TOTAL\s*\d*\s*\d*\s*(\d*%)/'
 | 
					  coverage: '/TOTAL\s*\d*\s*\d*\s*(\d*%)/'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test_front:
 | 
					# test_front:
 | 
				
			||||||
  stage: test
 | 
					#   stage: test
 | 
				
			||||||
  needs:
 | 
					#   needs:
 | 
				
			||||||
    - job: lint_front
 | 
					#     - job: lint_front
 | 
				
			||||||
  rules:
 | 
					#   rules:
 | 
				
			||||||
    - if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
 | 
					#     - if: $CI_COMMIT_BRANCH =~ /(stable|develop)/
 | 
				
			||||||
    - changes: [front/**/*]
 | 
					#     - changes: [front/**/*]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  image: $CI_REGISTRY/funkwhale/ci/node-python:18
 | 
					#   image: $CI_REGISTRY/funkwhale/ci/node-python:18
 | 
				
			||||||
  cache:
 | 
					#   cache:
 | 
				
			||||||
    - *yarn_cache
 | 
					#     - *yarn_cache
 | 
				
			||||||
    - *node_cache
 | 
					#     - *node_cache
 | 
				
			||||||
    - *lint_cache
 | 
					#     - *lint_cache
 | 
				
			||||||
  before_script:
 | 
					#   before_script:
 | 
				
			||||||
    - cd front
 | 
					#     - cd front
 | 
				
			||||||
    - yarn install --frozen-lockfile
 | 
					#     - yarn install --frozen-lockfile
 | 
				
			||||||
  script:
 | 
					#   script:
 | 
				
			||||||
    - yarn test:unit
 | 
					#     - yarn test:unit
 | 
				
			||||||
  artifacts:
 | 
					#   artifacts:
 | 
				
			||||||
    reports:
 | 
					#     reports:
 | 
				
			||||||
      junit: front/test_results.xml
 | 
					#       junit: front/test_results.xml
 | 
				
			||||||
      coverage_report:
 | 
					#       coverage_report:
 | 
				
			||||||
        coverage_format: cobertura
 | 
					#         coverage_format: cobertura
 | 
				
			||||||
        path: front/coverage/cobertura-coverage.xml
 | 
					#         path: front/coverage/cobertura-coverage.xml
 | 
				
			||||||
  coverage: '/All files\s+(?:\|\s+((?:\d+\.)?\d+)\s+){4}.*/'
 | 
					#   coverage: '/All files\s+(?:\|\s+((?:\d+\.)?\d+)\s+){4}.*/'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_metadata:
 | 
					build_metadata:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue