1. 05 Aug, 2021 1 commit
    • Eric Zheng's avatar
      chromium: add exception to testing library list · 5ff98015
      Eric Zheng authored
      The depot_tools package used to build Chromium (see
      nexedi/slapos!1014) installs some Python
      libraries (NumPy and PIL) with shared objects that don't have RPATH set.
      These shouldn't actually be used when running Chromium, but they cause
      the testing framework to complain about missing libraries.
      5ff98015
  2. 02 Aug, 2021 5 commits
  3. 30 Jul, 2021 6 commits
  4. 29 Jul, 2021 2 commits
  5. 28 Jul, 2021 3 commits
  6. 26 Jul, 2021 1 commit
  7. 23 Jul, 2021 3 commits
  8. 14 Jul, 2021 6 commits
  9. 12 Jul, 2021 1 commit
    • Jérome Perrin's avatar
      standalone: don't use --all in waitForSoftware / waitForInstance · f906e42e
      Jérome Perrin authored
      Until now, standalone was running slapos node software/instance with --all flag
      which force installing software or processing software, unlike "normal" slapos
      node which no longer install on software once they are completed and only process
      instances when they are requested with different parameters or when they have
      failing promises.
      
      We stop using the --all flag, to behave like a normal slapos node.
      
      This reveal missing promises in some softwares, after this change, waitForInstance
      can return faster. This reveal test failures with some softwares where the
      instanciation step request other instances, but without having a promise to wait
      for their requests to have been sucessfully processed; in this case waitForInstance
      return too early.
      
      We keep an "slapos node software --all" API to force reinstalling software, this
      can be useful for scenarios like erp5testnode, or software release development.
      
      We also keep an hidden "slapos node instance --all" API, so that we can keep
      running tests for software releases with missing promises.
      f906e42e
  10. 07 Jul, 2021 4 commits
  11. 06 Jul, 2021 1 commit
  12. 05 Jul, 2021 5 commits
  13. 01 Jul, 2021 2 commits