Skip to content

Commit 4a25f99

Browse files
committed
Merge PR ceph#62439 into main
* refs/pull/62439/head: .github/workflows,script: add test for missing .qa links qa: add missing .qa links Reviewed-by: Ernesto Puerta <[email protected]>
2 parents 538a576 + 1b6c0fd commit 4a25f99

File tree

58 files changed

+88
-19
lines changed
  • .github/workflows
  • qa/suites
    • crimson-rados
      • singleton
      • thrash_simple/objectstore/seastore
    • fs
      • fscrypt
      • functional/tasks/test_snap_schedule
      • upgrade
        • featureful_client
          • old_client/tasks/0-from
          • upgraded_client/tasks/0-from
        • mds_upgrade_sequence
        • nofs/tasks/0-from
        • upgraded_client
          • clusters
          • tasks
            • 0-install
            • 2-clients
            • 3-workload/new_ops
      • workload/ranks/multi
    • orch/cephadm
      • no-agent-workunits/task
      • smb
      • smoke-small/0-distro
    • rados
      • mgr/tasks/4-units
      • verify/read-affinity
    • rgw
    • upgrade
      • reef-x
        • parallel/overrides
        • stress-split/overrides
      • squid-x
        • parallel/overrides
        • stress-split/overrides
      • telemetry-upgrade
  • src/script

Some content is hidden

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

58 files changed

+88
-19
lines changed

.github/workflows/qa-symlink.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "Check for missing .qa links"
3+
on: [pull_request]
4+
5+
jobs:
6+
pull_request:
7+
name: "Check for missing .qa links"
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: checkout ceph.git
11+
uses: actions/checkout@v4
12+
with:
13+
path: ceph
14+
15+
- name: verify .qa links
16+
run: ./src/script/verify-qa
17+
working-directory: ceph
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../.qa
1+
../.qa/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../.qa
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/

qa/suites/fs/fscrypt/clusters/.qa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../.qa
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa/

0 commit comments

Comments
 (0)