Skip to content

Commit

Permalink
Adapt files for the SLE-15-SP4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 6, 2022
1 parent 5aabbb4 commit 190fb98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp4/containers/yast-ruby

steps:

Expand Down Expand Up @@ -44,11 +42,9 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp4/containers/yast-ruby

steps:

Expand All @@ -61,7 +57,7 @@ jobs:
Package:
runs-on: ubuntu-latest
container:
image: registry.opensuse.org/yast/head/containers/yast-cpp:latest
image: registry.opensuse.org/yast/sle-15/sp4/containers/yast-cpp:latest

steps:

Expand Down Expand Up @@ -92,11 +88,9 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "tumbleweed", "leap_latest" ]

container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp4/containers/yast-ruby

steps:

Expand All @@ -111,11 +105,9 @@ jobs:

strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]

container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp4/containers/yast-ruby

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 :sle15sp4

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

0 comments on commit 190fb98

Please sign in to comment.