Skip to content

Commit 5496198

Browse files
authored
Clarify CI false-positive in Tuistory integration step (skip vs failure) (#27209)
1 parent 7dd9f43 commit 5496198

44 files changed

Lines changed: 65 additions & 115 deletions

Some content is hidden

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

.github/workflows/api-consumption-report.lock.yml

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

.github/workflows/audit-workflows.lock.yml

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

.github/workflows/changeset.lock.yml

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

.github/workflows/ci-coach.lock.yml

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

.github/workflows/ci.yml

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -333,71 +333,6 @@ jobs:
333333
./gh-aw update --verbose
334334
echo "✅ Update command executed successfully" >> $GITHUB_STEP_SUMMARY
335335
336-
integration-add-wizard-tuistory:
337-
name: Integration Add-Wizard (tuistory)
338-
if: ${{ needs.changes.outputs.has_changes == 'true' }}
339-
needs:
340-
- changes
341-
- update
342-
runs-on: ubuntu-latest
343-
timeout-minutes: 20
344-
permissions:
345-
contents: read
346-
env:
347-
GH_AW_BINARY_DIR: /tmp/gh-aw-binary
348-
GH_AW_INTEGRATION_BINARY: /tmp/gh-aw-binary/gh-aw
349-
concurrency:
350-
group: ci-${{ github.ref }}-integration-add-wizard-tuistory
351-
cancel-in-progress: true
352-
steps:
353-
- name: Checkout code
354-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
355-
356-
- name: Set up Go
357-
id: setup-go
358-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
359-
with:
360-
go-version-file: go.mod
361-
cache: true
362-
363-
- name: Set up Node.js
364-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
365-
with:
366-
node-version: "24"
367-
368-
- name: Download dependencies
369-
run: go mod download
370-
371-
- name: Verify dependencies
372-
run: go mod verify
373-
374-
- name: Download gh-aw binary artifact
375-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
376-
with:
377-
name: gh-aw-linux-amd64
378-
path: ${{ env.GH_AW_BINARY_DIR }}
379-
380-
- name: Prepare gh-aw binary
381-
run: chmod +x "${GH_AW_INTEGRATION_BINARY}"
382-
383-
- name: Run add-wizard tuistory integration tests
384-
env:
385-
GH_TOKEN: ${{ github.token }}
386-
run: |
387-
set -o pipefail
388-
go test -v -parallel=1 -timeout=15m -tags 'integration' -json \
389-
-run 'TestTuistoryAddWizardIntegration' \
390-
./pkg/cli/ \
391-
| tee test-result-integration-add-wizard-tuistory.json
392-
393-
- name: Upload test results
394-
if: always()
395-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
396-
with:
397-
name: test-result-integration-add-wizard-tuistory
398-
path: test-result-integration-add-wizard-tuistory.json
399-
retention-days: 14
400-
401336
js-integration-live-api:
402337
if: ${{ needs.changes.outputs.has_changes == 'true' && (github.ref == 'refs/heads/main') }}
403338
needs:

.github/workflows/cli-version-checker.lock.yml

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

.github/workflows/cloclo.lock.yml

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

.github/workflows/copilot-agent-analysis.lock.yml

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

0 commit comments

Comments
 (0)