Skip to content

Commit

Permalink
chore: Test CI (#2)
Browse files Browse the repository at this point in the history
* Run nix fmt

* Run help on ubuntu latest

* Parallel creating of lb and instances

* F
  • Loading branch information
nahsi authored Nov 4, 2024
1 parent 7b92515 commit 32113ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/help-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
help:
runs-on: linux-amd64-t-small
runs-on: ubuntu-latest
steps:
- name: Update comment
uses: peter-evans/create-or-update-comment@v4
Expand Down
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
pkgs.bashInteractive
pkgs.nixfmt-rfc-style
pkgs.just
pkgs.gh
pkgs.gh

pkgs.talosctl
pkgs.kubectl
Expand All @@ -37,9 +37,9 @@
];

shellHook = ''
[[ -f $FLUENCE_SECRETS ]] && source $FLUENCE_SECRETS
[[ -f ./kubeconfig ]] && export KUBECONFIG=$(realpath ./kubeconfig)
[[ -f ./talosconfig ]] && export TALOSCONFIG=$(realpath ./talosconfig)
[[ -f $FLUENCE_SECRETS ]] && source $FLUENCE_SECRETS
[[ -f ./kubeconfig ]] && export KUBECONFIG=$(realpath ./kubeconfig)
[[ -f ./talosconfig ]] && export TALOSCONFIG=$(realpath ./talosconfig)
'';
};
}
Expand Down
1 change: 0 additions & 1 deletion terraform/controlplane.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ data "talos_machine_configuration" "cp" {
hostdns = "${each.key}.${local.prefix}.fluence.dev",
subnet = data.digitalocean_vpc.spectrum.ip_range,
branch = var.github_branch
loadbalancerip = digitalocean_loadbalancer.cp.ip
})
]
}
Expand Down
1 change: 1 addition & 0 deletions terraform/templates/controlplane_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ cluster:
url: https://github.com/fluencelabs/spectrum.git
ref:
branch: ${branch}
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
Expand Down

0 comments on commit 32113ad

Please sign in to comment.