Skip to content
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

Remove legacy OODT dependencies #78

Merged
merged 10 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 40 additions & 3 deletions .github/workflows/branch-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
java-version: [11, 17]
java-version: [17]

steps:
-
Expand All @@ -43,6 +43,7 @@ jobs:
lfs: true
fetch-depth: 0
token: ${{secrets.ADMIN_GITHUB_TOKEN || github.token}}
path: registry-harvest-legacy
-
name: 💵 Maven Cache
uses: actions/cache@v4
Expand All @@ -62,8 +63,44 @@ jobs:
distribution: 'adopt'
java-version: ${{matrix.java-version}}
-
name: 🩺 Test Software
run: mvn test
name: 🩺 Test, Build, and Unpack Harvest Software
run: |
pwd
cd registry-harvest-legacy
mvn test package
cd $GITHUB_WORKSPACE
tar -xvzf registry-harvest-legacy/target/harvest-legacy-*-bin.tar.gz

-
name: 💳 Checkout Registry Manager Repo
uses: actions/checkout@v4
with:
repository: NASA-PDS/registry-mgr-legacy
lfs: true
fetch-depth: 0
token: ${{secrets.ADMIN_GITHUB_TOKEN || github.token}}
path: registry-mgr-legacy

-
name: Build Registry Manager
run: |
pwd
cd registry-mgr-legacy
mvn clean package
cd $GITHUB_WORKSPACE
tar -xvzf registry-mgr-legacy/target/registry-mgr-legacy-*-bin.tar.gz

-
name: 🩺 Run Smoke Tests
run: |
echo "Prep environment"
cd $GITHUB_WORKSPACE
mkdir registry-data
export DATA_HOME=$GITHUB_WORKSPACE/registry-data
export LEGACY_REGISTRY_HOME=$GITHUB_WORKSPACE/registry-mgr-legacy-*/
export LEGACY_HARVEST_HOME=$GITHUB_WORKSPACE/harvest-legacy-*/
cd registry-harvest-legacy/test
./smoke-tests.sh

...

Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

163 changes: 0 additions & 163 deletions build/repo/gov/nasa/jpl/oodt/cas-crawler/2.4.1/cas-crawler-2.4.1.pom

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Loading
Loading