Skip to content

Commit

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

* Change version back to 0.1.0

---------

Co-authored-by: Satellite-QE <Satellite-QE.satqe.com>
Co-authored-by: Ondřej Gajdušek <[email protected]>
  • Loading branch information
Satellite-QE and ogajduse authored Feb 20, 2025
1 parent a386c4c commit 1b55d4d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 349 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.17.z'
- '6.16.z'
- "CherryPick"
- "dependencies"
Expand All @@ -25,6 +26,7 @@ updates:
schedule:
interval: "daily"
labels:
- '6.17.z'
- '6.16.z'
- "CherryPick"
- "dependencies"
Expand Down
315 changes: 0 additions & 315 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.7.1

# 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.17.z#egg=airgun
nailgun @ git+https://github.com/SatelliteQE/nailgun.git@6.17.z#egg=nailgun
--editable .
2 changes: 1 addition & 1 deletion robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,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.17.z/tests/foreman/data/uri.sh'
)

OPERATING_SYSTEMS = entities._OPERATING_SYSTEMS
Expand Down

0 comments on commit 1b55d4d

Please sign in to comment.