Skip to content

Commit

Permalink
Tests: upgrade from reef to squid/candidate (#509)
Browse files Browse the repository at this point in the history
# Description

Align squid upgrade tests


## Type of change

Please delete options that are not relevant.

- [x] CleanCode (Code refactor, test updates, does not introduce
functional changes)

## Contributor's Checklist

Please check that you have:

- [x] self-reviewed the code in this PR.

Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini authored Feb 11, 2025
1 parent a0ec6e1 commit 9a38128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/r2s-edge-upgrade.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Upgrade a r/stable cluster to squid/edge
name: Upgrade a r/stable cluster to squid/candidate
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: null

jobs:
r2s-upgrade-test:
name: Test reef/stable to squid/edge upgrades
name: Test reef/stable to squid/candidate upgrades
runs-on: ubuntu-22.04
steps:

Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Exercise RGW
run: ~/actionutils.sh headexec testrgw

- name: Upgrade to edge
run: ~/actionutils.sh refresh_snap squid/edge
- name: Upgrade to candidate
run: ~/actionutils.sh refresh_snap squid/candidate

- name: Wait until 3 OSDs are up
run: ~/actionutils.sh headexec wait_for_osds 3
Expand Down

0 comments on commit 9a38128

Please sign in to comment.