add missing dependencies needed by aiida-core for the RESTapi and for atomic_tools + change toolchain to from gfbf/2023a to foss/2023a#24238
Conversation
|
@boegelbot please test @ jsc-zen3 |
|
Test report by @Crivella |
|
@Crivella: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3401695666 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @Crivella |
|
Test report by @Crivella |
|
@boegelbot please test @ jsc-zen3 |
|
@Crivella: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3401870304 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
gfbf/2023a to foss/2023a
| @@ -82,7 +111,6 @@ exts_list = [ | |||
|
|
|||
| sanity_check_commands = [ | |||
| 'verdi --help', | |||
| 'verdi status', | |||
There was a problem hiding this comment.
What it does to check the status can depend on what you have in $HOME/.aiida
If you have already a profile it can fail for various reason, eg RabbitMQ or Postgres setup but not running.
We would need a more dedicated integration testing to use.
When i first made the EC i did not have trouble with it as i was starting with an empty profile.
One alternative could be to point AIIDA_HOME to a tmpdir but not sure i would rely on it still
There was a problem hiding this comment.
OK, verdi --help should be good enough anyway, thanks for clarifying
|
Test report by @boegel |
|
Going in, thanks @Crivella! |
verdi restapisubcommand[atomic_tools]. Replaces: {tools}[foss/2023a] aiida-atomictools #20458verdi statussanity check as it could fail if some non mandatory services are not found with an existing profile under $HOME/.aiidaNotes
I am not adding a
verdi restapicheck as the--helpwould not fail even without deps and properly testing it requires having a profile setup