Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 748c1b9

Browse files
committed
alice: ci: shouldi: contribute: Upload collector outputs as artifacts
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent 3fa79ed commit 748c1b9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/alice_shouldi_contribute.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: Alice Please Contribute Recommended Community Standards
1+
name: Alice Should I Contribute?
22

33
on:
44
workflow_dispatch:
55
inputs:
66
repo_url:
7-
description: 'URL of git repo to contribute community standards to'
7+
description: 'URL of git repo to check repo maturity for contribution'
88
required: true
99
type: string
1010

1111

1212
jobs:
13-
contribute:
14-
name: Contribute
13+
collector:
14+
name: Collector
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Set up Python 3.9
@@ -52,7 +52,7 @@ jobs:
5252
"https://github.com/intel/dffml/archive/${ALICE_STATE_OF_ART_COMMIT}.zip#egg=alice&subdirectory=entities/alice"
5353
- name: DFFML Version
5454
run: dffml version
55-
- name: Make contribution
55+
- name: Collect data on repo
5656
env:
5757
REPO_URL: ${{ github.event.inputs.repo_url }}
5858
run: |
@@ -61,3 +61,9 @@ jobs:
6161
cd $(mktemp -d)
6262
pwd
6363
alice shouldi contribute -keys "${REPO_URL}" -log debug
64+
- uses: actions/upload-artifact@v3
65+
with:
66+
name: collector_output
67+
path: .tools/open-architecture/innersource/repos.json
68+
# TODO(alice) Once caching is complete upload DID exported cache of dataflow
69+
# optionally with snapshots on intervals provided by overlays as input

0 commit comments

Comments
 (0)