Compare commits
	
		
			3 Commits
		
	
	
		
			c4728bc96d
			...
			7ad05670a7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7ad05670a7 | |||
| 7ef54079a6 | |||
| cf1e4318d2 | 
@ -12,7 +12,7 @@ pipeline:
 | 
			
		||||
      - git clone --single-branch -b $CI_COMMIT_BRANCH $CI_REPO_LINK ../salt-libertacasa-linting
 | 
			
		||||
      - cd ../salt-libertacasa-linting
 | 
			
		||||
      - find . -type f \( -name '*.yaml' -o -name '*.yml' \) -exec yamllint -f colored -s {} +
 | 
			
		||||
      - find . -name '*.sls' -exec salt-lint --severity -x 204 {} +
 | 
			
		||||
      - find . -name '*.sls' -exec salt-lint --severity {} +
 | 
			
		||||
 | 
			
		||||
  check:
 | 
			
		||||
    image: registry.opensuse.org/home/crameleon/libertacasa/containers/containerfile/libertacasa/pipeline:latest
 | 
			
		||||
 | 
			
		||||
@ -19,7 +19,7 @@ node_exporter_sysconfig:
 | 
			
		||||
    - pattern: |
 | 
			
		||||
        ^ARGS=.*$
 | 
			
		||||
    - repl: |
 | 
			
		||||
        ARGS="--web.listen-address=:9200 --collector.filesystem.fs-types-exclude='^(fuse.s3fs|fuse.cryfs|tmpfscgroup2?|debugfs|devpts|devtmpfs|fusectl|overlay|proc|procfs|pstore)\$' --no-collector.zfs --no-collector.thermal_zone --no-collector.powersupplyclass"
 | 
			
		||||
        ARGS="--web.listen-address=:9200 --collector.filesystem.fs-types-exclude='^(fuse.s3fs|fuse.cryfs|tmpfscgroup2?|debugfs|devpts|devtmpfs|fusectl|overlay|proc|procfs|pstore)\$' --no-collector.zfs --no-collector.thermal_zone --no-collector.powersupplyclass" # yamllint disable-line rule:line-length
 | 
			
		||||
    - require:
 | 
			
		||||
      - pkg: node_exporter_packages
 | 
			
		||||
      - file: node_exporter_sysconfig_header
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user