Skip to content

Commit 0c2ea16

Browse files
committed
Update GHA workflows after sindri changes from master to main
1 parent f4fb789 commit 0c2ea16

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/github-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
repository: responsivedev/sindri
7979
path: sindri
80-
ref: refs/heads/master
80+
ref: refs/heads/main
8181
token: ${{ secrets.TOOLS_GHA_TOKEN }}
8282

8383
- name: "Install Kind"
@@ -87,8 +87,8 @@ jobs:
8787

8888
- name: "Run Smoke Test"
8989
run: |
90-
sindri/scripts/update-client-versions -s master -p true -i public.ecr.aws/j8q9y0n6/responsiveinc/simple-example -t `./gradlew kafka-client:cV | grep "Project version" | sed 's/Project version: //'`
91-
sindri/scripts/run-smoke-test -s master -w system-tests-pub
90+
sindri/scripts/update-client-versions -s main -p true -i public.ecr.aws/j8q9y0n6/responsiveinc/simple-example -t `./gradlew kafka-client:cV | grep "Project version" | sed 's/Project version: //'`
91+
sindri/scripts/run-smoke-test -s main -w system-tests-pub
9292
env:
9393
DD_SERVICE: "https://us5.datadoghq.com/"
9494
DD_API_KEY: ${{ secrets.DD_API_KEY }}

.github/workflows/github-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
repository: responsivedev/sindri
5353
path: sindri
54-
ref: refs/heads/master
54+
ref: refs/heads/main
5555
token: ${{ secrets.TOOLS_GHA_TOKEN }}
5656

5757
- name: "Login to AWS & ECR"
@@ -73,8 +73,8 @@ jobs:
7373
- name: "Run Smoke Test"
7474
run: |
7575
sindri/scripts/update-versions -u -s responsiveOperator -e local -i responsive-operator:`./gradlew operator:cV | grep Project.version | sed 's/Project version: //'`
76-
sindri/scripts/update-client-versions -s master -p false -i simple-example -t `./gradlew kafka-client:cV | grep "Project version" | sed 's/Project version: //'`
77-
sindri/scripts/run-smoke-test -l -w system-tests-pub-${GITHUB_HEAD_REF} -s master
76+
sindri/scripts/update-client-versions -s main -p false -i simple-example -t `./gradlew kafka-client:cV | grep "Project version" | sed 's/Project version: //'`
77+
sindri/scripts/run-smoke-test -l -w system-tests-pub-${GITHUB_HEAD_REF} -s main
7878
env:
7979
DD_SERVICE: "https://us5.datadoghq.com/"
8080
DD_API_KEY: ${{ secrets.DD_API_KEY }}

.github/workflows/github-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
repository: responsivedev/sindri
8989
path: sindri
90-
ref: refs/heads/master
90+
ref: refs/heads/main
9191
token: ${{ secrets.TOOLS_GHA_TOKEN }}
9292

9393
- name: "Install Kind"

0 commit comments

Comments
 (0)