Skip to content

Commit

Permalink
test: Disable concurrency on complex tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Oct 25, 2024
1 parent 0a09ccf commit 7e83618
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .chainsaw.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/kyverno/chainsaw/main/.schemas/json/configuration-chainsaw-v1alpha1.json
apiVersion: chainsaw.kyverno.io/v1alpha1
apiVersion: chainsaw.kyverno.io/v1alpha2
kind: Configuration
metadata:
name: configuration
spec:
error:
catch:
- describe:
apiVersion: grafana.integreatly.org/v1beta1
kind: grafana-operator
- podLogs:
namespace: grafana-operator-system
tail: 100
timeouts:
assert: 2m0s
cleanup: 3m0s
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/force_delete_folder/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Test
metadata:
name: force-delete-folders
spec:
concurrent: false
bindings:
- name: USER
value: root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Test
metadata:
name: dashboards-uids
spec:
concurrent: false
bindings:
- name: dashboardModel
value: |
Expand Down

0 comments on commit 7e83618

Please sign in to comment.