-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selftest-matrix-io: adjust to demo more than one fan-out dir per matrix slice #218
base: kneeyo1/fix-tf-lock-acquire
Are you sure you want to change the base?
selftest-matrix-io: adjust to demo more than one fan-out dir per matrix slice #218
Conversation
3a370ad
to
11bab4c
Compare
2272871
to
0732f69
Compare
f2f42ef
to
7200cd0
Compare
7200cd0
to
8273ccf
Compare
166d5c6
to
2599506
Compare
2599506
to
292711a
Compare
7ea6eb9
to
d1aac44
Compare
d1aac44
to
7f96853
Compare
0bc69d8
to
a41446d
Compare
1f669b5
to
fcd0bc2
Compare
0ac3f31
to
53282ab
Compare
53282ab
to
38305e2
Compare
cc1eded
to
c97736d
Compare
c97736d
to
52c803e
Compare
squaresSquares computed: (4 total)
2 squaredThe square of 2 is 4
5 squaredThe square of 5 is 25
10 squaredThe square of 10 is 100
27 squaredThe square of 27 is 729
files archived$ tree
.
├── key=10
│ ├── a
│ │ └── b
│ │ ├── 10
│ │ │ └── my
│ │ │ └── fan
│ │ │ └── out
│ │ │ ├── key
│ │ │ ├── square
│ │ │ ├── square.txt
│ │ │ └── x
│ │ │ ├── random.txt
│ │ │ └── y
│ │ │ ├── matrix.1.json
│ │ │ └── z
│ │ │ ├── matrix.json
│ │ │ └── random.json
│ │ └── 2
│ │ └── my
│ │ └── fan
│ │ └── out
│ │ ├── key
│ │ ├── square
│ │ ├── square.txt
│ │ └── x
│ │ ├── random.txt
│ │ └── y
│ │ ├── matrix.1.json
│ │ └── z
│ │ ├── matrix.json
│ │ └── random.json
│ └── matrix-fan-out
│ ├── context.json
│ ├── matrix.list
│ └── path.list
├── key=27
│ ├── a
│ │ └── b
│ │ ├── 27
│ │ │ └── my
│ │ │ └── fan
│ │ │ └── out
│ │ │ ├── key
│ │ │ ├── square
│ │ │ ├── square.txt
│ │ │ └── x
│ │ │ ├── random.txt
│ │ │ └── y
│ │ │ ├── matrix.1.json
│ │ │ └── z
│ │ │ ├── matrix.json
│ │ │ └── random.json
│ │ └── 5
│ │ └── my
│ │ └── fan
│ │ └── out
│ │ ├── key
│ │ ├── square
│ │ ├── square.txt
│ │ └── x
│ │ ├── random.txt
│ │ └── y
│ │ ├── matrix.1.json
│ │ └── z
│ │ ├── matrix.json
│ │ └── random.json
│ └── matrix-fan-out
│ ├── context.json
│ ├── matrix.list
│ └── path.list
└── matrix-fan-in
├── context.json
├── matrix.list
└── path.list
37 directories, 37 files |
# with: | ||
# ## limits ssh access and adds the ssh public keys of the listed GitHub users | ||
# limit-access-to-users: bukzor,kneeyo1 | ||
### # DEBUG: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can probably just delete this
entry: mypy | ||
language: system | ||
types: | ||
- python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we removing mypy?
required_version = "~> 1.6.4" | ||
required_providers { | ||
null = { | ||
source = "hashicorp/null" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these test files go into the demo repo?
No description provided.