Skip to content

Commit 631078f

Browse files
authored
ci: reduce flakiness and optimize resources (#65)
* ci: no-op to test ci for node-destination * only spawn 1 noe * revert noop
1 parent 7d2f8fb commit 631078f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/ci/kubetest2/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ runs:
127127
--log-bucket=${{ inputs.log_bucket }} \
128128
--kubernetes-version=${{ inputs.k8s_version }} \
129129
--unmanaged-nodes \
130+
--nodes=1 \
130131
--ami=${{ steps.resolve-ami.outputs.ami_id }} \
131132
--region=${{ inputs.aws_region }} \
132133
--user-data-format=nodeadm \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md#security-issue-notifications) for more inf
107107

108108
## License
109109

110-
This project is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for the full license text.
110+
This project is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for the full license text.

0 commit comments

Comments
 (0)