File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
phd-{{cookiecutter.cluster_slug_normalized}}-cluster/.github/workflows
instance-template/{{cookiecutter.instance_slug}} Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3737jobs :
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"]
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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 2828jobs :
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 :
Original file line number Diff line number Diff line change 3535jobs :
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 :
Original file line number Diff line number Diff line change 2828 - ApplyOutOfSyncOnly=true
2929 - RespectIgnoreDifferences=true
3030 retry :
31- limit : 5
31+ limit : 2
3232 backoff :
3333 duration : 5s
3434 factor : 2
You can’t perform that action at this time.
0 commit comments