Skip to content

Commit

Permalink
Changes for 6.16.z new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored and jyejare committed Jun 4, 2024
1 parent 7ac59d9 commit a93c445
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 355 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ updates:
schedule:
interval: "daily"
labels:
- '6.16.z'
- "CherryPick"
- "dependencies"
- "6.15.z"
Expand All @@ -23,6 +24,7 @@ updates:
schedule:
interval: "daily"
labels:
- '6.16.z'
- "CherryPick"
- "dependencies"
- "6.15.z"
Expand Down
317 changes: 0 additions & 317 deletions .github/workflows/auto_branching.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/dispatch_release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ wait-for==1.2.0
wrapanapi==3.6.0

# Get airgun, nailgun and upgrade from master
airgun @ git+https://github.com/SatelliteQE/airgun.git@master#egg=airgun
nailgun @ git+https://github.com/SatelliteQE/nailgun.git@master#egg=nailgun
airgun @ git+https://github.com/SatelliteQE/airgun.git@6.16.z#egg=airgun
nailgun @ git+https://github.com/SatelliteQE/nailgun.git@6.16.z#egg=nailgun
--editable .
4 changes: 2 additions & 2 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This should be updated after each version branch
SATELLITE_VERSION = "6.16"
SATELLITE_OS_VERSION = "8"
SAT_NON_GA_VERSIONS = ['6.15', '6.16']
SAT_NON_GA_VERSIONS = ['6.16']

# Default system ports
HTTPS_PORT = '443'
Expand Down Expand Up @@ -161,7 +161,7 @@
AZURERM_VM_SIZE_DEFAULT = 'Standard_B1s'
AZURERM_PREMIUM_OS_Disk = True
AZURERM_FILE_URI = (
'https://raw.githubusercontent.com/SatelliteQE/robottelo/master/tests/foreman/data/uri.sh'
'https://raw.githubusercontent.com/SatelliteQE/robottelo/6.16.z/tests/foreman/data/uri.sh'
)

OPERATING_SYSTEMS = entities._OPERATING_SYSTEMS
Expand Down
Loading

0 comments on commit a93c445

Please sign in to comment.