Commit Graph

110 Commits

Author SHA1 Message Date
divyansh42 beafd2dec2 Add CRDA starter workflow and modify openshift workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2022-06-24 16:25:53 +05:30
Bishal Prasad 86a309710a Merge branch 'main' into bishal-pdMSFT-patch-1 2022-05-24 10:38:42 +05:30
Jaiveer Katariya 2be3a09ccb removed unnecessary checkout from kustomize create-secret step 2022-05-23 14:59:13 -04:00
Jaiveer Katariya ea7d7777b6 added checkout step to helm starter workflow 2022-05-23 14:47:39 -04:00
Sampark Sharma d8178dc63c Merge branch 'main' into patch-1 2022-05-23 14:35:39 +05:30
Bishal Prasad 9f02725cf7 Fix the missing on trigger for AKS Kompose 2022-05-21 11:13:24 +05:30
Sampark Sharma 487699b3c5 Merge branch 'main' into permks-13 2022-05-16 16:34:32 +05:30
Sampark Sharma f9e7f3a80b Merge branch 'main' into permks-12 2022-05-16 16:32:15 +05:30
Sampark Sharma 957236b419 Merge branch 'main' into permks-11 2022-05-16 16:29:11 +05:30
Sampark Sharma 70a0a4ecc0 Merge branch 'main' into permks-4 2022-05-16 16:25:42 +05:30
Sampark Sharma 88b37d30eb Merge branch 'main' into permks-1 2022-05-16 16:23:38 +05:30
Sampark Sharma adcabbd5f2 Merge branch 'main' into patch-6 2022-05-16 16:17:29 +05:30
Jaiveer Katariya ad9daa8da3 removed actions read permission from createSecret and buildImage steps (#1539) 2022-04-23 10:10:21 +05:30
Jaiveer Katariya c06604910c Parallelize Jobs for AKS Starter Workflows (#1534)
* Reworked AKS deployment workflows (#1403)

* rebased to partner_templates

* Renaming workflow

* Updated corresponding properties.json files for the new aks workflows under deployments.

* Updated properties.json titles for aks workflows

* Renamed SECRET_NAME to IMAGE_PULL_SECRET_NAME

* Moved permissions down to the job level

* Updated documentation links

* Updated permission for action to read

* Removing redundant permissions

* write -> read for actions

* Updated descriptions

* Less reference documentation in header

* Added comments to each AKS Starter Workflow step

Co-authored-by: Tommy Barnes <thbarnes@microsoft.com>

* Update AKS workflows to not use imagePullSecrets (#1494)

* removing old method of adding imagePullSecrets

* fixing step casing

* For testing: Dependency review starter workflow

* changed back to image pull secret, added mask, clarified website and pull secret instructions

* made changes to other aks files

* Added back imagepullsecrets param to deploy action, reordered env vars

* changing release version of deploy action

* restructured starter workflows to parallelize secret creation and image building

* renamed to buildImage and removed extra space

* cleaned up some random newlines

* removed extra space

* removing changes from partner branch

* removing changes from partner branch

* through mistake in changing PR, two files lost step for createSecret

Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com>
Co-authored-by: Tommy Barnes <thbarnes@microsoft.com>
Co-authored-by: Israel Miller <ismille@microsoft.com>
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Co-authored-by: Jaiveer Katariya <jaiveerkatariya@Jaiveers-MacBook-Pro.local>
Co-authored-by: Jaiveer Katariya <jaiveerkatariya@rgoldshtein.middleeast.corp.microsoft.com>
2022-04-22 13:40:20 +05:30
Sampark Sharma b25e63892a Merge branch 'main' into patch-8 2022-04-13 12:03:07 +05:30
Sampark Sharma fe3aca603b Merge branch 'main' into permks-7 2022-04-13 11:47:46 +05:30
Sampark Sharma 608ce4de6f Merge branch 'main' into patch-5 2022-04-13 11:40:16 +05:30
Anthony Roussel d80712faf4 Disable Terraform interactive prompts during apply & plan (#1467) 2022-04-10 18:59:47 +05:30
Sampark Sharma 0b5aadd7f9 Merge branch 'main' into permks-6 2022-04-05 12:42:13 +05:30
Sampark Sharma e3436f7b4b Merge branch 'main' into add-jdk-distribution 2022-04-04 13:04:15 +05:30
h0x0er 3c936d3d38 Merge branch 'main' into patch-1 2022-03-30 15:16:20 +05:30
Thomas Boop 1d9d6d7fb0 Update Actions to node16 (#1469)
* update actions

* address merge conflicts

* fix java updates

* update github script

* update cache to v3

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2022-03-28 22:40:48 +05:30
Hiroyuki Onaka 69cce6ad3a Add env variable to set the Java distribution to use 2022-03-28 19:39:18 +09:00
Bishal Prasad 3be3c5deec Update cache action to v3 (#1507) 2022-03-28 09:47:44 +05:30
Shubham malik 5e58bc6ef6 Update azure-webapps-node.yml 2022-03-19 16:47:46 +05:30
Shubham malik 7b765747a5 Update azure-webapps-java-jar.yml 2022-03-19 16:41:42 +05:30
Shubham malik 53a9402455 Update azure-webapps-dotnet-core.yml 2022-03-19 16:39:47 +05:30
Shubham malik a1fe90c10d Update tencent.yml 2022-03-19 16:00:04 +05:30
Shubham malik 962b63852b Update alibabacloud.yml 2022-03-19 15:56:24 +05:30
Shubham malik bd76c74da6 Update azure-webapps-php.yml 2022-03-19 15:51:52 +05:30
Shubham malik 4657e39b91 Update azure-webapps-python.yml 2022-03-19 15:39:54 +05:30
Mike Verbanic c4cc28d92d feat: add google cloud run starter workflows (#1392)
* feat: add google cloud run starter workflows

* fix: pr comments

* fix: pr comments

* fix: properties naming

* fix: docker registry path
2022-03-17 00:30:00 +05:30
Jonathan Tamsut 46017054a3 Update download-artifact and upload-artifact from v2 to v3 (#1465)
* migrate to v3

* update download-artifact
2022-03-14 10:35:28 -04:00
Bishal Prasad 0d462e1c6b Port reworked AKS templates to main (#1450) 2022-03-03 22:43:12 +05:30
arjundashrath fd8ffb3d9c Update aws.yml 2022-02-14 13:01:38 +05:30
h0x0er 63beace25d added github_token permission 2022-02-14 11:16:12 +05:30
h0x0er 6e8e5830e9 added token permissions 2022-02-11 16:56:36 +05:30
h0x0er 5d03c86e26 Added token permission for deployments/azure-staticwebapp.yml 2022-02-04 10:42:13 +05:30
Fedor Isakov c005c55b8b update google workflow (#1359) 2022-01-30 11:37:53 +05:30
Jason Freeberg ba97234b60 Fix indentation error (#1356) 2022-01-18 17:07:26 -05:00
Anurag Chauhan 73a17a51b5 deleting azure.yml 2021-12-16 10:55:17 +00:00
Anurag Chauhan 5bd8eb4344 Merge branch 'main' of https://github.com/actions/starter-workflows into partner_templates 2021-12-09 11:32:59 +00:00
Anurag Chauhan 17c64f97fe resolving comments 2021-12-08 05:01:06 +00:00
Anurag Chauhan c059d06679 renaming azure template to fix the order 2021-12-07 14:16:20 +00:00
Jason Freeberg a48ef3a643 Update azure-webapps-node.yml (#1282) 2021-12-01 20:52:36 -05:00
Anurag Chauhan 3258466b26 Adding commit sha for 3rd party actions 2021-11-29 08:51:54 +00:00
Anurag Chauhan b4ee598043 use setup cache option instead of action 2021-11-25 10:03:14 +00:00
Jason Freeberg 1a67e08a9e Update azure-webapps-container.yml 2021-11-24 15:58:25 -08:00
Jason Freeberg 278aa7a82e Add dependency caching for .NET, Node, PHP, and Python workflows 2021-11-24 14:26:16 -08:00
Jason Freeberg 8fd6550c33 Revert overwrite from upstream pull 2021-11-24 14:20:00 -08:00