-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/init ci nf test #580
Feat/init ci nf test #580
Conversation
|
a3e3c25
to
f18878a
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swap profiles for config paths. Maybe make an issue about migrating to tags?
364d086
to
1a4605c
Compare
a25b327
to
1a662e5
Compare
1a662e5
to
4b093cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot really comment on most of it.
Did I understand correctly, that:
*.nf.test.snap
hold md5sums that are checked for via*.nf.test
withsnapshot(<file>).match(<key>)
?- in
*.nf.test
new File(<file>).exists()
"only" checks for existence but not checksums
This seems like a good addition.
edit; one more thing:
why only using "latest-everything" configuration and not the minimum nf version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I like how you combine tags and profiles as this allows to run tests with and without nf-test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I feel like the CI is getting complicated, though.
😅 on the contrary I feel its streamlining much more now as we can kinda standardize the tests based on the profiles for all pipelines with multi profiles. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
new File().exists()
and!new File().exists()
checkstests/pipeline/UTILS.groovy
for local groovy functions used in testsdev
tests with NXF_VERlatest-everything
master
tests with NXF_VER22.10.1
&latest-everything