Skip to content

Commit

Permalink
Import projects from LFX (#820)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Aug 8, 2024
1 parent 49c8add commit fb2c108
Show file tree
Hide file tree
Showing 17 changed files with 1,558 additions and 495 deletions.
54 changes: 4 additions & 50 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,55 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout landscape
uses: actions/checkout@v4
with:
path: landscape
- name: Checkout landscape-tools
uses: actions/checkout@v4
with:
repository: jmertic/landscape-tools
path: landscape-tools
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
pip install --no-deps --require-hashes -r landscape-tools/requirements.txt
- name: Run build
working-directory: ./landscape
run: |
../landscape-tools/landscapemembers.py
- name: Save missing.csv file
uses: actions/upload-artifact@v4
with:
name: missing-members
path: ./landscape/missing.csv
- name: Checkout landscapeapp
uses: actions/checkout@v4
with:
repository: cncf/landscapeapp
path: landscapeapp
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Cleanup YAML files
working-directory: ./landscapeapp
run: |
node tools/removePuppeteer
npm install
PROJECT_PATH=../landscape node tools/removeQuotes
PROJECT_PATH=../landscape node tools/pruneExtraEntries
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
- uses: jmertic/landscape-tools@include-projects
env:
token: ${{ secrets.PAT }}
branch-suffix: timestamp
path: ./landscape
title: Update members
labels: automated-build
commit-message: Update members
repository: ${{ github.repository }}
ref: ${{ github.ref }}
23 changes: 23 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
slug: open-mainframe-project
landscapeMemberClasses:
- name: Platinum Membership
category: Platinum
- name: End-User Membership
category: Platinum
- name: Silver Membership
category: Silver
- name: Academic Membership
category: Academic Institution
- name: Associate Membership
category: Associate
project: a0941000002wBymAAE # Open Mainframe Project
landscapeMemberCategory: Open Mainframe Project Member Company
landscapefile: landscape.yml
missingcsvfile: missing.csv
landscapeProjectsCategory: Open Mainframe Project Projects
landscapeProjectsSubcategories:
- name: All
category: All
projectsDefaultCrunchbase: https://www.crunchbase.com/organization/open-mainframe-project
tacAgendaProjectUrl: https://github.com/orgs/openmainframeproject/projects/21/views/1
artworkRepoUrl: "https://artwork.openmainframeproject.org/projects/{slug}"
95 changes: 94 additions & 1 deletion hosted_logos/ambitus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hosted_logos/cbt_tape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fb2c108

Please sign in to comment.