Skip to content

Commit

Permalink
3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jun 27, 2024
1 parent 101c908 commit 0712362
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/verify-dashboards-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Verify Dashboards and Alerts OK

on:
push:
branches: main
paths:
#branches: main
#paths:
# Dashboards
- examples/dashboards/app_developer.json
- examples/dashboards/business_user.json
- examples/dashboards/platform_engineer.json
#- examples/dashboards/app_developer.json
# - examples/dashboards/business_user.json
# - examples/dashboards/platform_engineer.json
# Alerts
- examples/alerts/prometheusrules_policies_missing.yaml
- examples/alerts/slo-availability.yaml
- examples/alerts/slo-latency.yaml
# - examples/alerts/prometheusrules_policies_missing.yaml
# - examples/alerts/slo-availability.yaml
# - examples/alerts/slo-latency.yaml
jobs:
deploy-register-self-runner:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions self-hosted-runner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "aws_key_name" {
}

resource "aws_instance" "self_hosted_runner" {
ami = "ami-055032149717ffb30" # change to ami-0776c814353b4814d when creating an AMI.
ami = "ami-0776c814353b4814d" # change to ami-0776c814353b4814d when creating an AMI.
instance_type = "t2.xlarge"

root_block_device {
Expand All @@ -38,7 +38,7 @@ resource "aws_instance" "self_hosted_runner" {

# Uncomment when creating an AMI .

/* user_data = <<-EOL
user_data = <<-EOL
#!/bin/bash
echo "Starting user_data script..."
sudo apt-get update -y
Expand All @@ -62,7 +62,7 @@ resource "aws_instance" "self_hosted_runner" {
sudo chmod 7777 kuadrant-operator/hack
echo "user_data script execution completed."
touch /tmp/user_data_done
EOL */
EOL
}


Expand Down

0 comments on commit 0712362

Please sign in to comment.