summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-12-09 16:43:39 +0100
committerGitHub <noreply@github.com>2021-12-09 16:43:39 +0100
commita0edfbc4db51d31e454f817b0b819443ec4201a9 (patch)
treeba520cefef44d4f7d58481b409d80a49419bc482 /.github/workflows
parentf8c87c47d9cb891e2654af8c0070e17e906aee20 (diff)
parente095b42523e5b637757899a67e5a300bc095732a (diff)
merge: Support convergence of space shared hypervisor
This change addresses an issue with the SimSpaceSharedHypervisor implementation where it did not emit convergence events due to missing implementation. This caused issues with users of this class trying to obtain usage data, which depended on these events being emitted. * Support `FlowConvergenceListener` in `FlowForwarder` and `ForwardingFlowMux` * Support `FlowConvergenceListener` in `SimSpaceSharedHypervisor`. ## Breaking API Changes :warning: * N/A
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 98521e71..6f3c561c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,6 +43,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifacts
if: always()
+ continue-on-error: true # See https://github.com/actions/upload-artifact/issues/270
uses: actions/upload-artifact@v2
with:
name: reports-${{ matrix.os }}-jdk${{ matrix.java }}