Service jobs do not need an active environment
This commit is contained in:
		
				
					committed by
					
						
						Todd Gamblin
					
				
			
			
				
	
			
			
			
						parent
						
							d233c20725
						
					
				
				
					commit
					4637c51c7f
				
			@@ -1047,11 +1047,6 @@ def generate_gitlab_ci_yaml(env, print_summary, output_file,
 | 
			
		||||
            ]
 | 
			
		||||
            final_job['when'] = 'always'
 | 
			
		||||
 | 
			
		||||
            if artifacts_root:
 | 
			
		||||
                final_job['variables'] = {
 | 
			
		||||
                    'SPACK_CONCRETE_ENV_DIR': concrete_env_dir
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
            output_object['rebuild-index'] = final_job
 | 
			
		||||
 | 
			
		||||
        output_object['stages'] = stage_names
 | 
			
		||||
 
 | 
			
		||||
@@ -49,8 +49,6 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
        - cd ${SPACK_CONCRETE_ENV_DIR}
 | 
			
		||||
        - spack env activate --without-view .
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "x86_64"]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -52,8 +52,6 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
        - cd ${SPACK_CONCRETE_ENV_DIR}
 | 
			
		||||
        - spack env activate --without-view .
 | 
			
		||||
      tags: ["spack", "public", "medium", "x86_64"]
 | 
			
		||||
 | 
			
		||||
  cdash:
 | 
			
		||||
 
 | 
			
		||||
@@ -357,8 +357,6 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
        - cd ${SPACK_CONCRETE_ENV_DIR}
 | 
			
		||||
        - spack env activate --without-view .
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu20.04-runner-ppc64le:2021-07-01", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "ppc64le"]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -373,8 +373,6 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
        - cd ${SPACK_CONCRETE_ENV_DIR}
 | 
			
		||||
        - spack env activate --without-view .
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "x86_64"]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -79,8 +79,6 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
        - cd ${SPACK_CONCRETE_ENV_DIR}
 | 
			
		||||
        - spack env activate --without-view .
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "x86_64"]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user