Skip to content

Commit edef129

Browse files
authored
chore: use main branch of phd-cluster-template (#16)
* chore: use main branch of phd-cluster-template everywhere BB-10516 * chore: use custom picasso plugin BB-10516 * chore: reduce argocd retry attempts BB-10516
1 parent 9fd4924 commit edef129

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
jobs:
3838
build:
3939
name: Build ${{ matrix.service }} service
40-
uses: open-craft/phd-cluster-template/.github/workflows/build.yml@gabor/experiment
40+
uses: open-craft/phd-cluster-template/.github/workflows/build.yml@main
4141
strategy:
4242
matrix:
4343
service: ["openedx", "mfe"]
@@ -55,7 +55,7 @@ jobs:
5555

5656
update-env-dir:
5757
name: Update env directory
58-
uses: open-craft/phd-cluster-template/.github/workflows/generate-env-dir.yml@gabor/experiment
58+
uses: open-craft/phd-cluster-template/.github/workflows/generate-env-dir.yml@main
5959
needs:
6060
- build
6161
secrets:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
update-env-dir:
8080
if: ${{ inputs.UPDATE_ENV_DIR }}
8181
name: Update env directory
82-
uses: open-craft/phd-cluster-template/.github/workflows/generate-env-dir.yml@gabor/experiment
82+
uses: open-craft/phd-cluster-template/.github/workflows/generate-env-dir.yml@main
8383
needs:
8484
- build
8585
secrets:

.github/workflows/generate-env-dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Enable and install picasso plugin in Tutor environment
8080
run: |
81-
pip install git+https://github.com/eduNEXT/tutor-contrib-picasso@v0.2.0
81+
pip install git+https://github.com/open-craft/tutor-contrib-picasso@kaustav/fix_tutor_main_compatibility
8282
tutor plugins enable picasso
8383
8484
- name: Update config and generate env directory

cluster-template/cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"harmony_module_version": "deaf58ed6dc8d2d60ba5fed42d0ad472944dfaf7",
1414
"opencraft_module_version": "d55c99f57ee6cdadbfe3b01e19e456fb38b29e21",
1515
"picasso_version": "kaustav/new_ghcr_test",
16-
"phd_cluster_template_version": "gabor/experiment",
16+
"phd_cluster_template_version": "main",
1717
"tutor_version": "v20.0.5",
1818
"github_organization": "open-craft",
1919
"github_repository": "git@github.com:{{ cookiecutter.github_organization }}/phd-{{ cookiecutter.cluster_slug_normalized }}-cluster.git",

cluster-template/phd-{{cookiecutter.cluster_slug_normalized}}-cluster/.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
build-all:
3030
name: Build all services
31-
uses: open-craft/phd-cluster-template/.github/workflows/build-all.yml@gabor/experiment
31+
uses: open-craft/phd-cluster-template/.github/workflows/build-all.yml@main
3232
secrets:
3333
SSH_PRIVATE_KEY: {% raw %}${{ secrets.SSH_PRIVATE_KEY }}{% endraw %}
3434
with:

cluster-template/phd-{{cookiecutter.cluster_slug_normalized}}-cluster/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
jobs:
3636
build:
3737
name: Build '{% raw %}${{ inputs.SERVICE }}{% endraw %}' image
38-
uses: open-craft/phd-cluster-template/.github/workflows/build.yml@kaustav/new_ghcr_test
38+
uses: open-craft/phd-cluster-template/.github/workflows/build.yml@main
3939
secrets:
4040
SSH_PRIVATE_KEY: {% raw %}${{ secrets.SSH_PRIVATE_KEY }}{% endraw %}
4141
with:

instance-template/{{cookiecutter.instance_slug}}/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- ApplyOutOfSyncOnly=true
2929
- RespectIgnoreDifferences=true
3030
retry:
31-
limit: 5
31+
limit: 2
3232
backoff:
3333
duration: 5s
3434
factor: 2

0 commit comments

Comments
 (0)