diff --git a/.circleci/config.yml b/.circleci/config.yml index 336b694..55b78e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,43 +58,6 @@ commands: # Configure ADC echo "export GOOGLE_APPLICATION_CREDENTIALS='<< parameters.gcp_cred_config_file_path >>'" | tee -a "$BASH_ENV" - check-changed: - description: "Conditionally halts a step if certain modules change" - parameters: - patterns: - type: string - description: "Comma-separated list of dependencies" - no_go_deps: - type: string - default: "" - description: "If set, does not trigger on `go.mod` / `go.sum` changes." - steps: - - run: - name: "Check for changes" - environment: - CHECK_CHANGED_NO_GO_DEPS: "<>" - command: | - cd ops/check-changed - pip3 install -r requirements.txt - python3 main.py "<>" - - notify-failures-on-develop: - description: "Notify Slack" - parameters: - channel: - type: string - default: C03N11M0BBN - mentions: - type: string - default: "" - steps: - - slack/notify: - channel: << parameters.channel >> - event: fail - template: basic_fail_1 - branch_pattern: develop - mentions: "<< parameters.mentions >>" - jobs: docker-build: environment: @@ -209,10 +172,6 @@ jobs: <> no_output_timeout: 45m - - when: - condition: "<>" - steps: - - notify-failures-on-develop - when: condition: "<>" steps: @@ -261,5 +220,7 @@ workflows: name: op-monitorism-docker-build docker_name: op-monitorism docker_tags: <>,<> - save_image_tag: <> # for devnet later + publish: true + context: + - oplabs-gcr diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e6ca9bf..17e6dea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @ethereum-optimism/security-reviewers @hamdiallam \ No newline at end of file +* @ethereum-optimism/security-reviewers \ No newline at end of file