Fixes #37988 - migrate container repo naming to use slashes #1583
ruby.yml
on: pull_request
Rubocop
/
Rubocop
1m 12s
Matrix: angular
Matrix: Ruby / existing-database
Matrix: Ruby / test
Ruby
/
Test suite
3s
Annotations
18 errors
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L275
Failure: test_0001_displays all images for authenticated requests
--- expected
+++ actual
@@ -1 +1 @@
-["busybox", "empty_organization-puppet_product-busybox", "empty_organization/dev_label/published_dev_view/puppet_product/busybox"]
+["busybox", "empty_organization/dev_label-published_dev_view/puppet_product/busybox", "empty_organization/puppet_product/busybox"]
|
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L345
Failure: test_0003_show unauthenticated repositories
--- expected
+++ actual
@@ -1 +1 @@
-"empty_organization-dev_label-published_dev_view-puppet_product-busybox"
+"empty_organization/dev_label/published_dev_view/puppet_product/busybox"
|
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L315
Failure: test_0001_search
--- expected
+++ actual
@@ -1 +1 @@
-{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization/puppet_product/busybox", "description"=>nil}, {"name"=>"empty_organization/published_library_view/1_0/puppet_product/busybox", "description"=>nil}]}
+{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization-puppet_product-busybox", "description"=>nil}, {"name"=>"empty_organization-published_library_view-1_0-puppet_product-busybox", "description"=>nil}]}
|
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 14 on PostgreSQL 13
Process completed with exit code 1.
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L345
Failure: test_0003_show unauthenticated repositories
--- expected
+++ actual
@@ -1 +1 @@
-"empty_organization-dev_label-published_dev_view-puppet_product-busybox"
+"empty_organization/dev_label/published_dev_view/puppet_product/busybox"
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L315
Failure: test_0001_search
--- expected
+++ actual
@@ -1 +1 @@
-{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization/puppet_product/busybox", "description"=>nil}, {"name"=>"empty_organization/published_library_view/1_0/puppet_product/busybox", "description"=>nil}]}
+{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization-puppet_product-busybox", "description"=>nil}, {"name"=>"empty_organization-published_library_view-1_0-puppet_product-busybox", "description"=>nil}]}
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L275
Failure: test_0001_displays all images for authenticated requests
--- expected
+++ actual
@@ -1 +1 @@
-["busybox", "empty_organization-puppet_product-busybox", "empty_organization/dev_label/published_dev_view/puppet_product/busybox"]
+["busybox", "empty_organization/dev_label-published_dev_view/puppet_product/busybox", "empty_organization/puppet_product/busybox"]
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 14 on PostgreSQL 13
Process completed with exit code 1.
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L315
Failure: test_0001_search
--- expected
+++ actual
@@ -1 +1 @@
-{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization/puppet_product/busybox", "description"=>nil}, {"name"=>"empty_organization/published_library_view/1_0/puppet_product/busybox", "description"=>nil}]}
+{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization-puppet_product-busybox", "description"=>nil}, {"name"=>"empty_organization-published_library_view-1_0-puppet_product-busybox", "description"=>nil}]}
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L345
Failure: test_0003_show unauthenticated repositories
--- expected
+++ actual
@@ -1 +1 @@
-"empty_organization-dev_label-published_dev_view-puppet_product-busybox"
+"empty_organization/dev_label/published_dev_view/puppet_product/busybox"
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L275
Failure: test_0001_displays all images for authenticated requests
--- expected
+++ actual
@@ -1 +1 @@
-["busybox", "empty_organization-puppet_product-busybox", "empty_organization/dev_label/published_dev_view/puppet_product/busybox"]
+["busybox", "empty_organization/dev_label-published_dev_view/puppet_product/busybox", "empty_organization/puppet_product/busybox"]
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/shared/access_permissions_test_base.rb#L210
Failure: test_0019_route katello/api/v2/hosts_bulk_actions/installable_errata should have a permission that grants access
ActiveRecord::ConnectionTimeoutError: could not obtain a connection from the pool within 5.000 seconds (waited 5.005 seconds); all pooled connections were in use
test/test_helper.rb:88:in `before_setup'
|
Ruby / test:katello - Foreman develop with Ruby 2.7 and Node 18 on PostgreSQL 13
Process completed with exit code 1.
|
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L275
Failure: test_0001_displays all images for authenticated requests
--- expected
+++ actual
@@ -1 +1 @@
-["busybox", "empty_organization-puppet_product-busybox", "empty_organization/dev_label/published_dev_view/puppet_product/busybox"]
+["busybox", "empty_organization/dev_label-published_dev_view/puppet_product/busybox", "empty_organization/puppet_product/busybox"]
|
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L345
Failure: test_0003_show unauthenticated repositories
--- expected
+++ actual
@@ -1 +1 @@
-"empty_organization-dev_label-published_dev_view-puppet_product-busybox"
+"empty_organization/dev_label/published_dev_view/puppet_product/busybox"
|
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/registry/registry_proxies_controller_test.rb#L315
Failure: test_0001_search
--- expected
+++ actual
@@ -1 +1 @@
-{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization/puppet_product/busybox", "description"=>nil}, {"name"=>"empty_organization/published_library_view/1_0/puppet_product/busybox", "description"=>nil}]}
+{"num_results"=>2, "query"=>"abc", "results"=>[{"name"=>"empty_organization-puppet_product-busybox", "description"=>nil}, {"name"=>"empty_organization-published_library_view-1_0-puppet_product-busybox", "description"=>nil}]}
|
Ruby / test:katello - Foreman develop with Ruby 3.0 and Node 18 on PostgreSQL 13
Process completed with exit code 1.
|
Ruby / Test suite
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Gemfile-ruby-27-node-14-pg-13-foreman-develop-dbseed.lock
|
5.43 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.43 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-develop-testkatello.lock
|
5.43 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-develop-dbseed.lock
|
5.43 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.43 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-develop-testkatello.lock
|
5.43 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-develop-dbseed.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-develop-testkatello.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-develop-dbseed.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-develop-testkatello.lock
|
5.45 KB |
|
Gemfile-theforeman-actions-rubocop-ruby-2.7.lock
|
2.68 KB |
|
all_react_app_exports-ruby-27-node-14-pg-13-foreman-develop-testkatello.js
|
8.08 KB |
|
all_react_app_exports-ruby-27-node-18-pg-13-foreman-develop-testkatello.js
|
8.08 KB |
|
all_react_app_exports-ruby-30-node-14-pg-13-foreman-develop-testkatello.js
|
8.08 KB |
|
all_react_app_exports-ruby-30-node-18-pg-13-foreman-develop-testkatello.js
|
8.08 KB |
|
logs-ruby-27-node-14-pg-13-foreman-develop-testkatello
|
3.91 MB |
|
logs-ruby-27-node-18-pg-13-foreman-develop-testkatello
|
3.93 MB |
|
logs-ruby-30-node-14-pg-13-foreman-develop-testkatello
|
3.92 MB |
|
logs-ruby-30-node-18-pg-13-foreman-develop-testkatello
|
3.92 MB |
|
package-lock-ruby-27-node-14-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
303 KB |
|
package-lock-ruby-27-node-14-pg-13-foreman-develop-testkatello.json
|
303 KB |
|
package-lock-ruby-27-node-18-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
319 KB |
|
package-lock-ruby-27-node-18-pg-13-foreman-develop-testkatello.json
|
319 KB |
|
package-lock-ruby-30-node-14-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
303 KB |
|
package-lock-ruby-30-node-14-pg-13-foreman-develop-testkatello.json
|
303 KB |
|
package-lock-ruby-30-node-18-pg-13-foreman-develop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
319 KB |
|
package-lock-ruby-30-node-18-pg-13-foreman-develop-testkatello.json
|
319 KB |
|