Skip to content

Commit 3a84e77

Browse files
committed
Move /clouds/ under native-image
1 parent 77c034b commit 3a84e77

File tree

110 files changed

+65
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+65
-57
lines changed

.github/workflows/clouds-native-aws-fargate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: clouds/native-aws-fargate
22
on:
33
push:
44
paths:
5-
- 'clouds/native-aws-fargate/**'
5+
- 'native-image/clouds/native-aws-fargate/**'
66
- '.github/workflows/clouds-native-aws-fargate.yml'
77
pull_request:
88
paths:
9-
- 'clouds/native-aws-fargate/**'
9+
- 'native-image/clouds/native-aws-fargate/**'
1010
- '.github/workflows/clouds-native-aws-fargate.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
@@ -27,5 +27,5 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Run 'clouds/native-aws-fargate'
2929
run: |
30-
cd clouds/native-aws-fargate
30+
cd native-image/clouds/native-aws-fargate
3131
./mvnw package -Dpackaging=docker-native

.github/workflows/clouds-native-aws-lambda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: clouds/native-aws-lambda
22
on:
33
push:
44
paths:
5-
- 'clouds/native-aws-lambda/**'
5+
- 'native-image/clouds/native-aws-lambda/**'
66
- '.github/workflows/clouds-native-aws-lambda.yml'
77
pull_request:
88
paths:
9-
- 'clouds/native-aws-lambda/**'
9+
- 'native-image/clouds/native-aws-lambda/**'
1010
- '.github/workflows/clouds-native-aws-lambda.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
@@ -27,9 +27,9 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Run 'clouds/native-aws-lambda java'
2929
run: |
30-
cd clouds/native-aws-lambda
30+
cd native-image/clouds/native-aws-lambda
3131
./mvnw package
3232
- name: Run 'clouds/native-aws-lambda native image'
3333
run: |
34-
cd clouds/native-aws-lambda
34+
cd native-image/clouds/native-aws-lambda
3535
./mvnw package -Dpackaging=docker-native

.github/workflows/clouds-native-google-cloud-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: clouds/native-google-cloud-run
22
on:
33
push:
44
paths:
5-
- 'clouds/native-google-cloud-run/**'
5+
- 'native-image/clouds/native-google-cloud-run/**'
66
- '.github/workflows/clouds-native-google-cloud-run.yml'
77
pull_request:
88
paths:
9-
- 'clouds/native-google-cloud-run/**'
9+
- 'native-image/clouds/native-google-cloud-run/**'
1010
- '.github/workflows/clouds-native-google-cloud-run.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
@@ -27,5 +27,5 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Run 'clouds/native-google-cloud-run'
2929
run: |
30-
cd clouds/native-google-cloud-run
30+
cd native-image/clouds/native-google-cloud-run
3131
./mvnw package -Dpackaging=docker-native

.github/workflows/clouds-native-oci-cloud-shell.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: clouds/native-oci-cloud-shell
22
on:
33
push:
44
paths:
5-
- 'clouds/native-oci-cloud-shell/**'
5+
- 'native-image/clouds/native-oci-cloud-shell/**'
6+
- '.github/workflows/clouds-native-oci-cloud-shell.yml'
7+
pull_request:
8+
paths:
9+
- 'native-image/clouds/native-oci-cloud-shell/**'
610
- '.github/workflows/clouds-native-oci-cloud-shell.yml'
711
schedule:
812
- cron: "0 0 1 * *" # run every month
@@ -25,7 +29,7 @@ jobs:
2529
native-image-job-reports: 'true'
2630
- name: Run 'clouds/native-oci-cloud-shell'
2731
run: |
28-
cd clouds/native-oci-cloud-shell
32+
cd native-image/clouds/native-oci-cloud-shell
2933
mvn --no-transfer-progress clean package
3034
java -jar target/my-app-1.0-SNAPSHOT.jar
3135
mvn --no-transfer-progress clean -Pnative -DskipTests package

.github/workflows/clouds-native-oci-container-instances.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: clouds/native-oci-container-instances
22
on:
33
push:
44
paths:
5-
- 'clouds/native-oci-container-instances/**'
5+
- 'native-image/clouds/native-oci-container-instances/**'
66
- '.github/workflows/clouds-native-oci-container-instances.yml'
77
pull_request:
88
paths:
9-
- 'clouds/native-oci-container-instances/**'
9+
- 'native-image/clouds/native-oci-container-instances/**'
1010
- '.github/workflows/clouds-native-oci-container-instances.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
@@ -27,5 +27,5 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Run 'clouds/native-oci-container-instances'
2929
run: |
30-
cd clouds/native-oci-container-instances
30+
cd native-image/clouds/native-oci-container-instances
3131
./mvnw package -Dpackaging=docker-native

.github/workflows/clouds-native-oci-generative-ai.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: clouds/native-oci-generative-ai
22
on:
33
push:
44
paths:
5-
- 'clouds/native-oci-generative-ai/**'
5+
- 'native-image/clouds/native-oci-generative-ai/**'
66
- '.github/workflows/clouds-native-oci-generative-ai.yml'
77
pull_request:
88
paths:
9-
- 'clouds/native-oci-generative-ai/**'
9+
- 'native-image/clouds/native-oci-generative-ai/**'
1010
- '.github/workflows/clouds-native-oci-generative-ai.yml'
1111
schedule:
1212
- cron: "0 0 1 * *" # run every month
@@ -27,5 +27,5 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Run 'native-oci-generative-ai'
2929
run: |
30-
cd clouds/native-oci-generative-ai
30+
cd native-image/clouds/native-oci-generative-ai
3131
mvn --batch-mode clean package -Pnative

README.md

Lines changed: 43 additions & 39 deletions

0 commit comments

Comments
 (0)