mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
ca1463a6c5
ci: run e2e smoke subset via nextest e2e-smoke profile (backlog#1149 ci-4) The e2e-tests job previously ran a single test (delete_marker_migration _semantics) out of ~400 in the e2e_test crate. Define a nextest profile.e2e-smoke whose default-filter selects 17 fast single-node dependency-free modules (63 tests) and run it in the job, reusing the downloaded debug binary. The profile is the single wiring mechanism for e2e tests in CI; admission criteria live in crates/e2e_test/README.md, and docs/testing/e2e-suite-inventory.md records authoritative per-module counts from cargo nextest list.
90 lines
1.3 KiB
Plaintext
90 lines
1.3 KiB
Plaintext
/target
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
.direnv/
|
|
# Ignore local Claude state but keep shared repo skills committable
|
|
.claude/*
|
|
!.claude/skills
|
|
.tmp/
|
|
/test
|
|
/logs
|
|
/data
|
|
/docs
|
|
/rustfs-data/
|
|
.devcontainer
|
|
rustfs/static/*
|
|
!rustfs/static/.gitkeep
|
|
vendor
|
|
cli/rustfs-gui/embedded-rustfs/rustfs
|
|
*.log
|
|
deploy/certs/*
|
|
deploy/data/*
|
|
*jsonl
|
|
.env
|
|
.rustfs.sys
|
|
.cargo/
|
|
!fuzz/.cargo/
|
|
!fuzz/.cargo/config.toml
|
|
!.cargo/config.toml
|
|
profile.json
|
|
.docker/openobserve-otel/data
|
|
*.zst
|
|
.secrets
|
|
*.go
|
|
*.pb
|
|
*.svg
|
|
deploy/logs/*.log.*
|
|
artifacts/
|
|
# s3-tests local artifacts (root directory only)
|
|
/s3-tests/
|
|
/s3-tests-local/
|
|
/s3tests.conf
|
|
/s3tests.conf.*
|
|
*.events
|
|
*.audit
|
|
*.snappy
|
|
PR_DESCRIPTION.md
|
|
scripts/s3-tests/selected_tests.txt
|
|
docs
|
|
__pycache__/
|
|
!docs/
|
|
docs/*
|
|
!docs/architecture/
|
|
!docs/architecture/**
|
|
!docs/operations/
|
|
!docs/operations/**
|
|
!docs/testing/
|
|
!docs/testing/**
|
|
!docs/superpowers/
|
|
!docs/superpowers/**
|
|
!docs/testing/
|
|
!docs/testing/**
|
|
docs/heal-scanner-logging-governance.md
|
|
docs/benchmark/rustfs-target-bench/
|
|
docs/benchmark/*.md
|
|
.codegraph/*
|
|
.docker/test/compat/data/*
|
|
.docker/test/compat/kms/*
|
|
reasonix.toml
|
|
.reasonix/*
|
|
|
|
# nix stuff
|
|
result*
|
|
*.gz
|
|
rustfs-webdav.code-workspace
|
|
|
|
.aiexclude
|
|
*.bak
|
|
# Local test/benchmark artifacts
|
|
benchmarks.logs
|
|
tmp/
|
|
crates/*/docs
|
|
fuzz/target
|
|
outputs
|
|
worktrees/*
|
|
|
|
# Local AI-agent review artifacts (omo evidence dumps)
|
|
.omo/
|