Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Jan 17, 2025
1 parent 5dea5cc commit 6d71c3e
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks_create-kube-config_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aks_create_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aks_graalvm_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/aks_springboot_README_md.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '0 19 * * 4'
- cron: '0 4 * * 2'
workflow_dispatch:

name: 'aks/springboot/README.md'
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aks_tomcat_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aks_use-your-acr_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aks_wildfly_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $AKS ]]; then
export AKS=aks-$RANDOM
export AKS=joazaks$RANDOM
echo ---------------------------------------------------------------------
echo Creating AKS cluster - $AKS
echo ---------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mysql_create_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $MYSQL_NAME ]]; then
export MYSQL_NAME=joaz-mysql-$RANDOM
export MYSQL_NAME=joazmysql$RANDOM
export MYSQL_USERNAME=mysql
export MYSQL_PASSWORD=p#ssw0rd-$RANDOM
fi
Expand All @@ -50,7 +50,7 @@ jobs:
sleep 240
export RESULT=$(az mysql server show --name $MYSQL_NAME --resource-group $RESOURCE_GROUP --output tsv --query userVisibleState)
export RESULT=$(az mysql flexible-server show --name $MYSQL_NAME --resource-group $RESOURCE_GROUP --output tsv --query state)
az group delete --name $RESOURCE_GROUP --yes || true
if [[ "$RESULT" != Ready ]]; then
echo "Provisioning MySQL " $MYSQL_NAME " failed"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql_get-country_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $MYSQL_NAME ]]; then
export MYSQL_NAME=joaz-mysql-$RANDOM
export MYSQL_NAME=joazmysql$RANDOM
export MYSQL_USERNAME=mysql
export MYSQL_PASSWORD=p#ssw0rd-$RANDOM
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $MYSQL_NAME ]]; then
export MYSQL_NAME=joaz-mysql-$RANDOM
export MYSQL_NAME=joazmysql$RANDOM
export MYSQL_USERNAME=mysql
export MYSQL_PASSWORD=p#ssw0rd-$RANDOM
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
az group create --name $RESOURCE_GROUP --location $REGION
if [[ -z $MYSQL_NAME ]]; then
export MYSQL_NAME=joaz-mysql-$RANDOM
export MYSQL_NAME=joazmysql$RANDOM
export MYSQL_USERNAME=mysql
export MYSQL_PASSWORD=p#ssw0rd-$RANDOM
fi
Expand Down

0 comments on commit 6d71c3e

Please sign in to comment.