Skip to content
Snippets Groups Projects
Commit a6a754e0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data] Use centos7 images for the build, to allow pytorch to be used on the CI stack

parent 2a7f30db
No related branches found
No related tags found
1 merge request!254[data] Use centos7 images for the build, to allow pytorch to be used on the CI stack
Pipeline #54819 canceled
...@@ -35,7 +35,7 @@ build_linux: ...@@ -35,7 +35,7 @@ build_linux:
- docker - docker
before_script: before_script:
- rm -fv ~/.condarc - rm -fv ~/.condarc
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
cache: cache:
key: "linux-cache" key: "linux-cache"
......
...@@ -20,7 +20,7 @@ stages: ...@@ -20,7 +20,7 @@ stages:
.bootstrap: .bootstrap:
tags: tags:
- docker - docker
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
before_script: before_script:
- rm -fv ~/.condarc - rm -fv ~/.condarc
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
......
...@@ -44,7 +44,7 @@ stages: ...@@ -44,7 +44,7 @@ stages:
extends: .build_template extends: .build_template
tags: tags:
- docker - docker
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
build_linux_38: build_linux_38:
extends: .build_linux_template extends: .build_linux_template
...@@ -70,7 +70,7 @@ build_macos_intel_38: ...@@ -70,7 +70,7 @@ build_macos_intel_38:
stage: cleanup stage: cleanup
tags: tags:
- docker - docker
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
script: script:
- bdt ci clean-betas -vv - bdt ci clean-betas -vv
cache: cache:
......
...@@ -53,7 +53,7 @@ build_linux: ...@@ -53,7 +53,7 @@ build_linux:
extends: .build_template extends: .build_template
tags: tags:
- docker - docker
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
variables: variables:
PYTHON_VERSION: "3.8" PYTHON_VERSION: "3.8"
BUILD_EGG: "true" BUILD_EGG: "true"
...@@ -98,7 +98,7 @@ build_macos_intel: ...@@ -98,7 +98,7 @@ build_macos_intel:
extends: .test_template extends: .test_template
tags: tags:
- docker - docker
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
.test_macos_intel_template: .test_macos_intel_template:
......
...@@ -53,7 +53,7 @@ stages: ...@@ -53,7 +53,7 @@ stages:
extends: .build_template extends: .build_template
tags: tags:
- docker - docker
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
artifacts: artifacts:
paths: paths:
- ${CONDA_ROOT}/conda-bld/linux-64/*.conda - ${CONDA_ROOT}/conda-bld/linux-64/*.conda
...@@ -114,7 +114,7 @@ build_linux_38: ...@@ -114,7 +114,7 @@ build_linux_38:
extends: .test_template extends: .test_template
tags: tags:
- docker - docker
image: quay.io/condaforge/linux-anvil-comp7 image: quay.io/condaforge/linux-anvil-cos7-x86_64
.test_macos_intel_template: .test_macos_intel_template:
......
...@@ -3,3 +3,7 @@ build: ...@@ -3,3 +3,7 @@ build:
- DOCSERVER - DOCSERVER
- NOSE_EVAL_ATTR - NOSE_EVAL_ATTR
- PYTEST_ADDOPTS - PYTEST_ADDOPTS
requirements:
build:
- sysroot_linux-64 2.17 # [linux64]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment