Skip to content

Commit

Permalink
[gke] Drop older automation
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 authored and marcwrobel committed Dec 13, 2022
1 parent 53b4127 commit de53255
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 150 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "webrick", "~> 1.7"

gem 'google-cloud-container', '~> 1.3'
58 changes: 0 additions & 58 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,56 +14,9 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.7.1)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.0.0)
faraday (~> 2.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
gapic-common (0.15.1)
faraday (>= 1.9, < 3.a)
faraday-retry (>= 1.0, < 3.a)
google-protobuf (~> 3.14)
googleapis-common-protos (>= 1.3.12, < 2.a)
googleapis-common-protos-types (>= 1.3.1, < 2.a)
googleauth (~> 1.0)
grpc (~> 1.36)
gemoji (4.0.1)
google-cloud-container (1.3.0)
google-cloud-container-v1 (>= 0.0, < 2.a)
google-cloud-container-v1beta1 (>= 0.0, < 2.a)
google-cloud-core (~> 1.6)
google-cloud-container-v1 (0.12.0)
gapic-common (>= 0.12, < 2.a)
google-cloud-errors (~> 1.0)
google-cloud-container-v1beta1 (0.13.0)
gapic-common (>= 0.12, < 2.a)
google-cloud-errors (~> 1.0)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.0)
google-protobuf (3.21.11-x86_64-linux)
googleapis-common-protos (1.3.12)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
grpc (~> 1.27)
googleapis-common-protos-types (1.4.0)
google-protobuf (~> 3.14)
googleauth (1.3.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.50.0-x86_64-linux)
google-protobuf (~> 3.21)
googleapis-common-protos-types (~> 1.0)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -107,7 +60,6 @@ GEM
jekyll (>= 3.8.5)
jekyll-seo-tag (~> 2.0)
rake (>= 12.3.1, < 13.1.0)
jwt (2.5.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -116,14 +68,11 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
mercenary (0.4.0)
mini_i18n (0.8.0)
minitest (5.16.3)
multi_json (1.15.0)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
os (1.1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
Expand All @@ -135,15 +84,9 @@ GEM
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
signet (0.17.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.5)
Expand All @@ -155,7 +98,6 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
google-cloud-container (~> 1.3)
jekyll (~> 4.3.1)
jekyll-feed (~> 0.17)
jekyll-last-modified-at
Expand Down
5 changes: 0 additions & 5 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- [Build](#build)
- [File and Directory structure](#file-and-directory-structure)
- [Automation](#automation)
- [GKE](#gke)
- [API](#api)
- [API Documentation](#api-documentation)
- [Contributing Workflow](#contributing-workflow)
Expand Down Expand Up @@ -74,10 +73,6 @@ Automation is currently focused towards fetching the latest releases for a given

All scripts should have fallback data in some form.

### GKE

The GKE data is fetched at build-time via GKE APIs by calling `rake gke`.

## API

The API is just JSON files generated in the `api` directory by `_plugins/create-json-files.rb`. The API is not stable, because the key names or release names are not consistent.
Expand Down
7 changes: 0 additions & 7 deletions Rakefile

This file was deleted.

58 changes: 0 additions & 58 deletions _auto/gke.rb

This file was deleted.

18 changes: 0 additions & 18 deletions _data/gke.yml

This file was deleted.

2 changes: 0 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[build]
command = """
rake gke
bundle exec jekyll build
"""
publish = "_site/"

[context.deploy-preview]
command = """
rake gke
printf "url: %s" "$DEPLOY_PRIME_URL" > _config_netlify.yml
bundle exec jekyll build --config _config.yml,_config_netlify.yml
"""
Expand Down

0 comments on commit de53255

Please sign in to comment.