Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions examples/config_ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,21 @@
// Skip vs_demo_4 and run_diffdock so we don't accidentally DOS pdbbind.org.cn
"vs_demo_4",
"run_diffdock",
"openfold"
"openfold",
// Removing this test because it still tries to download from pdbbind,org.cn
// That orgnainzation no longer has the previous public URL (need a login)
// the best solution would be to manually download the data
// and ask their permission to use it in our CI (Self-hosted)
// And also removing it from "run_weekly" group
"docking_rescoring",
"docking_rescoring_weekly"
],
// Run computationally intensive stress tests weekly.
// e.g. these workflows should scatter over much larger input arrays.
"run_weekly": [
"vs_demo_2_weekly",
"vs_demo_3_weekly",
"vs_demo_4_weekly",
"docking_rescoring_weekly",
"run_diffdock_weekly"
]
}
}