Skip to content

Commit 6c396c3

Browse files
committed
chore: e2e.sh recompile against gh-aw ref feat/use-samples-hidden-flag
1 parent a0b5450 commit 6c396c3

97 files changed

Lines changed: 2423 additions & 139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/agentics-maintenance.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -465,16 +465,6 @@ jobs:
465465
with:
466466
version: feat/use-samples-hidden-flag
467467

468-
- name: Restore forecast report logs cache
469-
id: forecast_report_logs_cache
470-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
471-
with:
472-
path: .github/aw/logs
473-
key: ${{ runner.os }}-forecast-report-logs-${{ github.repository }}-${{ github.ref_name }}-${{ github.run_id }}
474-
restore-keys: |
475-
${{ runner.os }}-forecast-report-logs-${{ github.repository }}-
476-
${{ runner.os }}-forecast-report-logs-
477-
478468
- name: Generate forecast report
479469
id: generate_forecast_report
480470
shell: bash
@@ -483,11 +473,6 @@ jobs:
483473
GH_AW_CMD_PREFIX: gh aw
484474
run: |
485475
mkdir -p ./.cache/gh-aw/forecast
486-
${GH_AW_CMD_PREFIX} logs --repo "${{ github.repository }}" --start-date -30d --count 1500 --artifacts agent > /dev/null
487-
if ! compgen -G ".github/aw/logs/run-*/run_summary.json" > /dev/null; then
488-
echo "::error::Missing run summary cache in .github/aw/logs after gh aw logs warm-up; cannot run forecast."
489-
exit 1
490-
fi
491476
set +e
492477
${GH_AW_CMD_PREFIX} forecast --repo "${{ github.repository }}" --timeout 30 --json 2> >(grep -Fv "forecast is an experimental command and may change without notice" >&2) > ./.cache/gh-aw/forecast/report.json
493478
forecast_exit_code=$?
@@ -503,13 +488,6 @@ jobs:
503488
exit 1
504489
fi
505490
506-
- name: Save forecast report logs cache
507-
if: ${{ always() }}
508-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
509-
with:
510-
path: .github/aw/logs
511-
key: ${{ steps.forecast_report_logs_cache.outputs.cache-primary-key }}
512-
513491
- name: Generate forecast issue
514492
if: ${{ always() }}
515493
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

.github/workflows/test-claude-add-comment.lock.yml

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-add-discussion-comment.lock.yml

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-add-labels.lock.yml

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-command.lock.yml

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-claude-create-code-scanning-alert.lock.yml

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)