-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
206 got merged, even with red tests. this should not have happened. this PR fixes the problem.
- Loading branch information
Showing
5 changed files
with
87 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,69 @@ steps: | |
TAG_NAME=$(ci/scripts/tag-check.sh) ./ci/scripts/run-in-nix-docker.sh ./task ci:k8s | ||
agents: | ||
queue: amd64-builders | ||
artifact_paths: | ||
- src/go/k8s/*.tar.gz | ||
- src/go/k8s/tests/_e2e_with_flags_artifacts/kuttl-report.xml | ||
plugins: | ||
- seek-oss/aws-sm#v2.3.2: &aws-sm-plugin | ||
json-to-env: | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/active_directory | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/buildkite_analytics_token | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/buildkite_api_token | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/cdt_gcp | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/cdt_runner_aws | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/ci_db | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/cloudsmith | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/dockerhub | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/gh_token | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/github_api_token | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/goreleaser_key | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/grafana_token | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/redpanda_sample_license | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/redpanda_second_sample_license | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/rpk_test_client | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/seceng_audit_aws | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/slack_vbot_token | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/teleport_bot_token | ||
- json-key: . | ||
secret-id: sdlc/prod/buildkite/test_result_dsn | ||
- https://[email protected]/redpanda-data/step-slack-notify-buildkite-plugin.git#main: | ||
message: ":cloud: K8s Operator v1 Jobs failed" | ||
channel_name: "kubernetes-tests" | ||
slack_token_env_var_name: "SLACK_VBOT_TOKEN" | ||
conditions: | ||
failed: true | ||
branches: | ||
- main | ||
- key: k8s-operator-with-flags | ||
label: K8s Operator tests with flags | ||
timeout_in_minutes: 180 | ||
notify: | ||
- github_commit_status: | ||
context: k8s-operator | ||
commands: | ||
- | | ||
TAG_NAME=$(ci/scripts/tag-check.sh) ./ci/scripts/run-in-nix-docker.sh ./task ci:run-k8s-tests-with-flags | ||
agents: | ||
queue: amd64-builders | ||
artifact_paths: | ||
- src/go/k8s/*.tar.gz | ||
- src/go/k8s/tests/_e2e_artifacts/kuttl-report.xml | ||
|
@@ -134,6 +197,7 @@ steps: | |
- main | ||
|
||
|
||
|
||
- group: K8s Operator v2 Jobs | ||
if: | | ||
build.tag == null || | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters