Skip to content

Commit 96ef368

Browse files
authored
ci: move to fleet-ci (#719)
1 parent 8a0cdff commit 96ef368

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.ci/Jenkinsfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ pipeline {
1717
HOME = "${env.WORKSPACE}"
1818
KIND_VERSION = 'v0.14.0'
1919
K8S_VERSION = 'v1.25.0'
20-
21-
JOB_GCS_BUCKET = 'beats-ci-temp'
22-
JOB_GCS_BUCKET_INTERNAL = 'beats-ci-temp-internal'
23-
JOB_GCS_CREDENTIALS = 'beats-ci-gcs-plugin'
24-
JOB_GCS_EXT_CREDENTIALS = 'beats-ci-gcs-plugin-file-credentials'
20+
JOB_GCS_BUCKET = 'fleet-ci-temp'
21+
JOB_GCS_BUCKET_INTERNAL = 'fleet-ci-temp-internal'
22+
JOB_GCS_CREDENTIALS = 'fleet-ci-gcs-plugin'
23+
JOB_GCS_EXT_CREDENTIALS = 'fleet-ci-gcs-plugin-file-credentials'
2524
ELASTIC_PACKAGE_GCP_SECRET = 'secret/observability-team/ci/service-account/elastic-package-gcp'
2625
ELASTIC_OBSERVABILITY_PROJECT_ID = 'elastic-observability'
2726
}

.ci/jobs/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##### GLOBAL METADATA
44

55
- meta:
6-
cluster: beats-ci
6+
cluster: fleet-ci
77

88
##### JOB DEFAULTS
99

0 commit comments

Comments
 (0)