Skip to content

Commit

Permalink
Merge branch 'marko-k8s-system-tests-schedule' into 'master'
Browse files Browse the repository at this point in the history
chore(CI): k8s system tests schedule

 

See merge request dfinity-lab/public/ic!19309
  • Loading branch information
marko-k0 committed May 16, 2024
2 parents 7e3f241 + 234b0a4 commit 1cb8b5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gitlab-ci/config/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,11 @@ bazel-system-tests-k8s:
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_NAME == "run-all-master"
when: manual
allow_failure: true
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_NAME == "system-tests-k8s-nightly"
variables:
RUST_LOG: info
KUBECONFIG: "$KUBECONFIG_TNET_CREATOR"
BAZEL_EXTRA_ARGS: "--repository_cache=/cache/bazel $BAZEL_EXTRA_ARGS_RULES --jobs=5 --test_tag_filters=k8s,-manual --k8s"
BAZEL_EXTRA_ARGS: "--repository_cache=/cache/bazel $BAZEL_EXTRA_ARGS_RULES --jobs=7 --test_tag_filters=k8s,-manual --k8s"
timeout: 150 minutes

bazel-system-test-hourly:
Expand Down
3 changes: 2 additions & 1 deletion gitlab-ci/config/zz-generated-gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ bazel-system-tests-k8s:
- allow_failure: true
if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_NAME == "run-all-master"
when: manual
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_NAME == "system-tests-k8s-nightly"
script:
- "./gitlab-ci/src/bazel-ci/main.sh"
tags:
Expand All @@ -961,7 +962,7 @@ bazel-system-tests-k8s:
variables:
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
BAZEL_COMMAND: test
BAZEL_EXTRA_ARGS: "--repository_cache=/cache/bazel $BAZEL_EXTRA_ARGS_RULES --jobs=5 --test_tag_filters=k8s,-manual --k8s"
BAZEL_EXTRA_ARGS: "--repository_cache=/cache/bazel $BAZEL_EXTRA_ARGS_RULES --jobs=7 --test_tag_filters=k8s,-manual --k8s"
BAZEL_STARTUP_ARGS: "--output_base=/var/tmp/bazel-output/"
BAZEL_TARGETS: "//..."
KUBECONFIG: "$KUBECONFIG_TNET_CREATOR"
Expand Down

0 comments on commit 1cb8b5d

Please sign in to comment.