Skip to content

Commit

Permalink
chore: try different location for machine
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-rehor committed Apr 25, 2024
1 parent 5960cac commit 855d62d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ commands:
jobs:

tests-java:
machine:
# The image uses the current tag, which always points to the most recent
# supported release. If stability and determinism are crucial for your CI
# pipeline, use a release date tag with your image, e.g. ubuntu-2004:202201-02
image: ubuntu-2204:current
parameters:
maven-image:
type: string
Expand All @@ -145,6 +140,11 @@ jobs:
INFLUXDB_2_ONBOARDING_IP: influxdb_v2_onboarding
INFLUXDB_2_ONBOARDING_PORT: 9999
resource_class: large
machine:
# The image uses the current tag, which always points to the most recent
# supported release. If stability and determinism are crucial for your CI
# pipeline, use a release date tag with your image, e.g. ubuntu-2004:202201-02
image: ubuntu-2004:current
steps:
- prepare
- client-test:
Expand Down

0 comments on commit 855d62d

Please sign in to comment.