
The runner model is only a class responsible for storing information now. Based on the configuration it picks a strategy for the runner management. The Poseidon strategy is already implemented and tested. The Docker strategy will follow.
4 lines
86 B
Ruby
4 lines
86 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Runner::Strategy::Docker < Runner::Strategy; end
|