StanfordAHA / garnet

Next generation CGRA generator
BSD 3-Clause "New" or "Revised" License
99 stars 11 forks source link

Buildkite "power" pipeline has reached end of life and should be deleted. #1063

Closed steveri closed 2 months ago

steveri commented 2 months ago

The buildkite "power" pipeline has not run for over a year, except for a single test job I just sent through (https://buildkite.com/tapeout-aha/power/builds).

The pipeline relies on a yaml file $GARNET/.buildkite/pipelinee_power.yml and shell scripts $GARNET/.buildkite/{gen,syn,report}.sh that no longer exist.

The reason the pipeline generally doesn't run is because of a branch limiter in buildkite, i.e. buildkite only ran if the name of the triggering github branch matches the pattern automated-power.

So anyway, for these and other reasons, I am deleting the pipeline and its associated webhook. If/when anyone wanted to resurrect it, they could look for the relevant files in the garnet git history and reinstate them, along with the deleted buildkite steps below etc.

steps:
  - command:
      python /sim/buildkite-agent/bin/redact.py .buildkite/pipeline_power.yml > redacted_pipeline.yml;
      echo \"REDACTED PIPELINE:\"; cat redacted_pipeline.yml;
      buildkite-agent pipeline upload redacted_pipeline.yml
    label: \"GetPipe\"

(Note: redact.py was a script I wrote to remove proprietary information from the test log.)

steveri commented 2 months ago

pipeline and associated webhook have been deleted.