Skip to content

Commit

Permalink
Remove the atMost flag for utilization
Browse files Browse the repository at this point in the history
Not needed since we are now locking the job

Issue: ZENKO-4941
  • Loading branch information
williamlardier committed Dec 23, 2024
1 parent 46f9b56 commit 87ea053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctst/common/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { cleanS3Bucket } from './common';
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

const { atMostOnePicklePerTag } = parallelCanAssignHelpers;
const noParallelRun = atMostOnePicklePerTag(['@AfterAll', '@PRA', '@ColdStorage', '@Utilization']);
const noParallelRun = atMostOnePicklePerTag(['@AfterAll', '@PRA', '@ColdStorage']);

setParallelCanAssign(noParallelRun);

Expand Down
1 change: 1 addition & 0 deletions tests/ctst/features/CountItems/CountItems.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Feature: CountItems measures the utilization metrics
@PreMerge
@CronJob
@CountItems
@Utilization
Scenario Outline: Countitems runs without error and compute utilization metrics
Given an existing bucket "" "without" versioning, "without" ObjectLock "without" retention mode
And an object "" that "exists"
Expand Down

0 comments on commit 87ea053

Please sign in to comment.