Gitlab pipelines: use images from the Spack organization (#26796)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							95538de731
						
					
				
				
					commit
					79c92062a8
				
			@@ -1,7 +1,7 @@
 | 
			
		||||
stages: [ "generate", "build" ]
 | 
			
		||||
 | 
			
		||||
default:
 | 
			
		||||
  image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
  image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
 | 
			
		||||
########################################
 | 
			
		||||
# Job templates
 | 
			
		||||
 
 | 
			
		||||
@@ -40,7 +40,7 @@ spack:
 | 
			
		||||
    mappings:
 | 
			
		||||
      - match: [ 'os=ubuntu18.04' ]
 | 
			
		||||
        runner-attributes:
 | 
			
		||||
          image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [ "" ] }
 | 
			
		||||
          image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [ "" ] }
 | 
			
		||||
          tags: [ "spack", "public", "large", "x86_64" ]
 | 
			
		||||
 | 
			
		||||
    temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
 | 
			
		||||
@@ -49,7 +49,7 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
 | 
			
		||||
      image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "x86_64"]
 | 
			
		||||
 | 
			
		||||
  cdash:
 | 
			
		||||
 
 | 
			
		||||
@@ -30,7 +30,7 @@ spack:
 | 
			
		||||
  mirrors: { "mirror": "s3://spack-binaries-develop/data-vis-sdk" }
 | 
			
		||||
 | 
			
		||||
  gitlab-ci:
 | 
			
		||||
    image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
    image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
    script:
 | 
			
		||||
      - . "./share/spack/setup-env.sh"
 | 
			
		||||
      - spack --version
 | 
			
		||||
@@ -48,7 +48,7 @@ spack:
 | 
			
		||||
    temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
 | 
			
		||||
    broken-specs-url: "s3://spack-binaries-develop/broken-specs"
 | 
			
		||||
    service-job-attributes:
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
      image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
@@ -59,4 +59,3 @@ spack:
 | 
			
		||||
    url: https://cdash.spack.io
 | 
			
		||||
    project: Spack Testing
 | 
			
		||||
    site: Cloud Gitlab Infrastructure
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -345,11 +345,11 @@ spack:
 | 
			
		||||
        - vtk-m
 | 
			
		||||
        - warpx
 | 
			
		||||
        runner-attributes:
 | 
			
		||||
          image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu20.04-runner-ppc64le:2021-07-01", "entrypoint": [""] }
 | 
			
		||||
          image: { "name": "ghcr.io/spack/e4s-ubuntu-20.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
          tags: ["spack", "public", "xlarge", "ppc64le"]
 | 
			
		||||
      - match: ['os=ubuntu20.04']
 | 
			
		||||
        runner-attributes:
 | 
			
		||||
          image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu20.04-runner-ppc64le:2021-07-01", "entrypoint": [""] }
 | 
			
		||||
          image: { "name": "ghcr.io/spack/e4s-ubuntu-20.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
          tags: ["spack", "public", "large", "ppc64le"]
 | 
			
		||||
    temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
 | 
			
		||||
    broken-specs-url: "s3://spack-binaries-develop/broken-specs"
 | 
			
		||||
@@ -357,7 +357,7 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu20.04-runner-ppc64le:2021-07-01", "entrypoint": [""] }
 | 
			
		||||
      image: { "name": "ghcr.io/spack/e4s-ubuntu-20.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "ppc64le"]
 | 
			
		||||
 | 
			
		||||
  cdash:
 | 
			
		||||
@@ -365,5 +365,3 @@ spack:
 | 
			
		||||
    url: https://cdash.spack.io
 | 
			
		||||
    project: Spack Testing
 | 
			
		||||
    site: Cloud Gitlab Infrastructure
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -361,11 +361,11 @@ spack:
 | 
			
		||||
        - vtk-m
 | 
			
		||||
        - warpx
 | 
			
		||||
        runner-attributes:
 | 
			
		||||
          image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
          image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
          tags: ["spack", "public", "xlarge", "x86_64"]
 | 
			
		||||
      - match: ['os=ubuntu18.04']
 | 
			
		||||
        runner-attributes:
 | 
			
		||||
          image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
          image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
          tags: ["spack", "public", "large", "x86_64"]
 | 
			
		||||
    temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
 | 
			
		||||
    broken-specs-url: "s3://spack-binaries-develop/broken-specs"
 | 
			
		||||
@@ -373,7 +373,7 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
      image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "x86_64"]
 | 
			
		||||
 | 
			
		||||
  cdash:
 | 
			
		||||
 
 | 
			
		||||
@@ -59,7 +59,7 @@ spack:
 | 
			
		||||
    - [$compilers]
 | 
			
		||||
 | 
			
		||||
  gitlab-ci:
 | 
			
		||||
    image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
    image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
    script:
 | 
			
		||||
      - . "./share/spack/setup-env.sh"
 | 
			
		||||
      - spack --version
 | 
			
		||||
@@ -79,7 +79,7 @@ spack:
 | 
			
		||||
      before_script:
 | 
			
		||||
        - . "./share/spack/setup-env.sh"
 | 
			
		||||
        - spack --version
 | 
			
		||||
      image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2021-05-15", "entrypoint": [""] }
 | 
			
		||||
      image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
 | 
			
		||||
      tags: ["spack", "public", "medium", "x86_64"]
 | 
			
		||||
 | 
			
		||||
  cdash:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user