Skip to content

Commit

Permalink
[master]: Changes for new 6.16.z branch (#15211)
Browse files Browse the repository at this point in the history
* Changes for new 6.16.z branch

* removing the 6.12.z as it is absoute

---------

Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: omkarkhatavkar <[email protected]>
  • Loading branch information
3 people authored Jun 3, 2024
1 parent 2152e51 commit 65b7d28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ updates:
schedule:
interval: "daily"
labels:
- '6.16.z'
- "CherryPick"
- "dependencies"
- "6.15.z"
- "6.14.z"
- "6.13.z"
- "6.12.z"

# Maintain dependencies for our GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- '6.16.z'
- "CherryPick"
- "dependencies"
- "6.15.z"
- "6.14.z"
- "6.13.z"
- "6.12.z"
2 changes: 1 addition & 1 deletion conf/robottelo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ROBOTTELO:
RUN_ONE_DATAPOINT: false
# Satellite version supported by this branch
# UNDR version is used for some URL composition
SATELLITE_VERSION: "6.16"
SATELLITE_VERSION: "6.17"
# The Base OS RHEL Version(x.y) where the satellite would be installed
RHEL_VERSION: "8.9"
# Dynaconf and Dynaconf hooks related options
Expand Down
4 changes: 2 additions & 2 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from nailgun import entities

# This should be updated after each version branch
SATELLITE_VERSION = "6.16"
SATELLITE_VERSION = "6.17"
SATELLITE_OS_VERSION = "8"
SAT_NON_GA_VERSIONS = ['6.15', '6.16']
SAT_NON_GA_VERSIONS = ['6.16', '6.17']

# Default system ports
HTTPS_PORT = '443'
Expand Down
1 change: 0 additions & 1 deletion tests/foreman/cli/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def test_positive_update_counts(target_sat, module_capsule_configured):
)


@pytest.mark.stream
@pytest.mark.parametrize('repair_type', ['repo', 'cv', 'lce'])
@pytest.mark.parametrize(
'module_synced_content',
Expand Down
1 change: 0 additions & 1 deletion tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ def test_positive_check_installer_hammer_ping(target_sat):
assert 'ok' in line


@pytest.mark.stream
@pytest.mark.upgrade
@pytest.mark.tier3
@pytest.mark.build_sanity
Expand Down

0 comments on commit 65b7d28

Please sign in to comment.