Skip to content

Commit

Permalink
Adapt files for the SLE-15-SP5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 3, 2023
1 parent 0ecefbf commit 79bf7fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/ci.yml
Expand Up @@ -11,11 +11,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/sp5/containers/yast-ruby

steps:

Expand All @@ -34,8 +32,6 @@ jobs:

# send the coverage report to coveralls.io
- name: Coveralls Report
# send it only from the TW build to avoid duplicate submits
if: ${{ matrix.distro == 'tumbleweed' }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,11 +41,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/sp5/containers/yast-ruby

steps:

Expand All @@ -64,11 +58,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/sp5/containers/yast-ruby

steps:

Expand All @@ -83,11 +75,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/sp5/containers/yast-ruby

steps:

Expand All @@ -104,11 +94,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/sp5/containers/yast-ruby

steps:

Expand Down
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp5

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

0 comments on commit 79bf7fe

Please sign in to comment.