mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Remove CentOS8 from RPMBUILD action. End of Life
This commit is contained in:
		
							
								
								
									
										40
									
								
								.github/workflows/rpmbuild.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										40
									
								
								.github/workflows/rpmbuild.yml
									
									
									
									
										vendored
									
									
								
							@@ -5,46 +5,6 @@ on:
 | 
			
		||||
  - '**'
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build-centos8:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
      with:
 | 
			
		||||
        submodules: recursive
 | 
			
		||||
    - uses: TomTheBear/rpmbuild@master
 | 
			
		||||
      id: rpm
 | 
			
		||||
      name: Build RPM package on CentOS8
 | 
			
		||||
      with:
 | 
			
		||||
        spec_file: "./scripts/cc-metric-collector.spec"
 | 
			
		||||
    - name: Save RPM as artifact
 | 
			
		||||
      uses: actions/upload-artifact@v1.0.0
 | 
			
		||||
      with:
 | 
			
		||||
        name: cc-metric-collector RPM CentOS8
 | 
			
		||||
        path: ${{ steps.rpm.outputs.rpm_dir_path }}
 | 
			
		||||
    - name: Save SRPM as artifact
 | 
			
		||||
      uses: actions/upload-artifact@v1.0.0
 | 
			
		||||
      with:
 | 
			
		||||
        name: cc-metric-collector SRPM CentOS8
 | 
			
		||||
        path: ${{ steps.rpm.outputs.source_rpm_path }}
 | 
			
		||||
  build-centos-latest:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
    - uses: TomTheBear/rpmbuild@centos_latest
 | 
			
		||||
      id: rpm
 | 
			
		||||
      name: Build RPM package on CentOS 'Latest'
 | 
			
		||||
      with:
 | 
			
		||||
        spec_file: "./scripts/cc-metric-collector.spec"
 | 
			
		||||
    - name: Save RPM as artifact
 | 
			
		||||
      uses: actions/upload-artifact@v1.0.0
 | 
			
		||||
      with:
 | 
			
		||||
        name: cc-metric-collector RPM CentOS 'Latest'
 | 
			
		||||
        path: ${{ steps.rpm.outputs.rpm_dir_path }}
 | 
			
		||||
    - name: Save SRPM as artifact
 | 
			
		||||
      uses: actions/upload-artifact@v1.0.0
 | 
			
		||||
      with:
 | 
			
		||||
        name: cc-metric-collector SRPM CentOS 'Latest'
 | 
			
		||||
        path: ${{ steps.rpm.outputs.source_rpm_path }}
 | 
			
		||||
  build-alma-8_5:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user