Skip to content

[GR-60094] Revisit top-level README.md to explain the new repository structure. #334

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

Merged
merged 6 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
6 changes: 3 additions & 3 deletions .github/workflows/clouds-native-aws-fargate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: clouds/native-aws-fargate
on:
push:
paths:
- 'clouds/native-aws-fargate/**'
- 'native-image/clouds/native-aws-fargate/**'
- '.github/workflows/clouds-native-aws-fargate.yml'
pull_request:
paths:
- 'clouds/native-aws-fargate/**'
- 'native-image/clouds/native-aws-fargate/**'
- '.github/workflows/clouds-native-aws-fargate.yml'
schedule:
- cron: "0 0 1 * *" # run every month
Expand All @@ -27,5 +27,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'clouds/native-aws-fargate'
run: |
cd clouds/native-aws-fargate
cd native-image/clouds/native-aws-fargate
./mvnw package -Dpackaging=docker-native
8 changes: 4 additions & 4 deletions .github/workflows/clouds-native-aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: clouds/native-aws-lambda
on:
push:
paths:
- 'clouds/native-aws-lambda/**'
- 'native-image/clouds/native-aws-lambda/**'
- '.github/workflows/clouds-native-aws-lambda.yml'
pull_request:
paths:
- 'clouds/native-aws-lambda/**'
- 'native-image/clouds/native-aws-lambda/**'
- '.github/workflows/clouds-native-aws-lambda.yml'
schedule:
- cron: "0 0 1 * *" # run every month
Expand All @@ -27,9 +27,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'clouds/native-aws-lambda java'
run: |
cd clouds/native-aws-lambda
cd native-image/clouds/native-aws-lambda
./mvnw package
- name: Run 'clouds/native-aws-lambda native image'
run: |
cd clouds/native-aws-lambda
cd native-image/clouds/native-aws-lambda
./mvnw package -Dpackaging=docker-native
6 changes: 3 additions & 3 deletions .github/workflows/clouds-native-google-cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: clouds/native-google-cloud-run
on:
push:
paths:
- 'clouds/native-google-cloud-run/**'
- 'native-image/clouds/native-google-cloud-run/**'
- '.github/workflows/clouds-native-google-cloud-run.yml'
pull_request:
paths:
- 'clouds/native-google-cloud-run/**'
- 'native-image/clouds/native-google-cloud-run/**'
- '.github/workflows/clouds-native-google-cloud-run.yml'
schedule:
- cron: "0 0 1 * *" # run every month
Expand All @@ -27,5 +27,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'clouds/native-google-cloud-run'
run: |
cd clouds/native-google-cloud-run
cd native-image/clouds/native-google-cloud-run
./mvnw package -Dpackaging=docker-native
8 changes: 6 additions & 2 deletions .github/workflows/clouds-native-oci-cloud-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: clouds/native-oci-cloud-shell
on:
push:
paths:
- 'clouds/native-oci-cloud-shell/**'
- 'native-image/clouds/native-oci-cloud-shell/**'
- '.github/workflows/clouds-native-oci-cloud-shell.yml'
pull_request:
paths:
- 'native-image/clouds/native-oci-cloud-shell/**'
- '.github/workflows/clouds-native-oci-cloud-shell.yml'
schedule:
- cron: "0 0 1 * *" # run every month
Expand All @@ -25,7 +29,7 @@ jobs:
native-image-job-reports: 'true'
- name: Run 'clouds/native-oci-cloud-shell'
run: |
cd clouds/native-oci-cloud-shell
cd native-image/clouds/native-oci-cloud-shell
mvn --no-transfer-progress clean package
java -jar target/my-app-1.0-SNAPSHOT.jar
mvn --no-transfer-progress clean -Pnative -DskipTests package
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/clouds-native-oci-container-instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: clouds/native-oci-container-instances
on:
push:
paths:
- 'clouds/native-oci-container-instances/**'
- 'native-image/clouds/native-oci-container-instances/**'
- '.github/workflows/clouds-native-oci-container-instances.yml'
pull_request:
paths:
- 'clouds/native-oci-container-instances/**'
- 'native-image/clouds/native-oci-container-instances/**'
- '.github/workflows/clouds-native-oci-container-instances.yml'
schedule:
- cron: "0 0 1 * *" # run every month
Expand All @@ -27,5 +27,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'clouds/native-oci-container-instances'
run: |
cd clouds/native-oci-container-instances
cd native-image/clouds/native-oci-container-instances
./mvnw package -Dpackaging=docker-native
6 changes: 3 additions & 3 deletions .github/workflows/clouds-native-oci-generative-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: clouds/native-oci-generative-ai
on:
push:
paths:
- 'clouds/native-oci-generative-ai/**'
- 'native-image/clouds/native-oci-generative-ai/**'
- '.github/workflows/clouds-native-oci-generative-ai.yml'
pull_request:
paths:
- 'clouds/native-oci-generative-ai/**'
- 'native-image/clouds/native-oci-generative-ai/**'
- '.github/workflows/clouds-native-oci-generative-ai.yml'
schedule:
- cron: "0 0 1 * *" # run every month
Expand All @@ -27,5 +27,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'native-oci-generative-ai'
run: |
cd clouds/native-oci-generative-ai
cd native-image/clouds/native-oci-generative-ai
mvn --batch-mode clean package -Pnative
Loading
Loading