Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ tests:
owners:
- *adam

- regex: "spartan/bootstrap.sh test-kind-smoke"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we not remove flake patterns until we know the flake is actually fixed?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

although i see this has no error_regex, so - if we can't add one then we can remove.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were pretty confident the flake is fixed and we cannot afford to have this test failing ever. If this test is actually broken, then we really have no confidence in any of our network deployments

owners:
- *mitch

- regex: "spartan/bootstrap.sh test-kind-transfer"
owners:
- *adam
Expand Down
12 changes: 6 additions & 6 deletions spartan/aztec-network/resources/default.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bootNode:
resources:
requests:
memory: "512Mi"
memory: "1Gi"
limits:
memory: "512Mi"
memory: "1Gi"
cpu: "500m"

validator:
Expand Down Expand Up @@ -32,19 +32,19 @@ proverNode:
pxe:
resources:
requests:
memory: "512Mi"
memory: "1Gi"
limits:
memory: "512Mi"
memory: "1Gi"
cpu: "500m"

bot:
gke:
spotEnabled: true
resources:
requests:
memory: "512Mi"
memory: "1Gi"
limits:
memory: "512Mi"
memory: "1Gi"
cpu: "500m"

proverAgent:
Expand Down
Loading