This commit is contained in:
		
							
								
								
									
										25
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
			
		||||
kind: pipeline
 | 
			
		||||
type: docker
 | 
			
		||||
name: default
 | 
			
		||||
name: avx
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: code-analysis
 | 
			
		||||
@@ -24,6 +24,27 @@ steps:
 | 
			
		||||
      - latest
 | 
			
		||||
      - ${DRONE_BUILD_NUMBER}
 | 
			
		||||
 | 
			
		||||
- name: ms-teams
 | 
			
		||||
  image: kuperiu/drone-teams
 | 
			
		||||
  settings:
 | 
			
		||||
    webhook: 
 | 
			
		||||
      from_secret: TEAMS_WEBHOOK
 | 
			
		||||
  when:
 | 
			
		||||
    status: [ failure ]
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
type: docker
 | 
			
		||||
name: no-avx
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: code-analysis
 | 
			
		||||
  image: aosapps/drone-sonar-plugin
 | 
			
		||||
  settings:
 | 
			
		||||
    sonar_host:
 | 
			
		||||
      from_secret: SONAR_HOST
 | 
			
		||||
    sonar_token:
 | 
			
		||||
      from_secret: SONAR_CODE
 | 
			
		||||
 | 
			
		||||
- name: kaniko-no-avx
 | 
			
		||||
  image: banzaicloud/drone-kaniko
 | 
			
		||||
  settings:
 | 
			
		||||
@@ -44,4 +65,4 @@ steps:
 | 
			
		||||
    webhook: 
 | 
			
		||||
      from_secret: TEAMS_WEBHOOK
 | 
			
		||||
  when:
 | 
			
		||||
    status: [ failure ]
 | 
			
		||||
    status: [ failure ]
 | 
			
		||||
		Reference in New Issue
	
	Block a user