I am just getting started with using the ci server. I want to have lots of
different runners that projects can use but I have some concerns.

If I have separate steps for various builds on different platforms and then
separate tests how can I be assured that the tests will run on the runner
that has actually compiled the binary if there are multiple eligible
runners?

Thinking about something like

build32:
     tags:
         - Win32
         - VS2015
     script:
         - MsBuild <options for 32 bit>
     only:
         - branches

build64:
      <similar to above>


test32:
       < This would need to run on the same runner that built build32 even
if multiple runners had the right tags>


test64:
       <same type of deal>


Hope that is clear.

Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CALWgEa0WuGZ0mzSqAufL-UfU8ye_thRsd0V99AiDxqoD%2BHt6PQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to