From Fedora Project Wiki

Revision as of 21:29, 23 June 2009 by Toshio (talk | contribs) (Another Question)

  • markmc Would be useful, but if you were optimistic you could think that the other ideas might lead to a rawhide which is mostly non-broken. The 'someone from QA should file a ticket with rel-eng to create a "known-good" symlink' part worries me a little ... what's the chances of that getting done dailyish?
    • wwoods "if you were optimistic you could think that the other ideas might lead to a rawhide which is mostly non-broken": Sure, if we were doing everything else right this wouldn't be necessary. But relying on that assumption is just a way to avoid solving the problem. And we've had the problem for the past 5 years. Nothing makes me think it's magically going to go away now.
    • wwoods "what's the chances of that getting done dailyish?": We won't know until we try. Even if it's only happening every three days, or weekly - it's still better than what we have now.
  • toshio Who is writing the web application? If hosting in Fedora Infrastructure, we'd love to have it be python/WSGI-based.
    • toshio If a prebuilt solution, can it integrate with FAS?
      • jlaska the autotest webui has it's own authentication scheme presently, but I don't see why this couldn't be extended in the future (unless it already has support) for 3rd party authentication.
    • toshio If we wanted single sign on with other Fedora web apps (and the auth provider is compatible), we'd need to be under a common domain. For instance, https://admin.fedoraproject.org/israwhidebroken. We could redirect israwhidebroken.com to a set of pages that don't require authentication in the web app.
      • jlaska - I believe the test host/client(s) will largely be behind the scenes from users for the time being. In the short-term, one of the outputs from this daily test run will be a generated .html report which we'd like to upload somewhere or have israwhidebroken.com redirect to this static content. Much of the early work will involve writing the tests and ironing out interaction with the test framework. I do you like your suggested URL's and redirects, I'm not sure how to best integrate them at this point ... we'll need to catch up with you when the time is right.
    • toshio Is it all automated testing?