Skip to content

[enclave] increase TCSNUM to 8#310

Merged
brenzi merged 1 commit intomasterfrom
fix-jenkins-ci
Jul 14, 2021
Merged

[enclave] increase TCSNUM to 8#310
brenzi merged 1 commit intomasterfrom
fix-jenkins-ci

Conversation

@clangenb
Copy link
Contributor

@clangenb clangenb commented Jul 14, 2021

This increases the amount of trusted threads that can be launched, and should fix the jenkins CI.

I do this now, as I don't exactly know, how long it takes to finish GitHub actions CI.

When jenkins is happy again, we can start merging all the PRs.

Closes: #304

@clangenb clangenb requested review from brenzi, haerdib and murerfel July 14, 2021 12:16
Copy link
Contributor

@murerfel murerfel left a comment

Choose a reason for hiding this comment

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

So this increases the number of threads that can be run simultaneously inside the enclave?

@clangenb
Copy link
Contributor Author

Yes, from the logs we saw that jenkins fails due to no more trusted threads available.

The reason that this has suddendly become an issue is (I assume) that we have now the hybrid version with the async and sync worker-rpc-server, introduced in #277, which can launch more simultaneous enclave threads.

Copy link
Contributor

@haerdib haerdib left a comment

Choose a reason for hiding this comment

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

LGTM

@brenzi brenzi merged commit 2e43cd1 into master Jul 14, 2021
@clangenb clangenb deleted the fix-jenkins-ci branch July 26, 2021 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[enclave] Increase maximum number of trusted threads

4 participants