Skip to content

Commit d18c258

Browse files
authored
Make AI Daily adjustments (#7323)
Re comments in #7250 Changes * Rename from nightlies to not be confused with daily builds * Add explicit permissions * Remove fetch depth as no actions are performed on git history * Pins the API Level to our current target SDK instead of an outdated one Unadjusted * GCloud setup remains in order to run integ tests
1 parent 7b21bd6 commit d18c258

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ai-nightlies.yml renamed to .github/workflows/ai-daily-tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
name: Firebase AI Nightlies
1+
name: Firebase AI Daily Tests
22

33
on:
44
schedule:
55
- cron: 2 7 * * * # Runs automatically once a day
66
workflow_dispatch: # Allow triggering the workflow manually
77

8+
permissions:
9+
contents: read
10+
811
jobs:
9-
nightlies:
10-
name: "Nightlies"
12+
dailies:
13+
name: "Daily Tests"
1114
runs-on: ubuntu-latest
1215

1316
steps:
1417
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1518
with:
16-
fetch-depth: 2
1719
submodules: true
1820

1921
- name: Enable KVM
@@ -48,7 +50,7 @@ jobs:
4850
FTL_RESULTS_DIR: ${{ format('logs/{0}/{1}_{2}/artifacts/', github.workflow, github.run_id, github.run_attempt) }}
4951
FIREBASE_APP_CHECK_DEBUG_SECRET: ${{ secrets.FIREBASE_APP_CHECK_DEBUG_SECRET }}
5052
with:
51-
api-level: 31
53+
api-level: 34
5254
arch: x86_64
5355
ram-size: 4096M
5456
heap-size: 4096M

0 commit comments

Comments
 (0)