Skip to content

Commit

Permalink
[skip ci] point CI at devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Feb 6, 2024
1 parent 03ea6f0 commit 59993e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

# Check out the configuration repository
- name: Set up Azimuth environment
uses: stackhpc/azimuth-config/.github/actions/setup@main
uses: stackhpc/azimuth-config/.github/actions/setup@devel
with:
os-clouds: ${{ secrets.OS_CLOUDS }}
environment-prefix: images-ci
Expand All @@ -169,13 +169,13 @@ jobs:
generate_tests_kubernetes_apps_suite_enabled: false
- name: Provision Azimuth
uses: stackhpc/azimuth-config/.github/actions/provision@main
uses: stackhpc/azimuth-config/.github/actions/provision@devel

- name: Run Azimuth tests
uses: stackhpc/azimuth-config/.github/actions/test@main
uses: stackhpc/azimuth-config/.github/actions/test@devel

- name: Destroy Azimuth
uses: stackhpc/azimuth-config/.github/actions/destroy@main
uses: stackhpc/azimuth-config/.github/actions/destroy@devel
if: ${{ always() }}

# Purge the images that we just tested from OpenStack
Expand Down

0 comments on commit 59993e9

Please sign in to comment.