Skip to content

Commit 058dec1

Browse files
committed
github CI: upgrade to omnetpp-6.3 -- this makes the single fingerprint failure go away
simulations/nr/mec/singleMecHost/ -f omnetpp.ini -c BgGeneratorApp -r 0 (some fingerprint mismatch: actual '91b8-f45e/tplx;fb39-a929/~tNl', expected: '03c5-ba51/tplx;86a6-e080/~tNl') It ONLY materialized inside CI, in MODE=debug, and with omnetpp-6.2. Change any, and it will go away. I.e. not reproducible outside CI. Use new local-debug.yml workflow on your local machine with the nektos/act tool (https://github.com/nektos/act) to reproduce it.
1 parent 8a16fa3 commit 058dec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fingerprint-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
repository: omnetpp/omnetpp
3131
path: omnetpp
32-
ref: omnetpp-6.2.0
32+
ref: omnetpp-6.3.0
3333

3434
- name: Checking out INET
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)