Skip to content

Commit

Permalink
Adapt Rakefile and GitHub Actions for SLE-15-SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 31, 2021
1 parent ecf56e8 commit 03592ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# FIXME: no unite tests
# Tests:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

# steps:

Expand All @@ -35,7 +35,7 @@ jobs:
# FIXME: Rubocop is not used here
# Rubocop:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

# steps:

Expand All @@ -47,7 +47,7 @@ jobs:

Package:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

steps:

Expand All @@ -60,7 +60,7 @@ jobs:
# FIXME: no yardops
# Yardoc:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

# steps:

Expand All @@ -74,7 +74,7 @@ jobs:
# checks into one job avoids that overhead
Checks:
runs-on: ubuntu-latest
container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
container: registry.opensuse.org/yast/sle-15/sp3/containers/yast-ruby:latest

steps:

Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp3

Yast::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
Expand Down

0 comments on commit 03592ab

Please sign in to comment.