Skip to content

Commit

Permalink
fix resource class
Browse files Browse the repository at this point in the history
  • Loading branch information
sledzikowy committed Sep 26, 2024
1 parent c0dac64 commit 1b381b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
pre:
docker:
- image: python:3.8.10
resource_class: cisco-en-programmability/dnacenter-ansible
resource_class: cisco-en-programmability/catalyst-center-ansible-runner-main

steps:
- run:
Expand All @@ -93,7 +93,7 @@ jobs:
build:
docker:
- image: python:3.8.10
resource_class: cisco-en-programmability/dnacenter-ansible
resource_class: cisco-en-programmability/catalyst-center-ansible-runner-main
steps:
- run:
name: Debug information
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
default: false
docker:
- image: python:3.8.10
resource_class: cisco-en-programmability/dnacenter-ansible
resource_class: cisco-en-programmability/catalyst-center-ansible-runner-main

steps:
- run:
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
sanity-tests:
docker:
- image: python:3.8.10
resource_class: cisco-en-programmability/dnacenter-ansible
resource_class: cisco-en-programmability/catalyst-center-ansible-runner-main
parallelism: 4
steps:
- when:
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
post_pnp_testing:
docker:
- image: python:3.8.10
resource_class: cisco-en-programmability/dnacenter-ansible
resource_class: cisco-en-programmability/catalyst-center-ansible-runner-main

steps:
- when:
Expand All @@ -366,7 +366,7 @@ jobs:
main-pr:
docker:
- image: maniator/gh:v2.49.2
resource_class: cisco-en-programmability/dnacenter-ansible
resource_class: cisco-en-programmability/catalyst-center-ansible-runner-main
steps:
- run:
name: Clone repo to workspace
Expand All @@ -380,7 +380,7 @@ jobs:
release-job:
docker:
- image: python:3.8.10
resource_class: cisco-en-programmability/dnacenter-ansible
resource_class: cisco-en-programmability/catalyst-center-ansible-runner-main
steps:
- run:
name: Clone repo to workspace
Expand Down

0 comments on commit 1b381b0

Please sign in to comment.