diff --git a/.gitlab/e2e/e2e.yml b/.gitlab/e2e/e2e.yml index e8439e305136fb..3f26b94797e0c0 100644 --- a/.gitlab/e2e/e2e.yml +++ b/.gitlab/e2e/e2e.yml @@ -495,7 +495,6 @@ generate-flakes-finder-pipeline: - qa_agent_ot tags: ["arch:amd64"] script: - - GITLAB_TOKEN=$($CI_PROJECT_DIR/tools/ci/fetch_secret.sh $GITLAB_FULL_API_TOKEN) || exit $?; export GITLAB_TOKEN - inv -e testwasher.generate-flake-finder-pipeline artifacts: paths: diff --git a/.gitlab/kernel_matrix_testing/common.yml b/.gitlab/kernel_matrix_testing/common.yml index b2acf5a35d4223..bf86086066da7f 100644 --- a/.gitlab/kernel_matrix_testing/common.yml +++ b/.gitlab/kernel_matrix_testing/common.yml @@ -335,6 +335,5 @@ notify_ebpf_complexity_changes: - python3 -m pip install tabulate # Required for printing the tables - python3 -m pip install -r tasks/libs/requirements-github.txt - !reference [.setup_agent_github_app] - - GITLAB_TOKEN=$($CI_PROJECT_DIR/tools/ci/fetch_secret.sh $GITLAB_FULL_API_TOKEN) || exit $?; export GITLAB_TOKEN script: - inv -e ebpf.generate-complexity-summary-for-pr diff --git a/tasks/testwasher.py b/tasks/testwasher.py index b3ceb6d6c8e097..dd645f820d13fb 100644 --- a/tasks/testwasher.py +++ b/tasks/testwasher.py @@ -180,7 +180,7 @@ def generate_flake_finder_pipeline(ctx, n=3): """ # Read gitlab config - config = resolve_gitlab_ci_configuration(ctx, ".gitlab-ci.yml") + config = resolve_gitlab_ci_configuration(ctx, ".gitlab-ci.yml", with_lint=False) # Lets keep only variables and jobs with flake finder variable kept_job = {}