Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bold to large resource class in config.yml #1158

Merged
merged 1 commit into from Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 12 additions & 6 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,8 @@ jobs:
environment:
- TZ: "/usr/share/zoneinfo/America/Los_Angeles"
- MRIQC_API_TAG: 1.1.0
- MRIQC_API_DOCKER_IMAGES: "nginx:latest swaggerapi/swagger-ui:latest mongo:latest python:3.7-slim"
- MRIQC_API_DOCKER_IMAGES: "nginx:latest swaggerapi/swagger-ui:latest mongo:latest
python:3.7-slim"
machine:
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
# upgrade Docker version
Expand Down Expand Up @@ -170,8 +171,8 @@ jobs:
docker exec -it registry /bin/registry garbage-collect --delete-untagged \
/etc/docker/registry/config.yml
- save_cache:
key: built-v3-{{ .Branch }}-{{ .Revision }}
paths:
key: built-v3-{{ .Branch }}-{{ .Revision }}
paths:
- /tmp/docker
- /tmp/images
- persist_to_workspace:
Expand All @@ -186,7 +187,8 @@ jobs:
environment:
- TZ: "/usr/share/zoneinfo/America/Los_Angeles"
- TEST_DATA_NAME: "circle-tests"
- TEST_DATA_URL: "https://files.osf.io/v1/resources/fvuh8/providers/osfstorage/5b6c9950fed49e001a7885b6"
- TEST_DATA_URL: "https://files.osf.io/v1/resources/fvuh8/providers/osfstorage/5b\
6c9950fed49e001a7885b6"
working_directory: /home/circleci/data
steps:
- checkout:
Expand Down Expand Up @@ -295,7 +297,8 @@ jobs:
environment:
- TZ: "/usr/share/zoneinfo/America/Los_Angeles"
- TEST_DATA_NAME: "circle-tests"
- MRIQC_API_DOCKER_IMAGES: "nginx:latest swaggerapi/swagger-ui:latest mongo:latest python:3.7-slim dockereve-master-endpoints:latest"
- MRIQC_API_DOCKER_IMAGES: "nginx:latest swaggerapi/swagger-ui:latest mongo:latest
python:3.7-slim dockereve-master-endpoints:latest"
- MIGAS_OPTOUT: "1"
machine:
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
Expand Down Expand Up @@ -456,7 +459,8 @@ jobs:
environment:
- TZ: "/usr/share/zoneinfo/America/Los_Angeles"
- TEST_DATA_NAME: "circle-tests"
- MRIQC_API_DOCKER_IMAGES: "nginx:latest swaggerapi/swagger-ui:latest mongo:latest python:3.7-slim dockereve-master-endpoints:latest"
- MRIQC_API_DOCKER_IMAGES: "nginx:latest swaggerapi/swagger-ui:latest mongo:latest
python:3.7-slim dockereve-master-endpoints:latest"
- MIGAS_OPTOUT: "1"
machine:
# https://discuss.circleci.com/t/linux-machine-executor-images-2021-april-q2-update/39928
Expand Down Expand Up @@ -609,6 +613,8 @@ jobs:

- store_artifacts:
path: /tmp/bold/test
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class: large

build_docs:
docker:
Expand Down