Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix action and add second_paths
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <jmertic@linuxfoundation.org>
jmertic committed Aug 5, 2024
1 parent 88424b5 commit 0db39bc
Showing 2 changed files with 26 additions and 51 deletions.
54 changes: 4 additions & 50 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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: 22 additions & 1 deletion landscape.yml
Original file line number Diff line number Diff line change
@@ -2066,6 +2066,8 @@ landscape:
items:
- item:
name: Ambitus
second_path:
- Projects / Other
homepage_url: https://www.openmainframeproject.org/projects/ambitus
project: incubating
logo: ambitus.svg
@@ -2134,6 +2136,8 @@ landscape:
chair: Rune Christensen
- item:
name: COBOL Programming Course
second_path:
- Projects / Learning and Mentoring
homepage_url: https://www.openmainframeproject.org/projects/cobolprogrammingcourse
project: active
logo: cobol_programming_course.svg
@@ -2154,6 +2158,8 @@ landscape:
repo_url: https://github.com/openmainframeproject/cobol-programming-course
- item:
name: COBOL Working Group
second_path:
- Projects / Learning and Mentoring
homepage_url: https://www.openmainframeproject.org/projects/cobol-working-group
project: working-group
logo: cobol_working_group.svg
@@ -2198,6 +2204,8 @@ landscape:
repo_url: https://github.com/openmainframeproject/feilong
- item:
name: Galasa
second_path:
- Projects / Development Tools
homepage_url: https://galasa.dev/
project: incubating
repo_url: https://github.com/galasa-dev/framework
@@ -2273,6 +2281,8 @@ landscape:
dev_stats_url: https://insights.lfx.linuxfoundation.org/foundation/open-mainframe-project/overview?project=omp-linux-distributions-wg
- item:
name: Mainframe Open Education
second_path:
- Projects / Learning and Mentoring
homepage_url: https://www.openmainframeproject.org/projects/mainframeopeneducation
logo: mainframe_open_education.svg
project: active
@@ -2294,6 +2304,8 @@ landscape:
repo_url: https://github.com/openmainframeproject/omp-education
- item:
name: Modernization Working Group
second_path:
- Projects / Other
description: >-
The purpose of this working group is to create a common definition and framework around modernization in the mainframe space; produce educational
material and promote all messages and definitions wider landscape for better alignment.
@@ -2302,18 +2314,21 @@ landscape:
logo: modernization.svg
crunchbase: https://www.crunchbase.com/organization/open-mainframe-project
extra:
slug: mainframe-modernization-wg
mailing_list_url: https://lists.openmainframeproject.org/g/wg-modernization
slack_url: https://slack.openmainframeproject.org
chat_channel: '#wg-modernization'
wiki: https://wiki.openmainframeproject.org/display/MW
leads: Misty Decker
chair: Misty Decker
accepted: '2022-09-18'
next_annual_review_date: '2024-09-26'
artwork_url: https://artwork.openmainframeproject.org/working-groups/modernization-wg/
annual_review_date: '2023-09-14'
annual_review_url: https://github.com/openmainframeproject/tac/issues/529
- item:
name: Software Discovery Tool
second_path:
- Projects / Other
homepage_url: https://www.openmainframeproject.org/projects/software-discovery-tool
project: incubating
logo: software_discovery_tool.svg
@@ -2333,6 +2348,8 @@ landscape:
repo_url: https://github.com/openmainframeproject/software-discovery-tool
- item:
name: TerseDecompress
second_path:
- Projects / Other
project: sandbox
homepage_url: https://www.openmainframeproject.org/projects/tersedecompress
logo: tersedecompress.svg
@@ -2377,6 +2394,8 @@ landscape:
repo_url: https://github.com/tessia-project/tessia
- item:
name: TSTerm
second_path:
- Projects / z/OS
homepage_url: https://github.com/TSTerminal
project: sandbox
repo_url: https://github.com/TSTerminal/TSTerm
@@ -2430,6 +2449,8 @@ landscape:
dev_stats_url: https://insights.lfx.linuxfoundation.org/foundation/open-mainframe-project/overview?project=zowe
- item:
name: z/VM Community Tools
second_path:
- Projects / z/VM
homepage_url: https://github.com/openmainframeproject/zvm-community-tools
project: sandbox
repo_url: https://github.com/openmainframeproject/zvm-community-tools

0 comments on commit 0db39bc

Please sign in to comment.