New registration flow #273
Annotations
10 errors
spec/defines/runner_spec.rb#L22
gitlab_ci_runner::runner on redhat-8-x86_64 with simple shell runner is expected to compile into a catalogue without dependency cycles
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L24
gitlab_ci_runner::runner on redhat-8-x86_64 with simple shell runner
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L87
gitlab_ci_runner::runner on redhat-8-x86_64 with autoscaling runner with DigitalOcean as IaaS is expected to compile into a catalogue without dependency cycles
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L89
gitlab_ci_runner::runner on redhat-8-x86_64 with autoscaling runner with DigitalOcean as IaaS
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L22
gitlab_ci_runner::runner on redhat-9-x86_64 with simple shell runner is expected to compile into a catalogue without dependency cycles
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L24
gitlab_ci_runner::runner on redhat-9-x86_64 with simple shell runner
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L87
gitlab_ci_runner::runner on redhat-9-x86_64 with autoscaling runner with DigitalOcean as IaaS is expected to compile into a catalogue without dependency cycles
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L89
gitlab_ci_runner::runner on redhat-9-x86_64 with autoscaling runner with DigitalOcean as IaaS
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L22
gitlab_ci_runner::runner on centos-8-x86_64 with simple shell runner is expected to compile into a catalogue without dependency cycles
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
spec/defines/runner_spec.rb#L24
gitlab_ci_runner::runner on centos-8-x86_64 with simple shell runner
Failure/Error: http.request(request)
WebMock::NetConnectNotAllowedError:
Real HTTP connections are disabled. Unregistered request: POST https://gitlab.com/api/v4/runners with body '{"registration-token":"123456789abcdefgh"}' with headers {'Accept'=>'application/json', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Content-Type'=>'application/json', 'User-Agent'=>'Ruby'}
You can stub this request with the following snippet:
stub_request(:post, "https://gitlab.com/api/v4/runners").
with(
body: "{\"registration-token\":\"123456789abcdefgh\"}",
headers: {
'Accept'=>'application/json',
'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
'Content-Type'=>'application/json',
'User-Agent'=>'Ruby'
}).
to_return(status: 200, body: "", headers: {})
============================================================
|
This job failed
Loading