Skip to content

Commit

Permalink
Change nightly azcore test to autorest (#3705)
Browse files Browse the repository at this point in the history
Since the new azcore backend is now the default, we want to run a
nightly test of the legacy Autorest backend that can still be used.
  • Loading branch information
thomas11 authored Nov 13, 2024
1 parent cda2edd commit 443af1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: azcore-scheduled
# This workflow runs the standard (full) CI test suite once a day or on demand,
# using the legacy autorest backend.
name: autorest-scheduled

on:
schedule:
Expand All @@ -19,4 +21,4 @@ jobs:
version: ${{ needs.version.outputs.version }}
short_test: false
retention_days: 7
use_azcore: true
use_azcore: false
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
use_azcore:
type: boolean
description: Whether to use the newer azcore+azidentity backend for REST and auth, or the older autorest
default: false
default: true

env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down

0 comments on commit 443af1f

Please sign in to comment.